Pixelarticons

Debug Stop Pixel Art Icon

A debug-stop icon for terminating a debug session, ending code execution, and clearing active debug state in IDEs.

development Pro 2 variants

Tags

debugstophaltendsquare

Style variants

base

Outline · rounded corners

Get Pro

solid

Filled · rounded corners

Get Pro

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Debug Stop icon

A debug symbol combined with a square (stop), signaling that the running debug session should be terminated. IDEs display it as the 'Stop' button in the debug toolbar, ending execution and clearing the call stack and variable state. Unlike debug-pause, which preserves the session, stop means the process exits completely. Users carrying over media-player intuitions understand the square-stop shape immediately. For restarting a session after stopping, a reload or restart icon typically accompanies it.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/debug-stop.svg" width="24" height="24" alt="Debug Stop" />

<!-- React -->
import { DebugStop } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="debug-stop.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons