Debug Off Pixel Art Icon
A debug icon with an off indicator for disabling debug mode, production builds, and deactivated breakpoints.
Tags
debugoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Debug Off icon
A debug symbol crossed out or marked inactive, signaling that debug mode is turned off. Production build settings, deployment pipelines, and IDE configurations use it to show that the application will run without debugging overhead. It also suits a 'Deactivate all breakpoints' button, where all breakpoints are retained but none are active. For removing the debug configuration entirely, a trash or delete icon is more appropriate; debug-off is specifically about a toggled inactive state that can be re-enabled.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/debug-off.svg" width="24" height="24" alt="Debug Off" />
<!-- React -->
import { DebugOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="debug-off.svg" width="48" height="48" style="image-rendering: pixelated" />