megaphone loud icon
megaphone-loud-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- megaphone-loud-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M20.039 4.751a1 1 0 0 0 1.922.551l.827-2.884a1 1 0 1 0-1.922-.55zm8.668-1.458a1 1 0 0 1 0 1.414l-3 3a1 1 0 1 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0M26 11.002a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1M11.956 5.659a3 3 0 0 1 4.805-.78l10.36 10.36a3 3 0 0 1-.78 4.804l-4.749 2.375a5.5 5.5 0 0 1-9.813 4.906l-2.717 1.359A3 3 0 0 1 5.6 28.12L3.88 26.4a3 3 0 0 1-.562-3.463zm1.62 20.767a3.5 3.5 0 0 0 6.218-3.109zm1.77-20.133a1 1 0 0 0-1.6.26l-8.64 17.279a1 1 0 0 0 .187 1.154l1.72 1.72a1 1 0 0 0 1.155.188l17.279-8.64a1 1 0 0 0 .26-1.601z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMegaphoneLoud32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.039 4.751a1 1 0 0 0 1.922.551l.827-2.884a1 1 0 1 0-1.922-.55zm8.668-1.458a1 1 0 0 1 0 1.414l-3 3a1 1 0 1 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0M26 11.002a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1M11.956 5.659a3 3 0 0 1 4.805-.78l10.36 10.36a3 3 0 0 1-.78 4.804l-4.749 2.375a5.5 5.5 0 0 1-9.813 4.906l-2.717 1.359A3 3 0 0 1 5.6 28.12L3.88 26.4a3 3 0 0 1-.562-3.463zm1.62 20.767a3.5 3.5 0 0 0 6.218-3.109zm1.77-20.133a1 1 0 0 0-1.6.26l-8.64 17.279a1 1 0 0 0 .187 1.154l1.72 1.72a1 1 0 0 0 1.155.188l17.279-8.64a1 1 0 0 0 .26-1.601z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.039 4.751a1 1 0 0 0 1.922.551l.827-2.884a1 1 0 1 0-1.922-.55zm8.668-1.458a1 1 0 0 1 0 1.414l-3 3a1 1 0 1 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0M26 11.002a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1M11.956 5.659a3 3 0 0 1 4.805-.78l10.36 10.36a3 3 0 0 1-.78 4.804l-4.749 2.375a5.5 5.5 0 0 1-9.813 4.906l-2.717 1.359A3 3 0 0 1 5.6 28.12L3.88 26.4a3 3 0 0 1-.562-3.463zm1.62 20.767a3.5 3.5 0 0 0 6.218-3.109zm1.77-20.133a1 1 0 0 0-1.6.26l-8.64 17.279a1 1 0 0 0 .187 1.154l1.72 1.72a1 1 0 0 0 1.155.188l17.279-8.64a1 1 0 0 0 .26-1.601z"/></svg> </template>
CSS
.icon-megaphone-loud-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.039%204.751a1%201%200%200%200%201.922.551l.827-2.884a1%201%200%201%200-1.922-.55zm8.668-1.458a1%201%200%200%201%200%201.414l-3%203a1%201%200%201%201-1.414-1.414l3-3a1%201%200%200%201%201.414%200M26%2011.002a1%201%200%200%201%201-1h3a1%201%200%200%201%200%202h-3a1%201%200%200%201-1-1M11.956%205.659a3%203%200%200%201%204.805-.78l10.36%2010.36a3%203%200%200%201-.78%204.804l-4.749%202.375a5.5%205.5%200%200%201-9.813%204.906l-2.717%201.359A3%203%200%200%201%205.6%2028.12L3.88%2026.4a3%203%200%200%201-.562-3.463zm1.62%2020.767a3.5%203.5%200%200%200%206.218-3.109zm1.77-20.133a1%201%200%200%200-1.6.26l-8.64%2017.279a1%201%200%200%200%20.187%201.154l1.72%201.72a1%201%200%200%200%201.155.188l17.279-8.64a1%201%200%200%200%20.26-1.601z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.039%204.751a1%201%200%200%200%201.922.551l.827-2.884a1%201%200%201%200-1.922-.55zm8.668-1.458a1%201%200%200%201%200%201.414l-3%203a1%201%200%201%201-1.414-1.414l3-3a1%201%200%200%201%201.414%200M26%2011.002a1%201%200%200%201%201-1h3a1%201%200%200%201%200%202h-3a1%201%200%200%201-1-1M11.956%205.659a3%203%200%200%201%204.805-.78l10.36%2010.36a3%203%200%200%201-.78%204.804l-4.749%202.375a5.5%205.5%200%200%201-9.813%204.906l-2.717%201.359A3%203%200%200%201%205.6%2028.12L3.88%2026.4a3%203%200%200%201-.562-3.463zm1.62%2020.767a3.5%203.5%200%200%200%206.218-3.109zm1.77-20.133a1%201%200%200%200-1.6.26l-8.64%2017.279a1%201%200%200%200%20.187%201.154l1.72%201.72a1%201%200%200%200%201.155.188l17.279-8.64a1%201%200%200%200%20.26-1.601z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/megaphone-loud-32-regular.svg?color=%231a73e8&size=48