Cursor Off Pixel Art Icon
A cursor-off icon for hidden pointer states, touch-only mode indicators, and interfaces that disable mouse interaction.
Tags
cursoroff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cursor Off icon
An arrow cursor with an off or disabled marker, indicating that the mouse pointer is hidden or pointer interaction is disabled. Use it to represent touch-only mode in a kiosk or presentation interface, a game that captures the cursor, or a setting that hides the system cursor during video playback. It can also label a toggle for cursor visibility in an accessibility panel. Enabling the cursor transitions back to cursor-minimal or cursor-click.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cursor-off.svg" width="24" height="24" alt="Cursor Off" />
<!-- React -->
import { CursorOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cursor-off.svg" width="48" height="48" style="image-rendering: pixelated" />