megaphone loud icon
megaphone-loud-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- megaphone-loud-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M10.871 1.015a.5.5 0 0 1 .364.606l-.25 1a.5.5 0 1 1-.97-.242l.25-1a.5.5 0 0 1 .606-.364m2.983 1.132a.5.5 0 0 1 0 .707l-1 1a.5.5 0 1 1-.707-.707l1-1a.5.5 0 0 1 .707 0m-7.57 10.886a2 2 0 0 0 3.63-1.605zm-.92.406l-.998.442a1.4 1.4 0 0 1-1.555-.29l-.4-.399a1.39 1.39 0 0 1-.293-1.548l3.871-8.808a1.4 1.4 0 0 1 2.269-.427l5.332 5.316a1.395 1.395 0 0 1-.422 2.264l-2.335 1.032a3 3 0 0 1-5.469 2.418M14.5 5h-1a.5.5 0 0 0 0 1h1a.5.5 0 1 0 0-1M6.905 3.238l-3.872 8.808a.39.39 0 0 0 .083.438l.401.4a.4.4 0 0 0 .444.082l8.802-3.892a.395.395 0 0 0 .12-.64l-5.33-5.318a.4.4 0 0 0-.647.12"/></svg>
React
import type { SVGProps } from "react";
export function FluentMegaphoneLoud16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.871 1.015a.5.5 0 0 1 .364.606l-.25 1a.5.5 0 1 1-.97-.242l.25-1a.5.5 0 0 1 .606-.364m2.983 1.132a.5.5 0 0 1 0 .707l-1 1a.5.5 0 1 1-.707-.707l1-1a.5.5 0 0 1 .707 0m-7.57 10.886a2 2 0 0 0 3.63-1.605zm-.92.406l-.998.442a1.4 1.4 0 0 1-1.555-.29l-.4-.399a1.39 1.39 0 0 1-.293-1.548l3.871-8.808a1.4 1.4 0 0 1 2.269-.427l5.332 5.316a1.395 1.395 0 0 1-.422 2.264l-2.335 1.032a3 3 0 0 1-5.469 2.418M14.5 5h-1a.5.5 0 0 0 0 1h1a.5.5 0 1 0 0-1M6.905 3.238l-3.872 8.808a.39.39 0 0 0 .083.438l.401.4a.4.4 0 0 0 .444.082l8.802-3.892a.395.395 0 0 0 .12-.64l-5.33-5.318a.4.4 0 0 0-.647.12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.871 1.015a.5.5 0 0 1 .364.606l-.25 1a.5.5 0 1 1-.97-.242l.25-1a.5.5 0 0 1 .606-.364m2.983 1.132a.5.5 0 0 1 0 .707l-1 1a.5.5 0 1 1-.707-.707l1-1a.5.5 0 0 1 .707 0m-7.57 10.886a2 2 0 0 0 3.63-1.605zm-.92.406l-.998.442a1.4 1.4 0 0 1-1.555-.29l-.4-.399a1.39 1.39 0 0 1-.293-1.548l3.871-8.808a1.4 1.4 0 0 1 2.269-.427l5.332 5.316a1.395 1.395 0 0 1-.422 2.264l-2.335 1.032a3 3 0 0 1-5.469 2.418M14.5 5h-1a.5.5 0 0 0 0 1h1a.5.5 0 1 0 0-1M6.905 3.238l-3.872 8.808a.39.39 0 0 0 .083.438l.401.4a.4.4 0 0 0 .444.082l8.802-3.892a.395.395 0 0 0 .12-.64l-5.33-5.318a.4.4 0 0 0-.647.12"/></svg> </template>
CSS
.icon-megaphone-loud-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.871%201.015a.5.5%200%200%201%20.364.606l-.25%201a.5.5%200%201%201-.97-.242l.25-1a.5.5%200%200%201%20.606-.364m2.983%201.132a.5.5%200%200%201%200%20.707l-1%201a.5.5%200%201%201-.707-.707l1-1a.5.5%200%200%201%20.707%200m-7.57%2010.886a2%202%200%200%200%203.63-1.605zm-.92.406l-.998.442a1.4%201.4%200%200%201-1.555-.29l-.4-.399a1.39%201.39%200%200%201-.293-1.548l3.871-8.808a1.4%201.4%200%200%201%202.269-.427l5.332%205.316a1.395%201.395%200%200%201-.422%202.264l-2.335%201.032a3%203%200%200%201-5.469%202.418M14.5%205h-1a.5.5%200%200%200%200%201h1a.5.5%200%201%200%200-1M6.905%203.238l-3.872%208.808a.39.39%200%200%200%20.083.438l.401.4a.4.4%200%200%200%20.444.082l8.802-3.892a.395.395%200%200%200%20.12-.64l-5.33-5.318a.4.4%200%200%200-.647.12%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.871%201.015a.5.5%200%200%201%20.364.606l-.25%201a.5.5%200%201%201-.97-.242l.25-1a.5.5%200%200%201%20.606-.364m2.983%201.132a.5.5%200%200%201%200%20.707l-1%201a.5.5%200%201%201-.707-.707l1-1a.5.5%200%200%201%20.707%200m-7.57%2010.886a2%202%200%200%200%203.63-1.605zm-.92.406l-.998.442a1.4%201.4%200%200%201-1.555-.29l-.4-.399a1.39%201.39%200%200%201-.293-1.548l3.871-8.808a1.4%201.4%200%200%201%202.269-.427l5.332%205.316a1.395%201.395%200%200%201-.422%202.264l-2.335%201.032a3%203%200%200%201-5.469%202.418M14.5%205h-1a.5.5%200%200%200%200%201h1a.5.5%200%201%200%200-1M6.905%203.238l-3.872%208.808a.39.39%200%200%200%20.083.438l.401.4a.4.4%200%200%200%20.444.082l8.802-3.892a.395.395%200%200%200%20.12-.64l-5.33-5.318a.4.4%200%200%200-.647.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/megaphone-loud-16-regular.svg?color=%231a73e8&size=48