megaphone icon

megaphone from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
megaphone
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the megaphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M48 176v.66a17.38 17.38 0 0 1-4.2 11.23v.05C38.4 194.32 32 205.74 32 224c0 16.55 5.3 28.23 11.68 35.91A19 19 0 0 1 48 272a32 32 0 0 0 32 32h8a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-8a32 32 0 0 0-32 32m404.18 10.55l-.93-.17a4 4 0 0 1-3.25-3.93V62c0-12.64-8.39-24-20.89-28.32c-11.92-4.11-24.34-.76-31.68 8.53a431 431 0 0 1-51.31 51.69c-23.63 20-46.24 34.25-67 42.31a8 8 0 0 0-5.15 7.47V299a16 16 0 0 0 9.69 14.69c19.34 8.29 40.24 21.83 62 40.28a434 434 0 0 1 51.68 52.16a26.22 26.22 0 0 0 21.1 9.87a33 33 0 0 0 10.44-1.74C439.71 410 448 399.05 448 386.4V265.53a4 4 0 0 1 3.33-3.94l.85-.14C461.8 258.84 480 247.67 480 224s-18.2-34.84-27.82-37.45M240 320V152a8 8 0 0 0-8-8h-96a8 8 0 0 0-8 8v304a24 24 0 0 0 24 24h52.45a32.66 32.66 0 0 0 25.93-12.45a31.65 31.65 0 0 0 5.21-29.05c-1.62-5.18-3.63-11-5.77-17.19c-7.91-22.9-18.34-37.07-21.12-69.32A32 32 0 0 0 240 320"/></svg>

React

import type { SVGProps } from "react";

export function IonMegaphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M48 176v.66a17.38 17.38 0 0 1-4.2 11.23v.05C38.4 194.32 32 205.74 32 224c0 16.55 5.3 28.23 11.68 35.91A19 19 0 0 1 48 272a32 32 0 0 0 32 32h8a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-8a32 32 0 0 0-32 32m404.18 10.55l-.93-.17a4 4 0 0 1-3.25-3.93V62c0-12.64-8.39-24-20.89-28.32c-11.92-4.11-24.34-.76-31.68 8.53a431 431 0 0 1-51.31 51.69c-23.63 20-46.24 34.25-67 42.31a8 8 0 0 0-5.15 7.47V299a16 16 0 0 0 9.69 14.69c19.34 8.29 40.24 21.83 62 40.28a434 434 0 0 1 51.68 52.16a26.22 26.22 0 0 0 21.1 9.87a33 33 0 0 0 10.44-1.74C439.71 410 448 399.05 448 386.4V265.53a4 4 0 0 1 3.33-3.94l.85-.14C461.8 258.84 480 247.67 480 224s-18.2-34.84-27.82-37.45M240 320V152a8 8 0 0 0-8-8h-96a8 8 0 0 0-8 8v304a24 24 0 0 0 24 24h52.45a32.66 32.66 0 0 0 25.93-12.45a31.65 31.65 0 0 0 5.21-29.05c-1.62-5.18-3.63-11-5.77-17.19c-7.91-22.9-18.34-37.07-21.12-69.32A32 32 0 0 0 240 320"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M48 176v.66a17.38 17.38 0 0 1-4.2 11.23v.05C38.4 194.32 32 205.74 32 224c0 16.55 5.3 28.23 11.68 35.91A19 19 0 0 1 48 272a32 32 0 0 0 32 32h8a8 8 0 0 0 8-8V152a8 8 0 0 0-8-8h-8a32 32 0 0 0-32 32m404.18 10.55l-.93-.17a4 4 0 0 1-3.25-3.93V62c0-12.64-8.39-24-20.89-28.32c-11.92-4.11-24.34-.76-31.68 8.53a431 431 0 0 1-51.31 51.69c-23.63 20-46.24 34.25-67 42.31a8 8 0 0 0-5.15 7.47V299a16 16 0 0 0 9.69 14.69c19.34 8.29 40.24 21.83 62 40.28a434 434 0 0 1 51.68 52.16a26.22 26.22 0 0 0 21.1 9.87a33 33 0 0 0 10.44-1.74C439.71 410 448 399.05 448 386.4V265.53a4 4 0 0 1 3.33-3.94l.85-.14C461.8 258.84 480 247.67 480 224s-18.2-34.84-27.82-37.45M240 320V152a8 8 0 0 0-8-8h-96a8 8 0 0 0-8 8v304a24 24 0 0 0 24 24h52.45a32.66 32.66 0 0 0 25.93-12.45a31.65 31.65 0 0 0 5.21-29.05c-1.62-5.18-3.63-11-5.77-17.19c-7.91-22.9-18.34-37.07-21.12-69.32A32 32 0 0 0 240 320"/></svg>
</template>

