cursor icon — free SVG
Download the free cursor icon as SVG or PNG, copy the cursor SVG code, or drop it into React as JSX — 4 matching styles, no attribution required.
cursor (noun) — (computer science) indicator consisting of a movable spot of light (an icon) on a visual display; moving it allows the user to point to commands or screen…
How to use the cursor icon
HTML: paste the SVG inline (it inherits currentColor) or hotlink it:
<img src="https://svgrove.com/api/icons/01KZ5TEZW279JB5JN75SGY2RXH.svg" alt="cursor icon" width="24" height="24">
React (JSX):
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" viewBox="0 0 24 24"><path d="M12 4.8v14.4M9.5 3.5c1.1 0 2 .5 2.5 1.3.5-.8 1.4-1.3 2.5-1.3m-5 17c1.1 0 2-.5 2.5-1.3.5.8 1.4 1.3 2.5 1.3"/></svg>
Accessibility: decorative use → aria-hidden="true"; meaningful use → role="img" aria-label="cursor".
Download cursor SVG & PNG
cursor.svg · cursor.png (512px) — all 4 styles are one click away in the picker once the page loads.
License
Free for personal and commercial use. No attribution required. Redistribution or resale of the icons as an icon library, pack or download service is not allowed. Read the SVGrove Free License.