Icons Off Pixel Art Icon
An icons-off symbol for hiding icon overlays, disabling icon display modes, and toggling icon visibility in layout tools.
Tags
iconsoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Icons Off icon
The icons symbol with an off or disabled marker, indicating that icon display has been turned off or that icon overlays are hidden. Use it in a layout tool that lets users toggle icon labels on and off, a presentation mode that strips out icon decorations, or a settings panel for disabling icon rendering. It forms a clear on/off pair with the icons icon, making the toggle state legible. For navigating hidden categories, icon-category is more appropriate.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/icons-off.svg" width="24" height="24" alt="Icons Off" />
<!-- React -->
import { IconsOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="icons-off.svg" width="48" height="48" style="image-rendering: pixelated" />