Pixelarticons

Prev Pixel Art Icon

A prev icon for media player skip-to-previous-track, step-back, and queue rewind controls in audio and video apps.

arrows Pro 2 variants

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

A shape combining a leftward arrow with a vertical bar, the standard 'skip to previous track' symbol on music players, podcast apps, and video platforms. It signals a jump to the start of the current item or the previous discrete item rather than continuous rewind. Pair it with the next icon for a balanced playback control row. In pagination or wizard navigation, chevron-left or arrow-left reads more neutrally and avoids media-player associations.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/prev.svg" width="24" height="24" alt="Prev" />

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

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

Related icons