megaphone-loud-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
megaphone-loud-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the megaphone loud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.526 4.466a.75.75 0 1 0 1.449.388l.647-2.415a.75.75 0 1 0-1.45-.388zM24.78 3.22a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.061-1.06l2.5-2.5a.75.75 0 0 1 1.06 0m-14.6 20.484a4.75 4.75 0 0 0 8.472-4.236l3.827-1.913a2.75 2.75 0 0 0 .715-4.404L14.85 4.806a2.75 2.75 0 0 0-4.404.715L3.291 19.83a2.75 2.75 0 0 0 .516 3.174l1.19 1.19a2.75 2.75 0 0 0 3.174.515zm1.349-.674l5.775-2.888a3.25 3.25 0 0 1-5.776 2.888m.258-16.838a1.25 1.25 0 0 1 2.002-.325l8.344 8.344a1.25 1.25 0 0 1-.325 2.002L7.5 23.368a1.25 1.25 0 0 1-1.443-.234l-1.19-1.19a1.25 1.25 0 0 1-.234-1.443zM22.5 9.752a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentMegaphoneLoud28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.526 4.466a.75.75 0 1 0 1.449.388l.647-2.415a.75.75 0 1 0-1.45-.388zM24.78 3.22a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.061-1.06l2.5-2.5a.75.75 0 0 1 1.06 0m-14.6 20.484a4.75 4.75 0 0 0 8.472-4.236l3.827-1.913a2.75 2.75 0 0 0 .715-4.404L14.85 4.806a2.75 2.75 0 0 0-4.404.715L3.291 19.83a2.75 2.75 0 0 0 .516 3.174l1.19 1.19a2.75 2.75 0 0 0 3.174.515zm1.349-.674l5.775-2.888a3.25 3.25 0 0 1-5.776 2.888m.258-16.838a1.25 1.25 0 0 1 2.002-.325l8.344 8.344a1.25 1.25 0 0 1-.325 2.002L7.5 23.368a1.25 1.25 0 0 1-1.443-.234l-1.19-1.19a1.25 1.25 0 0 1-.234-1.443zM22.5 9.752a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.526 4.466a.75.75 0 1 0 1.449.388l.647-2.415a.75.75 0 1 0-1.45-.388zM24.78 3.22a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.061-1.06l2.5-2.5a.75.75 0 0 1 1.06 0m-14.6 20.484a4.75 4.75 0 0 0 8.472-4.236l3.827-1.913a2.75 2.75 0 0 0 .715-4.404L14.85 4.806a2.75 2.75 0 0 0-4.404.715L3.291 19.83a2.75 2.75 0 0 0 .516 3.174l1.19 1.19a2.75 2.75 0 0 0 3.174.515zm1.349-.674l5.775-2.888a3.25 3.25 0 0 1-5.776 2.888m.258-16.838a1.25 1.25 0 0 1 2.002-.325l8.344 8.344a1.25 1.25 0 0 1-.325 2.002L7.5 23.368a1.25 1.25 0 0 1-1.443-.234l-1.19-1.19a1.25 1.25 0 0 1-.234-1.443zM22.5 9.752a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-megaphone-loud-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.526%204.466a.75.75%200%201%200%201.449.388l.647-2.415a.75.75%200%201%200-1.45-.388zM24.78%203.22a.75.75%200%200%201%200%201.06l-2.5%202.5a.75.75%200%201%201-1.061-1.06l2.5-2.5a.75.75%200%200%201%201.06%200m-14.6%2020.484a4.75%204.75%200%200%200%208.472-4.236l3.827-1.913a2.75%202.75%200%200%200%20.715-4.404L14.85%204.806a2.75%202.75%200%200%200-4.404.715L3.291%2019.83a2.75%202.75%200%200%200%20.516%203.174l1.19%201.19a2.75%202.75%200%200%200%203.174.515zm1.349-.674l5.775-2.888a3.25%203.25%200%200%201-5.776%202.888m.258-16.838a1.25%201.25%200%200%201%202.002-.325l8.344%208.344a1.25%201.25%200%200%201-.325%202.002L7.5%2023.368a1.25%201.25%200%200%201-1.443-.234l-1.19-1.19a1.25%201.25%200%200%201-.234-1.443zM22.5%209.752a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.526%204.466a.75.75%200%201%200%201.449.388l.647-2.415a.75.75%200%201%200-1.45-.388zM24.78%203.22a.75.75%200%200%201%200%201.06l-2.5%202.5a.75.75%200%201%201-1.061-1.06l2.5-2.5a.75.75%200%200%201%201.06%200m-14.6%2020.484a4.75%204.75%200%200%200%208.472-4.236l3.827-1.913a2.75%202.75%200%200%200%20.715-4.404L14.85%204.806a2.75%202.75%200%200%200-4.404.715L3.291%2019.83a2.75%202.75%200%200%200%20.516%203.174l1.19%201.19a2.75%202.75%200%200%200%203.174.515zm1.349-.674l5.775-2.888a3.25%203.25%200%200%201-5.776%202.888m.258-16.838a1.25%201.25%200%200%201%202.002-.325l8.344%208.344a1.25%201.25%200%200%201-.325%202.002L7.5%2023.368a1.25%201.25%200%200%201-1.443-.234l-1.19-1.19a1.25%201.25%200%200%201-.234-1.443zM22.5%209.752a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5h-2.5a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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