Mouse Off Pixel Art Icon
A mouse icon with a disabled indicator for touch-only modes, kiosk interfaces or contexts where pointer input is unavailable.
Tags
mousecursorclickoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Mouse Off icon
A standard mouse silhouette crossed out to signal that pointer-device input is inactive, restricted, or unavailable. It suits touch-only kiosk displays, remote-desktop notices when a pointer is disconnected, and accessibility panels where mouse control has been handed off to keyboard or switch navigation. Pair it with a tooltip or label so users understand whether the mouse is disabled by choice, by hardware absence, or by a mode setting.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/mouse-off.svg" width="24" height="24" alt="Mouse Off" />
<!-- React -->
import { MouseOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="mouse-off.svg" width="48" height="48" style="image-rendering: pixelated" />