The HugeIcons ear off icon visually represents the absence of sound or the disabling of audio, commonly used to indicate that notifications or sound are turned off.
Common uses
- Mute button state
- Audio disabled indicator
- Do Not Disturb mode
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EarOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EarOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- muteno soundaudio offsilent
FAQ
- What does the ear off icon signify?
- It signifies that audio or sound is turned off or disabled. It's often used for mute toggles or to show that sound notifications are inactive.
- How do I use the EarOffIcon in React?
- Import both HugeiconsIcon and EarOffIcon, then render <HugeiconsIcon icon={EarOffIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →