megaphone icon

megaphone-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
megaphone-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the megaphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 76h-39.9c-2.19-.11-54.55-3.38-104.38-45.17A12 12 0 0 0 36 40v160a11.88 11.88 0 0 0 6.92 10.87A12.2 12.2 0 0 0 48 212a11.93 11.93 0 0 0 7.69-2.83c42.46-35.62 86.76-43.25 100.28-44.8v36.29a12 12 0 0 0 5.34 10l11 7.33a12 12 0 0 0 18.28-7l12.49-47.09A44 44 0 0 0 200 76m-44 80.3c-13.53 1.35-60 8.62-105.42 46.75A4 4 0 0 1 44 200V40a4 4 0 0 1 2.3-3.62a4.3 4.3 0 0 1 1.75-.38a3.88 3.88 0 0 1 2.53 1C96 75.09 142.47 82.36 156 83.71Zm26.87 52.7a4 4 0 0 1-6.1 2.36l-11-7.33a4 4 0 0 1-1.78-3.33V164h30.8ZM200 156h-36V84h36a36 36 0 0 1 0 72"/></svg>

React

import type { SVGProps } from "react";

export function PhMegaphoneThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 76h-39.9c-2.19-.11-54.55-3.38-104.38-45.17A12 12 0 0 0 36 40v160a11.88 11.88 0 0 0 6.92 10.87A12.2 12.2 0 0 0 48 212a11.93 11.93 0 0 0 7.69-2.83c42.46-35.62 86.76-43.25 100.28-44.8v36.29a12 12 0 0 0 5.34 10l11 7.33a12 12 0 0 0 18.28-7l12.49-47.09A44 44 0 0 0 200 76m-44 80.3c-13.53 1.35-60 8.62-105.42 46.75A4 4 0 0 1 44 200V40a4 4 0 0 1 2.3-3.62a4.3 4.3 0 0 1 1.75-.38a3.88 3.88 0 0 1 2.53 1C96 75.09 142.47 82.36 156 83.71Zm26.87 52.7a4 4 0 0 1-6.1 2.36l-11-7.33a4 4 0 0 1-1.78-3.33V164h30.8ZM200 156h-36V84h36a36 36 0 0 1 0 72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 76h-39.9c-2.19-.11-54.55-3.38-104.38-45.17A12 12 0 0 0 36 40v160a11.88 11.88 0 0 0 6.92 10.87A12.2 12.2 0 0 0 48 212a11.93 11.93 0 0 0 7.69-2.83c42.46-35.62 86.76-43.25 100.28-44.8v36.29a12 12 0 0 0 5.34 10l11 7.33a12 12 0 0 0 18.28-7l12.49-47.09A44 44 0 0 0 200 76m-44 80.3c-13.53 1.35-60 8.62-105.42 46.75A4 4 0 0 1 44 200V40a4 4 0 0 1 2.3-3.62a4.3 4.3 0 0 1 1.75-.38a3.88 3.88 0 0 1 2.53 1C96 75.09 142.47 82.36 156 83.71Zm26.87 52.7a4 4 0 0 1-6.1 2.36l-11-7.33a4 4 0 0 1-1.78-3.33V164h30.8ZM200 156h-36V84h36a36 36 0 0 1 0 72"/></svg>
</template>

CSS

.icon-megaphone-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2076h-39.9c-2.19-.11-54.55-3.38-104.38-45.17A12%2012%200%200%200%2036%2040v160a11.88%2011.88%200%200%200%206.92%2010.87A12.2%2012.2%200%200%200%2048%20212a11.93%2011.93%200%200%200%207.69-2.83c42.46-35.62%2086.76-43.25%20100.28-44.8v36.29a12%2012%200%200%200%205.34%2010l11%207.33a12%2012%200%200%200%2018.28-7l12.49-47.09A44%2044%200%200%200%20200%2076m-44%2080.3c-13.53%201.35-60%208.62-105.42%2046.75A4%204%200%200%201%2044%20200V40a4%204%200%200%201%202.3-3.62a4.3%204.3%200%200%201%201.75-.38a3.88%203.88%200%200%201%202.53%201C96%2075.09%20142.47%2082.36%20156%2083.71Zm26.87%2052.7a4%204%200%200%201-6.1%202.36l-11-7.33a4%204%200%200%201-1.78-3.33V164h30.8ZM200%20156h-36V84h36a36%2036%200%200%201%200%2072%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2076h-39.9c-2.19-.11-54.55-3.38-104.38-45.17A12%2012%200%200%200%2036%2040v160a11.88%2011.88%200%200%200%206.92%2010.87A12.2%2012.2%200%200%200%2048%20212a11.93%2011.93%200%200%200%207.69-2.83c42.46-35.62%2086.76-43.25%20100.28-44.8v36.29a12%2012%200%200%200%205.34%2010l11%207.33a12%2012%200%200%200%2018.28-7l12.49-47.09A44%2044%200%200%200%20200%2076m-44%2080.3c-13.53%201.35-60%208.62-105.42%2046.75A4%204%200%200%201%2044%20200V40a4%204%200%200%201%202.3-3.62a4.3%204.3%200%200%201%201.75-.38a3.88%203.88%200%200%201%202.53%201C96%2075.09%20142.47%2082.36%20156%2083.71Zm26.87%2052.7a4%204%200%200%201-6.1%202.36l-11-7.33a4%204%200%200%201-1.78-3.33V164h30.8ZM200%20156h-36V84h36a36%2036%200%200%201%200%2072%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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