SVG icon set
git clone https://git.lucas.co/cce-icons.git
cursors/svg/crosshair.svg (470B)
1 <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
2 <!-- Precision variant of the default: thinner arms, open centre -->
3 <path d="M16 2.5 L16 12 M16 20 L16 29.5 M2.5 16 L12 16 M20 16 L29.5 16"
4 fill="none" stroke="#282a36" stroke-width="6" stroke-linecap="round"/>
5 <path d="M16 2.5 L16 12 M16 20 L16 29.5 M2.5 16 L12 16 M20 16 L29.5 16"
6 fill="none" stroke="#ffffff" stroke-width="2.6" stroke-linecap="round"/>
7 </svg>