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/reactImport & 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.