The HugeIcons mic off 02 icon depicts a microphone with a slash through it, indicating that audio input is currently disabled or muted.
Common uses
- Mute/unmute button state
- Audio input disabled indicator
- Call controls: microphone status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MicOff02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MicOff02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- microphone offmuteaudio offno microphone
FAQ
- What does the mic off 02 icon represent?
- This icon visually communicates that the microphone is turned off or muted. It's used to show the current state of audio input.
- How do I use this icon in React?
- Import both HugeiconsIcon and MicOff02Icon, then render it using <HugeiconsIcon icon={MicOff02Icon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- 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 →