megaphone loud icon
megaphone-loud-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- megaphone-loud-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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.957l.185.201c1.765 2.048 1.18 5.222-1.2 6.505l-.244.122l-7.194 3.32a7.5 7.5 0 0 1-13.6 6.275l-3.46 1.597a4.25 4.25 0 0 1-4.525-.613l-.243-.222l-2.374-2.347a4.25 4.25 0 0 1-.806-4.94L18.49 8.683zm1.526 29.516a5 5 0 0 0 9.049-4.176zM45.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 FluentMegaphoneLoud48Filled(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.957l.185.201c1.765 2.048 1.18 5.222-1.2 6.505l-.244.122l-7.194 3.32a7.5 7.5 0 0 1-13.6 6.275l-3.46 1.597a4.25 4.25 0 0 1-4.525-.613l-.243-.222l-2.374-2.347a4.25 4.25 0 0 1-.806-4.94L18.49 8.683zm1.526 29.516a5 5 0 0 0 9.049-4.176zM45.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.957l.185.201c1.765 2.048 1.18 5.222-1.2 6.505l-.244.122l-7.194 3.32a7.5 7.5 0 0 1-13.6 6.275l-3.46 1.597a4.25 4.25 0 0 1-4.525-.613l-.243-.222l-2.374-2.347a4.25 4.25 0 0 1-.806-4.94L18.49 8.683zm1.526 29.516a5 5 0 0 0 9.049-4.176zM45.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-filled {
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.957l.185.201c1.765%202.048%201.18%205.222-1.2%206.505l-.244.122l-7.194%203.32a7.5%207.5%200%200%201-13.6%206.275l-3.46%201.597a4.25%204.25%200%200%201-4.525-.613l-.243-.222l-2.374-2.347a4.25%204.25%200%200%201-.806-4.94L18.49%208.683zm1.526%2029.516a5%205%200%200%200%209.049-4.176zM45.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.957l.185.201c1.765%202.048%201.18%205.222-1.2%206.505l-.244.122l-7.194%203.32a7.5%207.5%200%200%201-13.6%206.275l-3.46%201.597a4.25%204.25%200%200%201-4.525-.613l-.243-.222l-2.374-2.347a4.25%204.25%200%200%201-.806-4.94L18.49%208.683zm1.526%2029.516a5%205%200%200%200%209.049-4.176zM45.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-filled.svg?color=%231a73e8&size=48