summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/pen.svg
blob: 642e9f02cece91b13ecf49782f50e7d729f8caf2 (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
<?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"/>


  <!-- Pen  -->
  <g id="cursor" class="drop-shadow" style="">
    <!-- Outline -->
    <path d="M 9.5 7.5 L 7.5 9.5 L 10.5 12.5 L 9.5 13.5 L 12.5 16.5 L 11.5 17.5 L 19.5 25.5 L 25.5 19.5 L 17.5 11.5 L 16.5 12.5 L 13.5 9.5 L 12.5 10.5 L 9.5 7.5 z"
          style="fill:none;stroke:white;stroke-width:3px;stroke-opacity:1"/>

    <!-- Nib -->
    <g style="fill:white;stroke:black;stroke-width:1px">
      <path d="m 10.5,12.5 l -3,-3 l 2,-2 l 3,3" style="fill:black"/>
      <path d="m 12.5,16.5 l -3,-3 l 4,-4 l 3,3"/>
      <path d="m 19.5,25.5 l -8,-8 l 6,-6 l 8,8" style="fill:url(#gradient)"/>
    </g>
  </g>
</svg>