JezK
Edit File: pencil.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" 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>