Debug Check Pixel Art Icon
A debug icon with a checkmark for successful debug runs, passing breakpoints, and confirmed-clean code states.
Tags
debugchecktickconfirmdoneapproveyesok
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Debug Check icon
A debug symbol combined with a checkmark, indicating that a debugging pass has completed successfully or a breakpoint has been cleared without errors. It suits a 'Debug verified' or 'No issues found' state indicator in an IDE, a green badge on a completed debug run in a CI panel, or a 'Debugged OK' status in a test report. It contrasts with debug-stop (halted) and debug-off (disabled). The check modifier is unambiguous in signaling a positive outcome from the debugging process.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/debug-check.svg" width="24" height="24" alt="Debug Check" />
<!-- React -->
import { DebugCheck } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="debug-check.svg" width="48" height="48" style="image-rendering: pixelated" />