Cursor Minimal Pixel Art Icon
A minimal cursor icon for clean pointer representations, interactive-element labels, and low-detail UI interaction hints.
Tags
cursorminimal
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cursor Minimal icon
A stripped-down arrow cursor with minimal detail, useful when a pointer symbol is needed without the complexity of a full cursor graphic. Place it in tooltips that explain interactive elements, as a label on a 'Clickable area' indicator, or in a design tool's cursor mode selector. Its simplicity keeps icon grids clean when space is tight. When you need to show an active click, cursor-click adds the interaction state; for the absence of a cursor, cursor-off covers the disabled state.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cursor-minimal.svg" width="24" height="24" alt="Cursor Minimal" />
<!-- React -->
import { CursorMinimal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cursor-minimal.svg" width="48" height="48" style="image-rendering: pixelated" />