John KuehJohn Kueh

microphone icon

Heroicons · microphone · MIT

Download SVG

The Heroicons microphone icon visually represents a device for capturing sound, commonly used in UIs for audio recording, voice input, or live streaming features.

Common uses

  • Start/stop audio recording button
  • Voice command activation
  • Live stream audio indicator

Use it in React

Install
npm i @heroicons/react
Import & render
import { MicrophoneIcon } from '@heroicons/react/24/outline';

<MicrophoneIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<MicrophoneIcon className="size-6" />
24/solid
<MicrophoneIcon className="size-6" />
20/solid
<MicrophoneIcon className="size-6" />
16/solid
<MicrophoneIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
microphoneaudiorecordvoicemic

FAQ

What does the microphone icon represent?
It represents a device used to capture sound, often for recording or voice input functionalities in an application.
How do I use the microphone icon in React?
Import it using `import { MicrophoneIcon } from '@heroicons/react/24/outline'` and then use it as a React component: `<MicrophoneIcon className="h-6 w-6" />`.
What is the license for Heroicons?
Heroicons are 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 Heroicons.

Looking for something else? Search Heroicons 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 →