megaphone loud icon
megaphone-loud-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- megaphone-loud-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M14.158 1.026a.5.5 0 0 1 .317.632l-.5 1.5a.5.5 0 0 1-.95-.316l.5-1.5a.5.5 0 0 1 .633-.316m3.697 1.828a.5.5 0 1 0-.708-.707l-2 2a.5.5 0 0 0 .707.707zm-10.248.292a2 2 0 0 1 3.261-.515l6.587 6.98a2 2 0 0 1-.648 3.203L12.87 14.55A3.504 3.504 0 0 1 9.5 19a3.5 3.5 0 0 1-2.975-1.655l-1.2.529a1.5 1.5 0 0 1-1.661-.308l-1.222-1.21a1.5 1.5 0 0 1-.299-1.71zm-.154 13.789a2.5 2.5 0 0 0 4.488-1.977zm2.688-13.617a1 1 0 0 0-1.63.257l-5.465 11.5a.5.5 0 0 0 .1.569l1.222 1.211a.5.5 0 0 0 .553.102L16.403 11.9a1 1 0 0 0 .325-1.601zM17 6a.5.5 0 0 0 0 1h1.5a.5.5 0 1 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMegaphoneLoud20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.158 1.026a.5.5 0 0 1 .317.632l-.5 1.5a.5.5 0 0 1-.95-.316l.5-1.5a.5.5 0 0 1 .633-.316m3.697 1.828a.5.5 0 1 0-.708-.707l-2 2a.5.5 0 0 0 .707.707zm-10.248.292a2 2 0 0 1 3.261-.515l6.587 6.98a2 2 0 0 1-.648 3.203L12.87 14.55A3.504 3.504 0 0 1 9.5 19a3.5 3.5 0 0 1-2.975-1.655l-1.2.529a1.5 1.5 0 0 1-1.661-.308l-1.222-1.21a1.5 1.5 0 0 1-.299-1.71zm-.154 13.789a2.5 2.5 0 0 0 4.488-1.977zm2.688-13.617a1 1 0 0 0-1.63.257l-5.465 11.5a.5.5 0 0 0 .1.569l1.222 1.211a.5.5 0 0 0 .553.102L16.403 11.9a1 1 0 0 0 .325-1.601zM17 6a.5.5 0 0 0 0 1h1.5a.5.5 0 1 0 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.158 1.026a.5.5 0 0 1 .317.632l-.5 1.5a.5.5 0 0 1-.95-.316l.5-1.5a.5.5 0 0 1 .633-.316m3.697 1.828a.5.5 0 1 0-.708-.707l-2 2a.5.5 0 0 0 .707.707zm-10.248.292a2 2 0 0 1 3.261-.515l6.587 6.98a2 2 0 0 1-.648 3.203L12.87 14.55A3.504 3.504 0 0 1 9.5 19a3.5 3.5 0 0 1-2.975-1.655l-1.2.529a1.5 1.5 0 0 1-1.661-.308l-1.222-1.21a1.5 1.5 0 0 1-.299-1.71zm-.154 13.789a2.5 2.5 0 0 0 4.488-1.977zm2.688-13.617a1 1 0 0 0-1.63.257l-5.465 11.5a.5.5 0 0 0 .1.569l1.222 1.211a.5.5 0 0 0 .553.102L16.403 11.9a1 1 0 0 0 .325-1.601zM17 6a.5.5 0 0 0 0 1h1.5a.5.5 0 1 0 0-1z"/></svg> </template>
CSS
.icon-megaphone-loud-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.158%201.026a.5.5%200%200%201%20.317.632l-.5%201.5a.5.5%200%200%201-.95-.316l.5-1.5a.5.5%200%200%201%20.633-.316m3.697%201.828a.5.5%200%201%200-.708-.707l-2%202a.5.5%200%200%200%20.707.707zm-10.248.292a2%202%200%200%201%203.261-.515l6.587%206.98a2%202%200%200%201-.648%203.203L12.87%2014.55A3.504%203.504%200%200%201%209.5%2019a3.5%203.5%200%200%201-2.975-1.655l-1.2.529a1.5%201.5%200%200%201-1.661-.308l-1.222-1.21a1.5%201.5%200%200%201-.299-1.71zm-.154%2013.789a2.5%202.5%200%200%200%204.488-1.977zm2.688-13.617a1%201%200%200%200-1.63.257l-5.465%2011.5a.5.5%200%200%200%20.1.569l1.222%201.211a.5.5%200%200%200%20.553.102L16.403%2011.9a1%201%200%200%200%20.325-1.601zM17%206a.5.5%200%200%200%200%201h1.5a.5.5%200%201%200%200-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.158%201.026a.5.5%200%200%201%20.317.632l-.5%201.5a.5.5%200%200%201-.95-.316l.5-1.5a.5.5%200%200%201%20.633-.316m3.697%201.828a.5.5%200%201%200-.708-.707l-2%202a.5.5%200%200%200%20.707.707zm-10.248.292a2%202%200%200%201%203.261-.515l6.587%206.98a2%202%200%200%201-.648%203.203L12.87%2014.55A3.504%203.504%200%200%201%209.5%2019a3.5%203.5%200%200%201-2.975-1.655l-1.2.529a1.5%201.5%200%200%201-1.661-.308l-1.222-1.21a1.5%201.5%200%200%201-.299-1.71zm-.154%2013.789a2.5%202.5%200%200%200%204.488-1.977zm2.688-13.617a1%201%200%200%200-1.63.257l-5.465%2011.5a.5.5%200%200%200%20.1.569l1.222%201.211a.5.5%200%200%200%20.553.102L16.403%2011.9a1%201%200%200%200%20.325-1.601zM17%206a.5.5%200%200%200%200%201h1.5a.5.5%200%201%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/megaphone-loud-20-regular.svg?color=%231a73e8&size=48