John KuehJohn Kueh

megaphone icon

Heroicons · megaphone · MIT

Download SVG

The Heroicons megaphone icon depicts a megaphone, commonly used to signify announcements, broadcasting, or public speaking in user interfaces.

Common uses

  • Announcements and alerts
  • Broadcasting or live stream indicators
  • Public address system controls

Use it in React

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

<MegaphoneIcon className="size-6" />

Styles

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

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

Details

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

FAQ

What is the megaphone icon used for?
It's typically used to represent announcements, broadcasting, or important messages that need to be heard by many.
How do I use the megaphone icon in React?
You can import it using `import { MegaphoneIcon } from '@heroicons/react/24/outline';` and then use it as a React component.
What is the license for Heroicons?
Heroicons are provided 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 →