Next Pixel Art Icon
A next icon for media player skip-to-next-track, step-forward, and queue advance controls in audio and video apps.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Next icon
A shape typically combining a rightward arrow with a vertical bar, the classic 'skip to next track' symbol found on music players, podcast apps, and video platforms. It signals jumping to the next discrete item rather than continuous fast-forward. Pair it with the prev icon for a complete playback control set. In non-media contexts such as a wizard or carousel, chevron-right or arrow-right is often a cleaner choice that avoids the media connotation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/next.svg" width="24" height="24" alt="Next" />
<!-- React -->
import { Next } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="next.svg" width="48" height="48" style="image-rendering: pixelated" />