summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/spray.svg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--share/icons/hicolor/cursors/spray.svg66
1 files changed, 66 insertions, 0 deletions
diff --git a/share/icons/hicolor/cursors/spray.svg b/share/icons/hicolor/cursors/spray.svg
new file mode 100644
index 0000000..8622784
--- /dev/null
+++ b/share/icons/hicolor/cursors/spray.svg
@@ -0,0 +1,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>