John KuehJohn Kueh

musical note icon

Heroicons · musical-note · MIT

Download SVG

The Heroicons musical note icon depicts a single musical note, commonly used in UIs to represent audio, music-related features, or sound settings.

Common uses

  • Play/pause audio controls
  • Link to music library
  • Indicate sound on/off

Use it in React

Install
npm i @heroicons/react
Import & render
import { MusicalNoteIcon } from '@heroicons/react/24/outline';

<MusicalNoteIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<MusicalNoteIcon className="size-6" />
24/solid
<MusicalNoteIcon className="size-6" />
20/solid
<MusicalNoteIcon className="size-6" />
16/solid
<MusicalNoteIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
musicalnotemusicaudiosoundmelody

FAQ

What does the musical note icon represent?
It represents audio, music, or sound. It's used in UIs to signify features related to these concepts.
How do I use this icon in React?
Import it from the Heroicons library like this: import { MusicalNoteIcon } from '@heroicons/react/24/outline'. Then use it as a component: <MusicalNoteIcon className="h-6 w-6" />.
What is the license for this icon?
The Heroicons musical note icon is available under the MIT license.
Looking for something else? Search Heroicons and 4 more libraries by description →