summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/dropper-pick-stroke.svg
blob: 4031d2bd4ed97805356efcf3fb8609d29cc222cb (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
<?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="10.5" y1="6.5" x2="6.5" y2="10.5">
      <stop offset="0" style="stop-color:white"/>
      <stop offset="1" style="stop-color:black"/>
    </linearGradient>
  </defs>

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


  <!-- Dropper  -->
  <g id="cursor" class="drop-shadow" style="">
    <!-- Outline -->
    <g style="fill:white;stroke:white;stroke-width:3px">
      <path d="m 8.5,8.5 h 2 l 8,8 l -2,2 l -8,-8 z"/>
      <path d="M 19.5 15.5 L 15.5 19.5 L 18.6 21.0 A 4.5 3.5 45 0 0 20.0 25 A 4.5 3.5 45 0 0 25.7 25.7
               A 4.5 3.5 45 0 0 25 20.0 A 4.5 3.5 45 0 0 21.0 18.6 L 19.5 15.5 z"/>
    </g>

    <!-- Dropper -->
    <g style="fill:white;stroke:black;stroke-width:1px">
      <path d="m 8.5,8.5 h 2 l 8,8 l -2,2 l -8,-8 z"/>
      <path d="M 19.5 15.5 L 15.5 19.5 L 18.6 21.0 A 4.5 3.5 45 0 0 20.0 25 A 4.5 3.5 45 0 0 25.7 25.7
               A 4.5 3.5 45 0 0 25 20.0 A 4.5 3.5 45 0 0 21.0 18.6 L 19.5 15.5 z"
            style="fill:url(#gradient)"/>
    </g>
  </g>

  <!-- Stroke (fill picks up stroke color) -->
  <path d="m 21.5,4.5 v 4 h 6 v -4 z m -3,-3 h 12 v 10 h -12 z" style="stroke:white;stroke-width:3px"/>
  <path d="m 21.5,4.5 v 4 h 6 v -4 z m -3,-3 h 12 v 10 h -12 z" style="stroke:black;stroke-width:1px"/>

</svg>