The HugeIcons mute icon visually represents the silencing of audio or notifications, commonly used to indicate or control a muted state in applications.
Common uses
- Mute/unmute audio controls
- Disable notification sounds
- Indicate silent mode
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MuteIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MuteIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- unmutesilentsound offno sound
FAQ
- What does the mute icon represent?
- It signifies that sound or notifications are turned off. It's used to control or indicate a muted state.
- How do I use the MuteIcon in React?
- Import both HugeiconsIcon and MuteIcon, then render <HugeiconsIcon icon={MuteIcon} />. Ensure you have the correct imports: import { HugeiconsIcon } from '@hugeicons/react'; import { MuteIcon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- The MuteIcon is distributed under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.