Microphone Off Pixel Art Icon
A microphone-off icon for muted studio mics, disabled recording states, and broadcast audio-off indicators.
Tags
microphonemicvoicerecordoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Microphone Off icon
The vintage microphone silhouette with a slash or X to show it is inactive. It is the companion to microphone, carrying the same broadcast-quality aesthetic but in a disabled state. Use it in a podcast recording app's mute button, a studio session panel that shows a source is off, or an 'Audio Disabled' status badge on a broadcast stream. For simpler call-mute contexts, mic-off reads more immediately to non-studio audiences.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/microphone-off.svg" width="24" height="24" alt="Microphone Off" />
<!-- React -->
import { MicrophoneOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="microphone-off.svg" width="48" height="48" style="image-rendering: pixelated" />