John KuehJohn Kueh

microphone stage icon

Phosphor · microphone-stage · MIT

Download SVG

The Phosphor microphone stage icon visually represents a microphone on a stand, commonly used in user interfaces to indicate audio recording, live performance, or broadcasting features.

Common uses

  • Start/stop audio recording button
  • Live stream status indicator
  • Music or podcast playback controls

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { MicrophoneStage } from '@phosphor-icons/react';

<MicrophoneStage size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<MicrophoneStage size={24} />
thin
<MicrophoneStage size={24} weight="thin" />
light
<MicrophoneStage size={24} weight="light" />
bold
<MicrophoneStage size={24} weight="bold" />
fill
<MicrophoneStage size={24} weight="fill" />
duotone
<MicrophoneStage size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
communications
Keywords
audiorecordingmusicsoundperformanceconcertcommunicationsmediasystemmicrophonestageaudio recordinglive micsound inputperformance mic

FAQ

What does the microphone stage icon represent?
It depicts a microphone on a stand, symbolizing audio capture, performance, or broadcasting.
How do I use the microphone stage icon in React?
You can import and use it like this: import { MicrophoneStage } from '@phosphor-icons/react'; <MicrophoneStage />.
What is the license for the Phosphor microphone stage icon?
The Phosphor icon library, including the microphone stage icon, is distributed under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

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