JezK
Edit File: spiral.svg
<?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> <path id="spiral" style="fill:none" d="m 16,16 c -0.5,0 -0.2,-0.6 0,-0.7 c 0.6,-0.4 1.3,0.1 1.5,0.7 c 0.3,1.1 -0.5,2 -1.5,2.2 c -1.5,0.3 -2.8,-0.8 -3,-2.2 c -0.3,-1.9 1.2,-3.5 3,-3.7 c 2.3,-0.3 4.3,1.5 4.5,3.7 c 0.3,2.7 -1.9,5 -4.5,5.2 c -3.1,0.3 -5.8,-2.2 -6,-5.2 c -0.25,-3.6 2.6,-6.53 6.1,-6.75 c 3.9,-0.25 7.2,2.95 7.4,6.85 c 0.2,4.3 -3.3,7.9 -7.6,8.1 c -4.7,0.3 -8.69,-3.6 -8.9,-8.3"/> </defs> <!-- Cross (centered on hotspot) --> <use xlink:href="-common.svg#def-cross"/> <!-- Sides --> <g id="cursor" class="drop-shadow" style=""> <use xlink:href="#spiral" style="fill:none;stroke:white;stroke-width:3px"/> <use xlink:href="#spiral" style="fill:none;stroke:black;stroke-width:1px"/> </g> </svg>