summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/spray.svg
blob: 86227840f244ab36bb231076a2c6815211178550 (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
57
58
59
60
61
62
63
64
65
66
<?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>

    <!-- Gradient -->
    <linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="26" y1="10" x2="19" y2="10">
      <stop offset="0" style="stop-color:white"/>
      <stop offset="1" style="stop-color:black"/>
    </linearGradient>

    <!-- Bottle -->
    <g id="bottle">
      <rect x="18.5" y="15.5" width="8" height="13"/>
      <rect x="20.5" y="12.5" width="4" height="3"/>
      <rect x="22.0" y="9.5"  width="1" height="2"/>
    </g>

    <!-- Spray -->
    <g id="spray">
      <rect x="18" y="9"  width="1" height="1"/>
      <rect x="17" y="10" width="1" height="1"/>
      <rect x="15" y="9"  width="1" height="1"/>
      <rect x="13" y="8"  width="1" height="1"/>
      <rect x="12" y="11" width="1" height="1"/>
      <rect x="11" y="13" width="1" height="1"/>
      <rect x="10" y="8"  width="1" height="1"/>
      <rect x="10" y="11" width="1" height="1"/>
      <rect x="9"  y="10" width="1" height="1"/>
      <rect x="9"  y="13" width="1" height="1"/>
      <rect x="8"  y="15" width="1" height="1"/>
      <rect x="7"  y="9"  width="1" height="1"/>
      <rect x="7"  y="11" width="1" height="1"/>
      <rect x="6"  y="13" width="1" height="1"/>
      <rect x="5"  y="10" width="1" height="1"/>
      <rect x="4"  y="16" width="1" height="1"/>
      <rect x="3"  y="8"  width="1" height="1"/>
      <rect x="3"  y="13" width="1" height="1"/>
      <rect x="2"  y="10" width="1" height="1"/>

    </g>
  </defs>

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



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

    <!-- Outline -->
    <use xlink:href="#bottle" style="stroke:white;stroke-width:3px"/>

    <use xlink:href="#bottle" style="fill:url(#gradient);stroke:black;stroke-width:1px"/>
    <use xlink:href="#spray"  style="stroke:none"/>

  </g>
</svg>