CSS

.icon-megaphone {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%20176v.66a17.38%2017.38%200%200%201-4.2%2011.23v.05C38.4%20194.32%2032%20205.74%2032%20224c0%2016.55%205.3%2028.23%2011.68%2035.91A19%2019%200%200%201%2048%20272a32%2032%200%200%200%2032%2032h8a8%208%200%200%200%208-8V152a8%208%200%200%200-8-8h-8a32%2032%200%200%200-32%2032m404.18%2010.55l-.93-.17a4%204%200%200%201-3.25-3.93V62c0-12.64-8.39-24-20.89-28.32c-11.92-4.11-24.34-.76-31.68%208.53a431%20431%200%200%201-51.31%2051.69c-23.63%2020-46.24%2034.25-67%2042.31a8%208%200%200%200-5.15%207.47V299a16%2016%200%200%200%209.69%2014.69c19.34%208.29%2040.24%2021.83%2062%2040.28a434%20434%200%200%201%2051.68%2052.16a26.22%2026.22%200%200%200%2021.1%209.87a33%2033%200%200%200%2010.44-1.74C439.71%20410%20448%20399.05%20448%20386.4V265.53a4%204%200%200%201%203.33-3.94l.85-.14C461.8%20258.84%20480%20247.67%20480%20224s-18.2-34.84-27.82-37.45M240%20320V152a8%208%200%200%200-8-8h-96a8%208%200%200%200-8%208v304a24%2024%200%200%200%2024%2024h52.45a32.66%2032.66%200%200%200%2025.93-12.45a31.65%2031.65%200%200%200%205.21-29.05c-1.62-5.18-3.63-11-5.77-17.19c-7.91-22.9-18.34-37.07-21.12-69.32A32%2032%200%200%200%20240%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M48%20176v.66a17.38%2017.38%200%200%201-4.2%2011.23v.05C38.4%20194.32%2032%20205.74%2032%20224c0%2016.55%205.3%2028.23%2011.68%2035.91A19%2019%200%200%201%2048%20272a32%2032%200%200%200%2032%2032h8a8%208%200%200%200%208-8V152a8%208%200%200%200-8-8h-8a32%2032%200%200%200-32%2032m404.18%2010.55l-.93-.17a4%204%200%200%201-3.25-3.93V62c0-12.64-8.39-24-20.89-28.32c-11.92-4.11-24.34-.76-31.68%208.53a431%20431%200%200%201-51.31%2051.69c-23.63%2020-46.24%2034.25-67%2042.31a8%208%200%200%200-5.15%207.47V299a16%2016%200%200%200%209.69%2014.69c19.34%208.29%2040.24%2021.83%2062%2040.28a434%20434%200%200%201%2051.68%2052.16a26.22%2026.22%200%200%200%2021.1%209.87a33%2033%200%200%200%2010.44-1.74C439.71%20410%20448%20399.05%20448%20386.4V265.53a4%204%200%200%201%203.33-3.94l.85-.14C461.8%20258.84%20480%20247.67%20480%20224s-18.2-34.84-27.82-37.45M240%20320V152a8%208%200%200%200-8-8h-96a8%208%200%200%200-8%208v304a24%2024%200%200%200%2024%2024h52.45a32.66%2032.66%200%200%200%2025.93-12.45a31.65%2031.65%200%200%200%205.21-29.05c-1.62-5.18-3.63-11-5.77-17.19c-7.91-22.9-18.34-37.07-21.12-69.32A32%2032%200%200%200%20240%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/megaphone.svg?color=%231a73e8&size=48