Disc Pixel Art Icon
A disc icon for CD or DVD references, optical media sections, music albums, and audio playback controls.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Disc icon
A circular disc with a center hole, referencing CDs, DVDs, and optical media broadly. It suits a music player's 'Albums' section, a game library that includes physical disc titles, or a media ripping or burning utility. In purely digital contexts it can still evoke an album or release. The disc-album variant is more specific to music context, while disc-2 and disc-3 offer alternative ring-count styles for visual variety within the same product.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/disc.svg" width="24" height="24" alt="Disc" />
<!-- React -->
import { Disc } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="disc.svg" width="48" height="48" style="image-rendering: pixelated" />