summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/geometric.svg
blob: a3f25ed1e10c453a94b7ca53fe4d61369a61f786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
     width="32" height="32"
     inkscape:hotspot_x="4"
     inkscape:hotspot_y="4"
     style="fill:gray;stroke:black">

  <style>@import './cursors.css';</style>

  <defs>

  </defs>

  <!-- Cross (centered on hotspot) -->
  <use xlink:href="-common.svg#def-cross"/>

  <!-- Compass -->

  <g class="drop-shadow" style="">

    <g style="fill:white;stroke:white;stroke-width:3px">
      <!-- Legs -->
      <path d="m 11,26 v 4 l -1,-4 z" style="fill:black;stroke-width:1"/>
      <path d="m 23,26 -1,4 v -4 z"   style="fill:black;stroke-width:1"/>
      <path d="m 13,10 -4,16 h 3 l 4,-16 z m 3,0 5,16 h 3 l -5,-16 z" style="fill:lightgray"/>

      <!-- Top -->
      <path d="m 15,7.5 0.5,-4.5 h 1 l 0.5,4.5 z"/>
      <rect x="12.5" y="7.5" ry="1.5" width="7" height="4"/>
      <circle cx="14.5" cy="9.5" r="0.5" style="fill:black;stroke:none"/>
      <circle cx="17.5" cy="9.5" r="0.5" style="fill:black;stroke:none"/>

      <!-- Crosspiece -->
      <path d="m 11, 15.5 h 11 m 0.5,-1.5 v 3" style="fill:none;stroke-linecap:square"/>
    </g>

    <g style="fill:white;stroke:black;stroke-width:1px">
      <!-- Legs -->
      <path d="m 11,26 v 4 l -1,-4 z" style="fill:black;stroke:none"/>
      <path d="m 23,26 -1,4 v -4 z"   style="fill:black;stroke:none"/>
      <path d="m 13,10 -4,16 h 3 l 4,-16 z m 3,0 5,16 h 3 l -5,-16 z" style="fill:lightgray"/>

      <!-- Top -->
      <path d="m 15,7.5 0.5,-4.5 h 1 l 0.5,4.5 z"/>
      <rect x="12.5" y="7.5" ry="1.5" width="7" height="4"/>
      <circle cx="14.5" cy="9.5" r="0.5" style="fill:black;stroke:none"/>
      <circle cx="17.5" cy="9.5" r="0.5" style="fill:black;stroke:none"/>

      <!-- Crosspiece -->
      <path d="m 11, 15.5 h 11 m 0.5,-1.5 v 3" style="fill:none;stroke-linecap:square"/>
    </g>

  </g>
</svg>