Pointer Pixel Art Icon
A pointing finger cursor icon for clickable elements, link labels, 'Click here' callouts and interactive hotspot indicators.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Pointer icon
A hand with the index finger extended in a pointing gesture, the cursor shape that browsers display over clickable links and buttons. Use it to label a hotspot in an interactive tutorial, mark a key interactive element in an onboarding overlay, or indicate 'tap here' on a touch-first interface. It also works as a 'Choose' or 'Select' mode indicator in drawing tools. Where dragging rather than clicking is the interaction, hand-grab with its gripping pose is a clearer signal.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/pointer.svg" width="24" height="24" alt="Pointer" />
<!-- React -->
import { Pointer } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="pointer.svg" width="48" height="48" style="image-rendering: pixelated" />