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

cursors/svg/pointer.svg (654B)

 1 <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
 2   <!-- Pointing hand: long index finger (hotspot at its tip), two folded
 3        fingers, thumb swept down-left. One filled path so the outline is
 4        continuous at every size. -->
 5   <path fill="#ffffff" stroke="#282a36" stroke-width="2.3" stroke-linejoin="round"
 6         d="M9.6 5.2 a2.7 2.7 0 0 1 5.4 0 v10.6
 7            a2.2 2.2 0 0 1 4.4 .3 v1.0
 8            a2.2 2.2 0 0 1 4.3 .5 v.9
 9            a2.1 2.1 0 0 1 4.1 .6 v3.3
10            a7.3 7.3 0 0 1 -7.3 7.3 h-4.0
11            a7.1 7.1 0 0 1 -5.4 -2.5 l-4.9 -5.7
12            a2.3 2.3 0 0 1 3.3 -3.2 l2.1 2.0 z"/>
13 </svg>