Megaphone Pixel Art Icon
A megaphone icon for announcements, broadcast messages, marketing campaigns, 'What's new' sections and public-address features.
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 Megaphone icon
A megaphone or bullhorn pointing outward, the go-to icon for broadcasting, announcements, and one-to-many communication. Marketing platforms use it for campaign and broadcast features; product dashboards show it on 'Announcements' or 'What's new' sections; admin panels reach for it when sending a site-wide notification to all users. It implies outward amplification rather than two-way conversation. For a muted or paused broadcast, megaphone-off is the natural counterpart. For private two-way messages, a chat bubble better conveys the reciprocal nature.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/megaphone.svg" width="24" height="24" alt="Megaphone" />
<!-- React -->
import { Megaphone } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="megaphone.svg" width="48" height="48" style="image-rendering: pixelated" />