Megaphone Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Megaphone icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307292.svg" alt="Megaphone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307292.svg" alt="Megaphone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307292.svg" alt="Megaphone icon" :width="24" :height="24" />
CSS background
.icon-megaphone {
background-image: url('https://proicons.com/icon/307292.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M15 3.50312C15 2.47681 13.9924 1.75361 13.0201 2.08197L2.02008 5.7966C1.41043 6.00248 1 6.57427 1 7.21776V8.78323C1 9.42595 1.40947 9.99725 2.01813 10.2037L4 10.876V12C4 13.6568 5.34315 15 7 15C8.35497 15 9.50014 14.1017 9.87246 12.8681L13.0181 13.9353C13.9909 14.2652 15 13.5419 15 12.5148V3.50312ZM13.34 3.02941C13.6641 2.91995 14 3.16102 14 3.50312V12.5148C14 12.8572 13.6636 13.0983 13.3394 12.9883L2.33938 9.25673C2.13649 9.1879 2 8.99747 2 8.78323V7.21776C2 7.00326 2.13681 6.81266 2.34003 6.74404L13.34 3.02941ZM8.9244 12.5465C8.68661 13.3854 7.91507 14 7 14C5.89543 14 5 13.1045 5 12V11.2153L8.9244 12.5465Z"/></svg>
Megaphone in other icon packs
Copied!