Mouse 2 Off Pixel Art Icon
A disabled alternate mouse icon for indicating right-click is unavailable, restricted, or turned off in an app or kiosk mode.
Tags
mousecursorclickoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Mouse 2 Off icon
A mouse-2 icon struck through or overlaid with an off indicator, conveying that secondary-click input is blocked or inactive. Use it in kiosk or presentation mode panels where right-click context menus are deliberately suppressed, or in accessibility notices that explain pointer restrictions. It pairs naturally with a toggle that enables or disables right-click, making the on and off states immediately scannable next to each other.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/mouse-2-off.svg" width="24" height="24" alt="Mouse 2 Off" />
<!-- React -->
import { Mouse2Off } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="mouse-2-off.svg" width="48" height="48" style="image-rendering: pixelated" />