md megaphone icon
md-megaphone from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-megaphone
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md megaphone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M382.1 143.4l-23.1 23c14.7 14.7 23.9 35.2 23.9 57.6s-9.2 42.9-23.9 57.6l23.1 23.1c20.6-20.6 33.4-49.2 33.4-80.6s-12.8-60.1-33.4-80.7z" fill="currentColor"/><path d="M428.2 99l-22.7 22.7c26.1 26.1 42.3 62.4 42.3 102.3 0 39.8-16.1 76.1-42.3 102.3l22.7 22.7c31.9-32.1 51.8-76.3 51.8-125s-19.8-92.9-51.8-125z" fill="currentColor"/><path d="M320 184.1V80h-32l-96 80H64l-32 16v112l32 16 80 128h48l-30-128h30l96 64h32V263.9c18.4-1.7 32-18.9 32-39.9s-13.6-38.2-32-39.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdMegaphone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M382.1 143.4l-23.1 23c14.7 14.7 23.9 35.2 23.9 57.6s-9.2 42.9-23.9 57.6l23.1 23.1c20.6-20.6 33.4-49.2 33.4-80.6s-12.8-60.1-33.4-80.7z" fill="currentColor"/><path d="M428.2 99l-22.7 22.7c26.1 26.1 42.3 62.4 42.3 102.3 0 39.8-16.1 76.1-42.3 102.3l22.7 22.7c31.9-32.1 51.8-76.3 51.8-125s-19.8-92.9-51.8-125z" fill="currentColor"/><path d="M320 184.1V80h-32l-96 80H64l-32 16v112l32 16 80 128h48l-30-128h30l96 64h32V263.9c18.4-1.7 32-18.9 32-39.9s-13.6-38.2-32-39.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M382.1 143.4l-23.1 23c14.7 14.7 23.9 35.2 23.9 57.6s-9.2 42.9-23.9 57.6l23.1 23.1c20.6-20.6 33.4-49.2 33.4-80.6s-12.8-60.1-33.4-80.7z" fill="currentColor"/><path d="M428.2 99l-22.7 22.7c26.1 26.1 42.3 62.4 42.3 102.3 0 39.8-16.1 76.1-42.3 102.3l22.7 22.7c31.9-32.1 51.8-76.3 51.8-125s-19.8-92.9-51.8-125z" fill="currentColor"/><path d="M320 184.1V80h-32l-96 80H64l-32 16v112l32 16 80 128h48l-30-128h30l96 64h32V263.9c18.4-1.7 32-18.9 32-39.9s-13.6-38.2-32-39.9z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%20d%3D%22M382.1%20143.4l-23.1%2023c14.7%2014.7%2023.9%2035.2%2023.9%2057.6s-9.2%2042.9-23.9%2057.6l23.1%2023.1c20.6-20.6%2033.4-49.2%2033.4-80.6s-12.8-60.1-33.4-80.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M428.2%2099l-22.7%2022.7c26.1%2026.1%2042.3%2062.4%2042.3%20102.3%200%2039.8-16.1%2076.1-42.3%20102.3l22.7%2022.7c31.9-32.1%2051.8-76.3%2051.8-125s-19.8-92.9-51.8-125z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320%20184.1V80h-32l-96%2080H64l-32%2016v112l32%2016%2080%20128h48l-30-128h30l96%2064h32V263.9c18.4-1.7%2032-18.9%2032-39.9s-13.6-38.2-32-39.9z%22%20fill%3D%22currentColor%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%20d%3D%22M382.1%20143.4l-23.1%2023c14.7%2014.7%2023.9%2035.2%2023.9%2057.6s-9.2%2042.9-23.9%2057.6l23.1%2023.1c20.6-20.6%2033.4-49.2%2033.4-80.6s-12.8-60.1-33.4-80.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M428.2%2099l-22.7%2022.7c26.1%2026.1%2042.3%2062.4%2042.3%20102.3%200%2039.8-16.1%2076.1-42.3%20102.3l22.7%2022.7c31.9-32.1%2051.8-76.3%2051.8-125s-19.8-92.9-51.8-125z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320%20184.1V80h-32l-96%2080H64l-32%2016v112l32%2016%2080%20128h48l-30-128h30l96%2064h32V263.9c18.4-1.7%2032-18.9%2032-39.9s-13.6-38.2-32-39.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-megaphone.svg?color=%231a73e8&size=48