Disc Album Pixel Art Icon
A disc-album icon combining a disc and album art frame for music players, library browsing, and release pages.
Tags
discalbum
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Disc Album icon
A disc nestled within or alongside an album cover frame, making the music context explicit rather than leaving it to inference. Use it in a music streaming app's 'Albums' tab, a record detail page, or a now-playing screen that needs an icon for the 'View Album' action. Compared to a plain disc icon, the album frame anchors it firmly to recorded music rather than generic optical media.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/disc-album.svg" width="24" height="24" alt="Disc Album" />
<!-- React -->
import { DiscAlbum } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="disc-album.svg" width="48" height="48" style="image-rendering: pixelated" />