JezK
Edit File: tweak-move.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> <!-- Arrows --> <g id="arrows"> <path d="m 23.5,13.5 5,-5 -5,-5 m -12,5 h 17"/> <path d="m 15.5,22.5 h 7 v -7 m -12,-5 12,12"/> <path d="m 3.5,23.5 5,5 5,-5 m -5,-12 v 17"/> </g> </defs> <!-- Cross (centered on hotspot) --> <use xlink:href="-common.svg#def-cross"/> <g id="cursor" style="fill:none"> <use xlink:href="#arrows" style="stroke:white;stroke-width:3px"/> <use xlink:href="#arrows" style="stroke:black;stroke-width:1px"/> </g> </svg>