The Phosphor ear icon visually represents the sense of hearing and is commonly used in user interfaces to denote audio-related functions or settings.
Common uses
- Volume control slider
- Mute/unmute audio button
- Sound output device selection
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Ear } from '@phosphor-icons/react';
<Ear size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Ear size={24} />thin
<Ear size={24} weight="thin" />light
<Ear size={24} weight="light" />bold
<Ear size={24} weight="bold" />fill
<Ear size={24} weight="fill" />duotone
<Ear size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- hearingaudiosoundmediasystemearlisten
FAQ
- What is the ear icon used for?
- It's used to represent anything related to hearing, sound, or audio playback in a user interface.
- How do I use the ear icon in React?
- Import it from the library like this: `import { Ear } from '@phosphor-icons/react'`. Then use it as a component: `<Ear />`.
- What is the license for the Phosphor ear icon?
- The Phosphor icon library, including the ear 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 →