The HugeIcons silence icon depicts a speaker with a line through it, commonly used to represent muting audio or turning off sound notifications.
Common uses
- Mute button in media players
- Disable sound notifications setting
- Do Not Disturb mode indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SilenceIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SilenceIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- muteunmutesound offno sound
FAQ
- What does the Silence icon represent?
- The Silence icon represents muting audio or turning off sound. It's typically used for functions like muting a microphone, disabling sound notifications, or entering a silent mode.
- How do I use the Silence icon in React?
- To use the Silence icon in React, import both HugeiconsIcon and SilenceIcon, then render <HugeiconsIcon icon={SilenceIcon} />.
- What is the license for the HugeIcons silence icon?
- The HugeIcons silence icon is available under the MIT license.
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 →