Triangle Right Pixel Art Icon
A right-pointing triangle for play buttons, next-step arrows, forward navigation, and directional flow indicators.
Tags
trianglerightforwardnexteast
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Triangle Right icon
A triangle with its apex facing right, universally recognized as 'Play' in media players and 'Next' in navigation. Use it as the play button in audio and video controls, a step-forward indicator in a wizard or slideshow, or a directional arrow in flowcharts. It is more specific than the generic triangle, which can point any direction; triangle-right fixes the orientation for a clear directional or playback intent. For 'Fast-forward,' pair it with a second triangle or a bar.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/triangle-right.svg" width="24" height="24" alt="Triangle Right" />
<!-- React -->
import { TriangleRight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="triangle-right.svg" width="48" height="48" style="image-rendering: pixelated" />