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

Name
megaphone-loud-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M17.212 2.237a.75.75 0 0 0-1.423-.474l-.75 2.249a.75.75 0 0 0 1.423.474zm4.568-.017a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0M9.076 4.318a2.325 2.325 0 0 1 3.795-.577l7.006 7.506a2.325 2.325 0 0 1-.758 3.712l-3.42 1.516a4 4 0 0 1-7.314 3.24l-1.417.628a1.8 1.8 0 0 1-1.964-.336L3.565 18.65a1.8 1.8 0 0 1-.387-2.091zm.682 14.789a2.5 2.5 0 0 0 4.569-2.024zm2.016-14.342a.825.825 0 0 0-1.346.204L4.53 17.21a.3.3 0 0 0 .064.349l1.439 1.356a.3.3 0 0 0 .327.056l12.151-5.383a.825.825 0 0 0 .27-1.317zM19 8.249a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentMegaphoneLoud24Regular(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="M17.212 2.237a.75.75 0 0 0-1.423-.474l-.75 2.249a.75.75 0 0 0 1.423.474zm4.568-.017a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0M9.076 4.318a2.325 2.325 0 0 1 3.795-.577l7.006 7.506a2.325 2.325 0 0 1-.758 3.712l-3.42 1.516a4 4 0 0 1-7.314 3.24l-1.417.628a1.8 1.8 0 0 1-1.964-.336L3.565 18.65a1.8 1.8 0 0 1-.387-2.091zm.682 14.789a2.5 2.5 0 0 0 4.569-2.024zm2.016-14.342a.825.825 0 0 0-1.346.204L4.53 17.21a.3.3 0 0 0 .064.349l1.439 1.356a.3.3 0 0 0 .327.056l12.151-5.383a.825.825 0 0 0 .27-1.317zM19 8.249a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.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 24 24"><path fill="currentColor" d="M17.212 2.237a.75.75 0 0 0-1.423-.474l-.75 2.249a.75.75 0 0 0 1.423.474zm4.568-.017a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0M9.076 4.318a2.325 2.325 0 0 1 3.795-.577l7.006 7.506a2.325 2.325 0 0 1-.758 3.712l-3.42 1.516a4 4 0 0 1-7.314 3.24l-1.417.628a1.8 1.8 0 0 1-1.964-.336L3.565 18.65a1.8 1.8 0 0 1-.387-2.091zm.682 14.789a2.5 2.5 0 0 0 4.569-2.024zm2.016-14.342a.825.825 0 0 0-1.346.204L4.53 17.21a.3.3 0 0 0 .064.349l1.439 1.356a.3.3 0 0 0 .327.056l12.151-5.383a.825.825 0 0 0 .27-1.317zM19 8.249a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-megaphone-loud-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.212%202.237a.75.75%200%200%200-1.423-.474l-.75%202.249a.75.75%200%200%200%201.423.474zm4.568-.017a.75.75%200%200%201%200%201.06l-2.5%202.5a.75.75%200%201%201-1.06-1.06l2.5-2.5a.75.75%200%200%201%201.06%200M9.076%204.318a2.325%202.325%200%200%201%203.795-.577l7.006%207.506a2.325%202.325%200%200%201-.758%203.712l-3.42%201.516a4%204%200%200%201-7.314%203.24l-1.417.628a1.8%201.8%200%200%201-1.964-.336L3.565%2018.65a1.8%201.8%200%200%201-.387-2.091zm.682%2014.789a2.5%202.5%200%200%200%204.569-2.024zm2.016-14.342a.825.825%200%200%200-1.346.204L4.53%2017.21a.3.3%200%200%200%20.064.349l1.439%201.356a.3.3%200%200%200%20.327.056l12.151-5.383a.825.825%200%200%200%20.27-1.317zM19%208.249a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.212%202.237a.75.75%200%200%200-1.423-.474l-.75%202.249a.75.75%200%200%200%201.423.474zm4.568-.017a.75.75%200%200%201%200%201.06l-2.5%202.5a.75.75%200%201%201-1.06-1.06l2.5-2.5a.75.75%200%200%201%201.06%200M9.076%204.318a2.325%202.325%200%200%201%203.795-.577l7.006%207.506a2.325%202.325%200%200%201-.758%203.712l-3.42%201.516a4%204%200%200%201-7.314%203.24l-1.417.628a1.8%201.8%200%200%201-1.964-.336L3.565%2018.65a1.8%201.8%200%200%201-.387-2.091zm.682%2014.789a2.5%202.5%200%200%200%204.569-2.024zm2.016-14.342a.825.825%200%200%200-1.346.204L4.53%2017.21a.3.3%200%200%200%20.064.349l1.439%201.356a.3.3%200%200%200%20.327.056l12.151-5.383a.825.825%200%200%200%20.27-1.317zM19%208.249a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.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-24-regular.svg?color=%231a73e8&size=48