Playlist Pixel Art Icon
A playlist icon for queued tracks, song lists, video queues, and ordered media collections in audio or video apps.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Playlist icon
Lines representing a list of media items, often with a small play indicator, conveying an ordered queue of tracks or videos. Use it on a 'Playlist' tab in a music app, a 'Queue' button in a video player, or a 'Watch Later' list trigger. The linear list framing distinguishes it from grid-style gallery views. For a single track or video item rather than a collection, the music or video icon reads more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/playlist.svg" width="24" height="24" alt="Playlist" />
<!-- React -->
import { Playlist } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="playlist.svg" width="48" height="48" style="image-rendering: pixelated" />