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

cursors/svg/ns-resize.svg (588B)

 1 <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Vertical double arrow. Hotspot centre -->
 3   <g fill="none" stroke="#282a36" stroke-width="8.5" stroke-linecap="round" stroke-linejoin="round">
 4     <path d="M16 4 L16 28"/>
 5     <path d="M10.5 9.5 L16 4 L21.5 9.5"/>
 6     <path d="M10.5 22.5 L16 28 L21.5 22.5"/>
 7   </g>
 8   <g fill="none" stroke="#ffffff" stroke-width="3.6" stroke-linecap="round" stroke-linejoin="round">
 9     <path d="M16 4 L16 28"/>
10     <path d="M10.5 9.5 L16 4 L21.5 9.5"/>
11     <path d="M10.5 22.5 L16 28 L21.5 22.5"/>
12   </g>
13 </svg>