Mic Off Pixel Art Icon
A mic-off icon for muted microphone states, push-to-talk inactive buttons, and audio input disabled indicators.
Tags
micmicrophonevoiceoff
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Mic Off icon
The mic icon crossed out to signal that audio input is currently muted or disabled. It belongs in video call toolbars as the muted state of the mic toggle, on a meeting join screen where the user is muted by default, or on a hardware button that shows active mute status. Users expect this icon when they cannot be heard. Tapping it should restore mic access and swap back to the plain mic.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/mic-off.svg" width="24" height="24" alt="Mic Off" />
<!-- React -->
import { MicOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="mic-off.svg" width="48" height="48" style="image-rendering: pixelated" />