summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/flood.svg
blob: 51d97e76596b06cd0937c4eea9b6b69558482e28 (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
<?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="8"
     inkscape:hotspot_y="26"
     style="fill:gray;stroke:black">

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

  <defs>

    <!-- Gradient -->
    <linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="15.5" y1="12.5" x2="19.5" y2="16.5">
      <stop offset="0" style="stop-color:white"/>
      <stop offset="1" style="stop-color:black"/>
    </linearGradient>
  </defs>

  <!-- Bucket with paint -->
  <g id="cursor" class="drop-shadow" style="stroke-opacity:1">

    <!-- Outline -->
    <g style="fill:white;stroke:white;stroke-width:3px">
      <!-- Handle -->
      <path d="m 7.5,14 a 2.1,10 0 0 1 2.1,-10 2.1,10 0 0 1 2.1,10" style="fill:none"/>

      <!-- Can -->
      <path d="m 7.76,12.9 a 2,5.5 15 0 0 0.51,5.8 l 12.53,3.4
               a 2,5.5 15 0 0 3.4,-4.8 2,5.5 15 0 0 -0.5,-5.9 l -12.6,-3.34 a 2,5.5 15 0 0 -3.34,4.84 z"/>

      <!-- Paint -->
      <path d="m 7.5,18 -1,4.5 c -1,1.5 -4,2 -4,3.5 0,1.5 3.5,2.5 6,2.5 2.5,0 6,-1 6,-2.5 0,-1.5 -3,-2 -4,-3.5 l -1,-4.5 z"/>
    </g>

    <!-- Paint Bucket -->
    <g style="stroke:black;stroke-width:1px">

      <!-- Can -->
      <path d="m 7.76,12.9 a 2,5.5 15 0 0 0.5,5.8 l 12.5,3.4
               a 2,5.5 15 0 0 3.4,-4.8 2,5.5 15 0 0 -0.5,-5.9 l -12.6,-3.3 a 2,5.5 15 0 0 -3.3,4.8 z"/>
      <ellipse transform="rotate(-75)" cx="-10.5" cy="12.9" rx="5.5" ry="2" style="fill:white"/>

      <!-- Handle -->
      <path d="m 7.5,14 a 2.1,10 0 0 1 2.1,-10 2.1,10 0 0 1 2.1,10" style="fill:none"/>

      <!-- Paint -->
      <path d="m 7.5,18 -1,4.5 c -1,1.5 -4,2 -4,3.5 0,1.5 3.5,2.5 6,2.5 2.5,0 6,-1 6,-2.5 0,-1.5 -3,-2 -4,-3.5 l -1,-4.5 z"/>
    </g>

  </g>

</svg>