Music Pixel Art Icon
A music note icon for audio players, song libraries, streaming apps, and audio content category section labels.
Tags
songnote
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 Music icon
A single eighth note or a pair of beamed notes: the universal shorthand for music and audio content. Place it on a 'Music' tab in a media app, a song title in a playlist, a background-music setting in a video editor, or any section header that categorizes audio tracks. It is broadly understood and works across all age groups. For a more specific audio-input meaning, the mic or microphone icon carries the recording connotation more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/music.svg" width="24" height="24" alt="Music" />
<!-- React -->
import { Music } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="music.svg" width="48" height="48" style="image-rendering: pixelated" />