Mic Pixel Art Icon
A compact microphone icon for voice recording, speech input, audio calls, and push-to-talk button labels.
Tags
microphonevoice
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 icon
A rounded capsule on a stand with a base arc: the modern condenser mic shape. Use it on a push-to-talk button, a voice-message record trigger, a speech-to-text activation control, or an audio-call microphone toggle. It is one of the most recognized audio icons and works across consumer, enterprise, and accessibility contexts. When the microphone is disabled or muted, mic-off delivers the paired negative state.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/mic.svg" width="24" height="24" alt="Mic" />
<!-- React -->
import { Mic } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="mic.svg" width="48" height="48" style="image-rendering: pixelated" />