megaphone icon

megaphone from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
megaphone
Set
Octicons
Style
Regular
Viewbox
16×16
License
MIT

2 other variants in Octicons

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 16 16"><path fill-rule="evenodd" d="M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31c.16.09.34.14.52.14c.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1c-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31c.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonMegaphone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31c.16.09.34.14.52.14c.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1c-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31c.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31c.16.09.34.14.52.14c.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1c-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31c.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z" fill="currentColor"/></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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%201c-.17%200-.36.05-.52.14C8.04%202.02%204.5%204.58%203%205c-1.38%200-3%20.67-3%202.5S1.63%2010%203%2010c.3.08.64.23%201%20.41V15h2v-3.45c1.34.86%202.69%201.83%203.48%202.31c.16.09.34.14.52.14c.52%200%201-.42%201-1V2c0-.58-.48-1-1-1zm0%2012c-.38-.23-.89-.58-1.5-1c-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31c.61-.41%201.16-.77%201.53-1v11zm2-6h4v1h-4V7zm0%202l4%202v1l-4-2V9zm4-6v1l-4%202V5l4-2z%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%201c-.17%200-.36.05-.52.14C8.04%202.02%204.5%204.58%203%205c-1.38%200-3%20.67-3%202.5S1.63%2010%203%2010c.3.08.64.23%201%20.41V15h2v-3.45c1.34.86%202.69%201.83%203.48%202.31c.16.09.34.14.52.14c.52%200%201-.42%201-1V2c0-.58-.48-1-1-1zm0%2012c-.38-.23-.89-.58-1.5-1c-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31c.61-.41%201.16-.77%201.53-1v11zm2-6h4v1h-4V7zm0%202l4%202v1l-4-2V9zm4-6v1l-4%202V5l4-2z%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/octicon/megaphone.svg?color=%231a73e8&size=48