git.lucas.co / cce-icons
SVG icon set
git clone https://git.lucas.co/cce-icons.git

cursors/svg/plus.svg (417B)

1 <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
2   <!-- cce default pointer: rounded plus, hotspot at centre (16,16) -->
3   <path d="M16 3.5 L16 28.5 M3.5 16 L28.5 16"
4         fill="none" stroke="#282a36" stroke-width="9.5" stroke-linecap="round"/>
5   <path d="M16 3.5 L16 28.5 M3.5 16 L28.5 16"
6         fill="none" stroke="#ffffff" stroke-width="5.5" stroke-linecap="round"/>
7 </svg>