Album Pixel Art Icon
An album icon for music library browsing, photo collections, record browsing, and media album navigation.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Album icon
A square sleeve or record album shape representing music or photo albums depending on context. In a music app it suits an 'Albums' tab, a 'Browse by album' view, or a discography section. In a photo app it works as an 'Albums' folder or shared-collection label. The square format evokes vinyl sleeves and digital album art tiles. For playlists rather than albums, a play queue or list icon sets a different structural expectation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/album.svg" width="24" height="24" alt="Album" />
<!-- React -->
import { Album } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="album.svg" width="48" height="48" style="image-rendering: pixelated" />