The Lucide ear icon visually represents the sense of hearing and is commonly used in user interfaces to denote audio-related settings, accessibility features, or sound input/output.
Common uses
- Volume control settings
- Accessibility options for hearing impaired
- Microphone or audio input indicators
Use it in React
Install
npm i lucide-reactImport & render
import { Ear } from 'lucide-react';
<Ear size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- hearingnoiseaudioaccessibilityearsound
FAQ
- What does the ear icon represent?
- The ear icon represents the sense of hearing. It's used in UIs to signify anything related to sound, audio, or accessibility for hearing.
- How do I use the ear icon in a React application?
- You can import and use the ear icon in React with the following statement: `import { Ear } from 'lucide-react'`. Then, you can render it as a component: `<Ear />`.
- What is the license for the Lucide ear icon?
- The Lucide ear icon is distributed under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →