megaphone icon

megaphone from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
megaphone
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" d="M18.17 4.44h-1.34c-1.01 0-1.83.82-1.83 1.83v.45L5.5 8.76v-.51c0-.41-.34-.75-.75-.75S4 7.84 4 8.25v7c0 .41.34.75.75.75s.75-.34.75-.75v-.63l9.5 2.04v.45c0 1.01.82 1.83 1.83 1.83h1.34c1.01 0 1.83-.82 1.83-1.83V6.27c0-1.01-.82-1.83-1.83-1.83M5.5 13.08v-2.79L15 8.25v6.87zm13 4.03c0 .18-.15.33-.33.33h-1.34c-.18 0-.33-.15-.33-.33V6.27c0-.18.15-.33.33-.33h1.34c.18 0 .33.15.33.33zm-5.53.52a2.785 2.785 0 0 1-2.67 1.94c-1.54 0-2.8-1.24-2.8-2.75c0-.11 0-.23.02-.34c.05-.41.43-.7.84-.65s.7.42.65.83v.15c0 .69.58 1.25 1.3 1.25c.57 0 1.07-.36 1.24-.89c.12-.4.55-.62.94-.49c.4.12.61.55.49.94Z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeMegaphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.17 4.44h-1.34c-1.01 0-1.83.82-1.83 1.83v.45L5.5 8.76v-.51c0-.41-.34-.75-.75-.75S4 7.84 4 8.25v7c0 .41.34.75.75.75s.75-.34.75-.75v-.63l9.5 2.04v.45c0 1.01.82 1.83 1.83 1.83h1.34c1.01 0 1.83-.82 1.83-1.83V6.27c0-1.01-.82-1.83-1.83-1.83M5.5 13.08v-2.79L15 8.25v6.87zm13 4.03c0 .18-.15.33-.33.33h-1.34c-.18 0-.33-.15-.33-.33V6.27c0-.18.15-.33.33-.33h1.34c.18 0 .33.15.33.33zm-5.53.52a2.785 2.785 0 0 1-2.67 1.94c-1.54 0-2.8-1.24-2.8-2.75c0-.11 0-.23.02-.34c.05-.41.43-.7.84-.65s.7.42.65.83v.15c0 .69.58 1.25 1.3 1.25c.57 0 1.07-.36 1.24-.89c.12-.4.55-.62.94-.49c.4.12.61.55.49.94Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.17 4.44h-1.34c-1.01 0-1.83.82-1.83 1.83v.45L5.5 8.76v-.51c0-.41-.34-.75-.75-.75S4 7.84 4 8.25v7c0 .41.34.75.75.75s.75-.34.75-.75v-.63l9.5 2.04v.45c0 1.01.82 1.83 1.83 1.83h1.34c1.01 0 1.83-.82 1.83-1.83V6.27c0-1.01-.82-1.83-1.83-1.83M5.5 13.08v-2.79L15 8.25v6.87zm13 4.03c0 .18-.15.33-.33.33h-1.34c-.18 0-.33-.15-.33-.33V6.27c0-.18.15-.33.33-.33h1.34c.18 0 .33.15.33.33zm-5.53.52a2.785 2.785 0 0 1-2.67 1.94c-1.54 0-2.8-1.24-2.8-2.75c0-.11 0-.23.02-.34c.05-.41.43-.7.84-.65s.7.42.65.83v.15c0 .69.58 1.25 1.3 1.25c.57 0 1.07-.36 1.24-.89c.12-.4.55-.62.94-.49c.4.12.61.55.49.94Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.17%204.44h-1.34c-1.01%200-1.83.82-1.83%201.83v.45L5.5%208.76v-.51c0-.41-.34-.75-.75-.75S4%207.84%204%208.25v7c0%20.41.34.75.75.75s.75-.34.75-.75v-.63l9.5%202.04v.45c0%201.01.82%201.83%201.83%201.83h1.34c1.01%200%201.83-.82%201.83-1.83V6.27c0-1.01-.82-1.83-1.83-1.83M5.5%2013.08v-2.79L15%208.25v6.87zm13%204.03c0%20.18-.15.33-.33.33h-1.34c-.18%200-.33-.15-.33-.33V6.27c0-.18.15-.33.33-.33h1.34c.18%200%20.33.15.33.33zm-5.53.52a2.785%202.785%200%200%201-2.67%201.94c-1.54%200-2.8-1.24-2.8-2.75c0-.11%200-.23.02-.34c.05-.41.43-.7.84-.65s.7.42.65.83v.15c0%20.69.58%201.25%201.3%201.25c.57%200%201.07-.36%201.24-.89c.12-.4.55-.62.94-.49c.4.12.61.55.49.94Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.17%204.44h-1.34c-1.01%200-1.83.82-1.83%201.83v.45L5.5%208.76v-.51c0-.41-.34-.75-.75-.75S4%207.84%204%208.25v7c0%20.41.34.75.75.75s.75-.34.75-.75v-.63l9.5%202.04v.45c0%201.01.82%201.83%201.83%201.83h1.34c1.01%200%201.83-.82%201.83-1.83V6.27c0-1.01-.82-1.83-1.83-1.83M5.5%2013.08v-2.79L15%208.25v6.87zm13%204.03c0%20.18-.15.33-.33.33h-1.34c-.18%200-.33-.15-.33-.33V6.27c0-.18.15-.33.33-.33h1.34c.18%200%20.33.15.33.33zm-5.53.52a2.785%202.785%200%200%201-2.67%201.94c-1.54%200-2.8-1.24-2.8-2.75c0-.11%200-.23.02-.34c.05-.41.43-.7.84-.65s.7.42.65.83v.15c0%20.69.58%201.25%201.3%201.25c.57%200%201.07-.36%201.24-.89c.12-.4.55-.62.94-.49c.4.12.61.55.49.94Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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