Play Pixel Art Icon
A triangular play icon for starting video and audio playback, resuming tracks and 'start' or 'run' actions.
Tags
startmediarun
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Play icon
A right-pointing triangle, the universally understood control for starting playback. Use it on video and audio players, to resume a paused track, to launch a slideshow, or as a generic 'start' or 'run' action. Its meaning is so fixed that it needs no label. Pair it with the pause icon for a toggle, and keep it pointing right, since a left-facing triangle reads as rewind.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/play.svg" width="24" height="24" alt="Play" />
<!-- React -->
import { Play } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="play.svg" width="48" height="48" style="image-rendering: pixelated" />