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

Name
megaphone-loud-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M18.62 8.444c1.402-2.394 4.733-2.835 6.705-.814l14.6 14.957c2.051 2.1 1.406 5.598-1.259 6.828l-7.196 3.32a7.5 7.5 0 0 1-13.6 6.275l-3.459 1.597a4.25 4.25 0 0 1-4.524-.613l-.243-.222l-2.374-2.347a4.25 4.25 0 0 1-.806-4.94L18.49 8.683zm1.525 29.517a5 5 0 0 0 9.05-4.176zm3.391-28.585a1.75 1.75 0 0 0-2.702.243l-.112.19L8.695 33.614a1.75 1.75 0 0 0 .331 2.034l2.374 2.346l.101.092a1.75 1.75 0 0 0 1.863.252l24.254-11.193l.197-.105a1.75 1.75 0 0 0 .323-2.706zM45.25 15a1.25 1.25 0 0 1 0 2.5h-5a1.25 1.25 0 0 1 0-2.5zm-4.384-9.634a1.25 1.25 0 0 1 1.768 1.768l-4.5 4.5a1.25 1.25 0 1 1-1.768-1.768zm-9.256-2.63a1.25 1.25 0 0 1 2.36.786l-.034.123l-1.5 4.5a1.25 1.25 0 0 1-2.372-.79l1.5-4.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMegaphoneLoud48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.62 8.444c1.402-2.394 4.733-2.835 6.705-.814l14.6 14.957c2.051 2.1 1.406 5.598-1.259 6.828l-7.196 3.32a7.5 7.5 0 0 1-13.6 6.275l-3.459 1.597a4.25 4.25 0 0 1-4.524-.613l-.243-.222l-2.374-2.347a4.25 4.25 0 0 1-.806-4.94L18.49 8.683zm1.525 29.517a5 5 0 0 0 9.05-4.176zm3.391-28.585a1.75 1.75 0 0 0-2.702.243l-.112.19L8.695 33.614a1.75 1.75 0 0 0 .331 2.034l2.374 2.346l.101.092a1.75 1.75 0 0 0 1.863.252l24.254-11.193l.197-.105a1.75 1.75 0 0 0 .323-2.706zM45.25 15a1.25 1.25 0 0 1 0 2.5h-5a1.25 1.25 0 0 1 0-2.5zm-4.384-9.634a1.25 1.25 0 0 1 1.768 1.768l-4.5 4.5a1.25 1.25 0 1 1-1.768-1.768zm-9.256-2.63a1.25 1.25 0 0 1 2.36.786l-.034.123l-1.5 4.5a1.25 1.25 0 0 1-2.372-.79l1.5-4.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M18.62 8.444c1.402-2.394 4.733-2.835 6.705-.814l14.6 14.957c2.051 2.1 1.406 5.598-1.259 6.828l-7.196 3.32a7.5 7.5 0 0 1-13.6 6.275l-3.459 1.597a4.25 4.25 0 0 1-4.524-.613l-.243-.222l-2.374-2.347a4.25 4.25 0 0 1-.806-4.94L18.49 8.683zm1.525 29.517a5 5 0 0 0 9.05-4.176zm3.391-28.585a1.75 1.75 0 0 0-2.702.243l-.112.19L8.695 33.614a1.75 1.75 0 0 0 .331 2.034l2.374 2.346l.101.092a1.75 1.75 0 0 0 1.863.252l24.254-11.193l.197-.105a1.75 1.75 0 0 0 .323-2.706zM45.25 15a1.25 1.25 0 0 1 0 2.5h-5a1.25 1.25 0 0 1 0-2.5zm-4.384-9.634a1.25 1.25 0 0 1 1.768 1.768l-4.5 4.5a1.25 1.25 0 1 1-1.768-1.768zm-9.256-2.63a1.25 1.25 0 0 1 2.36.786l-.034.123l-1.5 4.5a1.25 1.25 0 0 1-2.372-.79l1.5-4.5z"/></svg>
</template>

CSS

.icon-megaphone-loud-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.62%208.444c1.402-2.394%204.733-2.835%206.705-.814l14.6%2014.957c2.051%202.1%201.406%205.598-1.259%206.828l-7.196%203.32a7.5%207.5%200%200%201-13.6%206.275l-3.459%201.597a4.25%204.25%200%200%201-4.524-.613l-.243-.222l-2.374-2.347a4.25%204.25%200%200%201-.806-4.94L18.49%208.683zm1.525%2029.517a5%205%200%200%200%209.05-4.176zm3.391-28.585a1.75%201.75%200%200%200-2.702.243l-.112.19L8.695%2033.614a1.75%201.75%200%200%200%20.331%202.034l2.374%202.346l.101.092a1.75%201.75%200%200%200%201.863.252l24.254-11.193l.197-.105a1.75%201.75%200%200%200%20.323-2.706zM45.25%2015a1.25%201.25%200%200%201%200%202.5h-5a1.25%201.25%200%200%201%200-2.5zm-4.384-9.634a1.25%201.25%200%200%201%201.768%201.768l-4.5%204.5a1.25%201.25%200%201%201-1.768-1.768zm-9.256-2.63a1.25%201.25%200%200%201%202.36.786l-.034.123l-1.5%204.5a1.25%201.25%200%200%201-2.372-.79l1.5-4.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.62%208.444c1.402-2.394%204.733-2.835%206.705-.814l14.6%2014.957c2.051%202.1%201.406%205.598-1.259%206.828l-7.196%203.32a7.5%207.5%200%200%201-13.6%206.275l-3.459%201.597a4.25%204.25%200%200%201-4.524-.613l-.243-.222l-2.374-2.347a4.25%204.25%200%200%201-.806-4.94L18.49%208.683zm1.525%2029.517a5%205%200%200%200%209.05-4.176zm3.391-28.585a1.75%201.75%200%200%200-2.702.243l-.112.19L8.695%2033.614a1.75%201.75%200%200%200%20.331%202.034l2.374%202.346l.101.092a1.75%201.75%200%200%200%201.863.252l24.254-11.193l.197-.105a1.75%201.75%200%200%200%20.323-2.706zM45.25%2015a1.25%201.25%200%200%201%200%202.5h-5a1.25%201.25%200%200%201%200-2.5zm-4.384-9.634a1.25%201.25%200%200%201%201.768%201.768l-4.5%204.5a1.25%201.25%200%201%201-1.768-1.768zm-9.256-2.63a1.25%201.25%200%200%201%202.36.786l-.034.123l-1.5%204.5a1.25%201.25%200%200%201-2.372-.79l1.5-4.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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