The Phosphor music note icon depicts a musical note, commonly used in user interfaces to represent audio-related actions or information.
Common uses
- Play/pause audio controls
- Link to music or podcast sections
- Indicate audio file types
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MusicNote } from '@phosphor-icons/react';
<MusicNote size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MusicNote size={24} />thin
<MusicNote size={24} weight="thin" />light
<MusicNote size={24} weight="light" />bold
<MusicNote size={24} weight="bold" />fill
<MusicNote size={24} weight="fill" />duotone
<MusicNote size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- songsaudioplaylistalbumsmediamusicnotesongsoundmelody
FAQ
- What does the music note icon represent?
- It represents a musical note and is used for various audio-related functions in UI design.
- How do I use the music note icon in React?
- You can import and use it like this: import { MusicNote } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the music note icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →