ios megaphone icon

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

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

Related icons in IonIcons

Use the ios megaphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M90.1 187c0-33.4 17.1-62.8 43.5-78.9 2.8-1.7 1.6-6-1.7-6-38.2 0-68.5 30.4-74.1 69.8-5.6.9-9.9 7.3-9.9 14.9 0 8 4.7 14.3 10.8 14.8 6.7 33.8 33.8 55.4 61.2 64.5 4.3.9 7.1-4.5 3.8-7.5-19.6-17.7-33.6-44.3-33.6-71.6z" fill="currentColor"/><path d="M450.2 102.8c-1-2.7-2.1-5.2-3.2-7.7-6-13.4-13.4-24.2-21.7-32.2-10.5-9.7-21.4-14.9-34.8-14.9-13.5 0-21.5 5.2-25.8 7.8-43.1 25.9-112.3 46-154 46s-39.4.2-39.4.2c-31.6 14-54.8 46.9-54.8 85 0 34.2 17.8 64.2 44.4 80 12.1 10.1 23.6 8.8 21.1 22.2-2.5 13.4-22.5 97.5-25 115s-2.9 27.5 4 36c7 8.5 49.5 23.8 68 23.8s13.8-8.7 13.8-43.8-9.3-131.7 16.5-131.7c48.3 0 73.5 17.3 111.3 31.7 9 3.4 14.1 4.7 20.1 4.7 6 0 18.7-1.9 34.7-18.2 9.2-9.4 15.7-18.8 21.7-32.2 1.1-2.6 2.2-5.2 3.3-8 8.9-23.2 13.7-51.9 13.7-81.9-.1-29.8-4.9-58.6-13.9-81.8zm-26.6 157c-6.4 15.7-17.6 28.2-26.9 28.2-9.3 0-17.8-12.5-24.2-28.2-7.5-18.3-12.3-45-12.3-74.7 0-29.8 4.8-56.6 12.3-74.9 6.4-15.6 14.9-25 24.1-25 9.3 0 20.3 9.5 26.8 25 7.6 18.3 14.5 45.1 14.5 74.9.1 29.7-6.8 56.4-14.3 74.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosMegaphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M90.1 187c0-33.4 17.1-62.8 43.5-78.9 2.8-1.7 1.6-6-1.7-6-38.2 0-68.5 30.4-74.1 69.8-5.6.9-9.9 7.3-9.9 14.9 0 8 4.7 14.3 10.8 14.8 6.7 33.8 33.8 55.4 61.2 64.5 4.3.9 7.1-4.5 3.8-7.5-19.6-17.7-33.6-44.3-33.6-71.6z" fill="currentColor"/><path d="M450.2 102.8c-1-2.7-2.1-5.2-3.2-7.7-6-13.4-13.4-24.2-21.7-32.2-10.5-9.7-21.4-14.9-34.8-14.9-13.5 0-21.5 5.2-25.8 7.8-43.1 25.9-112.3 46-154 46s-39.4.2-39.4.2c-31.6 14-54.8 46.9-54.8 85 0 34.2 17.8 64.2 44.4 80 12.1 10.1 23.6 8.8 21.1 22.2-2.5 13.4-22.5 97.5-25 115s-2.9 27.5 4 36c7 8.5 49.5 23.8 68 23.8s13.8-8.7 13.8-43.8-9.3-131.7 16.5-131.7c48.3 0 73.5 17.3 111.3 31.7 9 3.4 14.1 4.7 20.1 4.7 6 0 18.7-1.9 34.7-18.2 9.2-9.4 15.7-18.8 21.7-32.2 1.1-2.6 2.2-5.2 3.3-8 8.9-23.2 13.7-51.9 13.7-81.9-.1-29.8-4.9-58.6-13.9-81.8zm-26.6 157c-6.4 15.7-17.6 28.2-26.9 28.2-9.3 0-17.8-12.5-24.2-28.2-7.5-18.3-12.3-45-12.3-74.7 0-29.8 4.8-56.6 12.3-74.9 6.4-15.6 14.9-25 24.1-25 9.3 0 20.3 9.5 26.8 25 7.6 18.3 14.5 45.1 14.5 74.9.1 29.7-6.8 56.4-14.3 74.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M90.1 187c0-33.4 17.1-62.8 43.5-78.9 2.8-1.7 1.6-6-1.7-6-38.2 0-68.5 30.4-74.1 69.8-5.6.9-9.9 7.3-9.9 14.9 0 8 4.7 14.3 10.8 14.8 6.7 33.8 33.8 55.4 61.2 64.5 4.3.9 7.1-4.5 3.8-7.5-19.6-17.7-33.6-44.3-33.6-71.6z" fill="currentColor"/><path d="M450.2 102.8c-1-2.7-2.1-5.2-3.2-7.7-6-13.4-13.4-24.2-21.7-32.2-10.5-9.7-21.4-14.9-34.8-14.9-13.5 0-21.5 5.2-25.8 7.8-43.1 25.9-112.3 46-154 46s-39.4.2-39.4.2c-31.6 14-54.8 46.9-54.8 85 0 34.2 17.8 64.2 44.4 80 12.1 10.1 23.6 8.8 21.1 22.2-2.5 13.4-22.5 97.5-25 115s-2.9 27.5 4 36c7 8.5 49.5 23.8 68 23.8s13.8-8.7 13.8-43.8-9.3-131.7 16.5-131.7c48.3 0 73.5 17.3 111.3 31.7 9 3.4 14.1 4.7 20.1 4.7 6 0 18.7-1.9 34.7-18.2 9.2-9.4 15.7-18.8 21.7-32.2 1.1-2.6 2.2-5.2 3.3-8 8.9-23.2 13.7-51.9 13.7-81.9-.1-29.8-4.9-58.6-13.9-81.8zm-26.6 157c-6.4 15.7-17.6 28.2-26.9 28.2-9.3 0-17.8-12.5-24.2-28.2-7.5-18.3-12.3-45-12.3-74.7 0-29.8 4.8-56.6 12.3-74.9 6.4-15.6 14.9-25 24.1-25 9.3 0 20.3 9.5 26.8 25 7.6 18.3 14.5 45.1 14.5 74.9.1 29.7-6.8 56.4-14.3 74.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M90.1%20187c0-33.4%2017.1-62.8%2043.5-78.9%202.8-1.7%201.6-6-1.7-6-38.2%200-68.5%2030.4-74.1%2069.8-5.6.9-9.9%207.3-9.9%2014.9%200%208%204.7%2014.3%2010.8%2014.8%206.7%2033.8%2033.8%2055.4%2061.2%2064.5%204.3.9%207.1-4.5%203.8-7.5-19.6-17.7-33.6-44.3-33.6-71.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M450.2%20102.8c-1-2.7-2.1-5.2-3.2-7.7-6-13.4-13.4-24.2-21.7-32.2-10.5-9.7-21.4-14.9-34.8-14.9-13.5%200-21.5%205.2-25.8%207.8-43.1%2025.9-112.3%2046-154%2046s-39.4.2-39.4.2c-31.6%2014-54.8%2046.9-54.8%2085%200%2034.2%2017.8%2064.2%2044.4%2080%2012.1%2010.1%2023.6%208.8%2021.1%2022.2-2.5%2013.4-22.5%2097.5-25%20115s-2.9%2027.5%204%2036c7%208.5%2049.5%2023.8%2068%2023.8s13.8-8.7%2013.8-43.8-9.3-131.7%2016.5-131.7c48.3%200%2073.5%2017.3%20111.3%2031.7%209%203.4%2014.1%204.7%2020.1%204.7%206%200%2018.7-1.9%2034.7-18.2%209.2-9.4%2015.7-18.8%2021.7-32.2%201.1-2.6%202.2-5.2%203.3-8%208.9-23.2%2013.7-51.9%2013.7-81.9-.1-29.8-4.9-58.6-13.9-81.8zm-26.6%20157c-6.4%2015.7-17.6%2028.2-26.9%2028.2-9.3%200-17.8-12.5-24.2-28.2-7.5-18.3-12.3-45-12.3-74.7%200-29.8%204.8-56.6%2012.3-74.9%206.4-15.6%2014.9-25%2024.1-25%209.3%200%2020.3%209.5%2026.8%2025%207.6%2018.3%2014.5%2045.1%2014.5%2074.9.1%2029.7-6.8%2056.4-14.3%2074.7z%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%22M90.1%20187c0-33.4%2017.1-62.8%2043.5-78.9%202.8-1.7%201.6-6-1.7-6-38.2%200-68.5%2030.4-74.1%2069.8-5.6.9-9.9%207.3-9.9%2014.9%200%208%204.7%2014.3%2010.8%2014.8%206.7%2033.8%2033.8%2055.4%2061.2%2064.5%204.3.9%207.1-4.5%203.8-7.5-19.6-17.7-33.6-44.3-33.6-71.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M450.2%20102.8c-1-2.7-2.1-5.2-3.2-7.7-6-13.4-13.4-24.2-21.7-32.2-10.5-9.7-21.4-14.9-34.8-14.9-13.5%200-21.5%205.2-25.8%207.8-43.1%2025.9-112.3%2046-154%2046s-39.4.2-39.4.2c-31.6%2014-54.8%2046.9-54.8%2085%200%2034.2%2017.8%2064.2%2044.4%2080%2012.1%2010.1%2023.6%208.8%2021.1%2022.2-2.5%2013.4-22.5%2097.5-25%20115s-2.9%2027.5%204%2036c7%208.5%2049.5%2023.8%2068%2023.8s13.8-8.7%2013.8-43.8-9.3-131.7%2016.5-131.7c48.3%200%2073.5%2017.3%20111.3%2031.7%209%203.4%2014.1%204.7%2020.1%204.7%206%200%2018.7-1.9%2034.7-18.2%209.2-9.4%2015.7-18.8%2021.7-32.2%201.1-2.6%202.2-5.2%203.3-8%208.9-23.2%2013.7-51.9%2013.7-81.9-.1-29.8-4.9-58.6-13.9-81.8zm-26.6%20157c-6.4%2015.7-17.6%2028.2-26.9%2028.2-9.3%200-17.8-12.5-24.2-28.2-7.5-18.3-12.3-45-12.3-74.7%200-29.8%204.8-56.6%2012.3-74.9%206.4-15.6%2014.9-25%2024.1-25%209.3%200%2020.3%209.5%2026.8%2025%207.6%2018.3%2014.5%2045.1%2014.5%2074.9.1%2029.7-6.8%2056.4-14.3%2074.7z%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/ios-megaphone.svg?color=%231a73e8&size=48