summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/pencil.svg
blob: b975d0dde020dd580ce2f001721fa84ff3ade73e (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
<?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" x1="22.5" y1="18.5" x2="18.5" y2="22.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"/>


  <!-- Sides  -->
  <g id="cursor" class="drop-shadow" style="">
    <!-- Outline -->
    <path d="m 8.5,8.5 l 2,8.5 l 8,8 l 2.5,-0.5 l 3.5,-3.5 l 0.5,-2.5 l -8,-8 z"
          style="fill:white;stroke:white;stroke-width:3px;stroke-opacity:1"/>

    <!-- Pencil -->
    <path d="m 18.5,25 l -7.5,-7.5 l 2,-1 l 8,8"
          style="fill:darkgray"/>
    <path d="m 21,24.5 l -8,-8 c 0,-2.5 1,-3.5 3.5,-3.5 l 8,8"
          style="fill:lightgray"/>
    <path d="m 11,17.5 l 2,-1 c 0,-2.5 1,-3.5 3.5,-3.5 l 1,-2 m -1,2 l 8,8
             m -11.5,-4.5 l 8,8 m 4,-6 l -8,-8 l -8.5,-2 l 2,8.5 l 8,8"
          style="fill:none;stroke:black;stroke-width:1px"/>

    <!-- Pencil Tip -->
    <path d="m 8.5,8.5 l 0.7,3 l 2.3,-2.3 l -3,-0.7 z"
          style="fill:black;stroke:none"/>
  </g>
</svg>