Pixelarticons

Debug Play Pixel Art Icon

A debug-play icon for launching a debug session, continuing execution from a breakpoint, and starting step-through.

development Pro 2 variants

Tags

debugstartmediarun

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 Play icon

A debug symbol combined with a right-pointing triangle (play), indicating that a debug session should start or resume. IDEs use it on the 'Run and Debug' or 'Continue' button that begins execution or resumes from a paused breakpoint. It pairs with debug-pause (to suspend) and debug-stop (to terminate). Because it combines a well-known play symbol with the debug concept, users who do not read labels still correctly interpret it as 'start debugging' rather than 'play media.'

Usage

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

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

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

Related icons