summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/cursors/calligraphy.svg
blob: c524eb922d96b86a4d6719b64a2145cb1ec7d5ef (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
<?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="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 8 C 8 17 14.5 20.5 17.5 20.5 L 16.5 21.5 L 19.5 24.5 L 24.5 19.5 L 21.5 16.5 L 20.5 17.5 C 20.5 14.5 17 8 8 8 z"
          style="fill:none;stroke:white;stroke-width:3px;stroke-opacity:1"/>

    <!-- Nib -->
    <path d="m 20.5,17.5 c 0,-3 -3.5,-9.5 -12.5,-9.5 c 0,9 6.5,12.5 9.5,12.5 z"
          style="fill:white;stroke:black;stroke-width:1px"/>
    <path d="m 8,8 l 7,7"
          style="fill:none;stroke:black;stroke-width:1px"/>
    <circle cx="15" cy="15" r="2" style="fill:black;stroke:none"/>
    <path d="m 16.5,21.5 l 5,-5 l 3,3 l -5,5 z" style="fill:url(#gradient);stroke:black;stroke-width:1px"/>
  </g>
</svg>