Note Pixel Art Icon
A musical note icon for audio content, music apps, sound settings, playlist items, and media-related actions.
Tags
sound
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 Note icon
A single musical note, the standard symbol for sound, music, and audio content. Use it in a music streaming app, a 'Sounds' settings section, an audio attachment button, a tone-playing notification, or a playlist item indicator. It is simpler than staff-based notation and instantly recognizable. For text-based notes (memos or reminders), a sticky-note or notebook icon is the better fit; both meanings of 'note' are common enough that a label helps disambiguate.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/note.svg" width="24" height="24" alt="Note" />
<!-- React -->
import { Note } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="note.svg" width="48" height="48" style="image-rendering: pixelated" />