The Phosphor megaphone simple icon depicts a stylized megaphone, commonly used in user interfaces to represent announcements, broadcasts, or public address systems.
Common uses
- Announcements or notifications section
- Broadcast or live event indicator
- Sound or audio settings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { MegaphoneSimple } from '@phosphor-icons/react';
<MegaphoneSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<MegaphoneSimple size={24} />thin
<MegaphoneSimple size={24} weight="thin" />light
<MegaphoneSimple size={24} weight="light" />bold
<MegaphoneSimple size={24} weight="bold" />fill
<MegaphoneSimple size={24} weight="fill" />duotone
<MegaphoneSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- bullhornannouncementsloudspeakerbroadcastcommunicationsobjectsmegaphonesimpleannouncement
FAQ
- What is the megaphone simple icon used for?
- It visually represents announcements, broadcasts, or public address systems within a user interface.
- How do I use the megaphone simple icon in React?
- Import it using `import { MegaphoneSimple } from '@phosphor-icons/react'` and then use it as a component: `<MegaphoneSimple />`.
- What is the license for the Phosphor megaphone simple icon?
- The Phosphor icon library, including the megaphone simple icon, is available 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 →