The Phosphor piano keys icon visually represents a musical keyboard and is commonly used to indicate music-related features or media playback controls.
Common uses
- Music player controls
- Audio editing software
- Concert or event listings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PianoKeys } from '@phosphor-icons/react';
<PianoKeys size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PianoKeys size={24} />thin
<PianoKeys size={24} weight="thin" />light
<PianoKeys size={24} weight="light" />bold
<PianoKeys size={24} weight="bold" />fill
<PianoKeys size={24} weight="fill" />duotone
<PianoKeys size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- musicinstrumentkeyboardmediaobjectspianokeysmusical keyboardkeyboard iconmusic symbolaudio icon
FAQ
- What does the piano keys icon represent?
- It depicts a section of a piano keyboard, symbolizing music or audio.
- How do I use the piano keys icon in React?
- Import it using `import { PianoKeys } from '@phosphor-icons/react'` and then use it as a component: `<PianoKeys />`.
- What is the license for this icon?
- The Phosphor icon set, including the piano keys icon, is available under the MIT license.