JezK
Edit File: pen.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> <!-- 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>