megaphone off icon
megaphone-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- megaphone-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the megaphone off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l3.335 3.334l-2.367.63A1.5 1.5 0 0 0 2 8.269v2.511a1.5 1.5 0 0 0 1.026 1.423L5 12.86v.89a3.25 3.25 0 0 0 6.27 1.2l4.46 1.487l1.416 1.417a.5.5 0 0 0 .708-.708zm11.295 12.71L3.342 11.254A.5.5 0 0 1 3 10.779V8.27a.5.5 0 0 1 .371-.484l2.927-.78zm-3.829-.222A2.251 2.251 0 0 1 6 13.75v-.556zM17 4.802v10.077l.863.863a1.5 1.5 0 0 0 .137-.63V4.803a1.5 1.5 0 0 0-1.887-1.45l-8.4 2.24l.818.817l7.84-2.09a.5.5 0 0 1 .629.483"/></svg>
React
import type { SVGProps } from "react";
export function FluentMegaphoneOff20Regular(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="M2.854 2.146a.5.5 0 1 0-.708.708l3.335 3.334l-2.367.63A1.5 1.5 0 0 0 2 8.269v2.511a1.5 1.5 0 0 0 1.026 1.423L5 12.86v.89a3.25 3.25 0 0 0 6.27 1.2l4.46 1.487l1.416 1.417a.5.5 0 0 0 .708-.708zm11.295 12.71L3.342 11.254A.5.5 0 0 1 3 10.779V8.27a.5.5 0 0 1 .371-.484l2.927-.78zm-3.829-.222A2.251 2.251 0 0 1 6 13.75v-.556zM17 4.802v10.077l.863.863a1.5 1.5 0 0 0 .137-.63V4.803a1.5 1.5 0 0 0-1.887-1.45l-8.4 2.24l.818.817l7.84-2.09a.5.5 0 0 1 .629.483"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l3.335 3.334l-2.367.63A1.5 1.5 0 0 0 2 8.269v2.511a1.5 1.5 0 0 0 1.026 1.423L5 12.86v.89a3.25 3.25 0 0 0 6.27 1.2l4.46 1.487l1.416 1.417a.5.5 0 0 0 .708-.708zm11.295 12.71L3.342 11.254A.5.5 0 0 1 3 10.779V8.27a.5.5 0 0 1 .371-.484l2.927-.78zm-3.829-.222A2.251 2.251 0 0 1 6 13.75v-.556zM17 4.802v10.077l.863.863a1.5 1.5 0 0 0 .137-.63V4.803a1.5 1.5 0 0 0-1.887-1.45l-8.4 2.24l.818.817l7.84-2.09a.5.5 0 0 1 .629.483"/></svg> </template>
CSS
.icon-megaphone-off-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%22M2.854%202.146a.5.5%200%201%200-.708.708l3.335%203.334l-2.367.63A1.5%201.5%200%200%200%202%208.269v2.511a1.5%201.5%200%200%200%201.026%201.423L5%2012.86v.89a3.25%203.25%200%200%200%206.27%201.2l4.46%201.487l1.416%201.417a.5.5%200%200%200%20.708-.708zm11.295%2012.71L3.342%2011.254A.5.5%200%200%201%203%2010.779V8.27a.5.5%200%200%201%20.371-.484l2.927-.78zm-3.829-.222A2.251%202.251%200%200%201%206%2013.75v-.556zM17%204.802v10.077l.863.863a1.5%201.5%200%200%200%20.137-.63V4.803a1.5%201.5%200%200%200-1.887-1.45l-8.4%202.24l.818.817l7.84-2.09a.5.5%200%200%201%20.629.483%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%22M2.854%202.146a.5.5%200%201%200-.708.708l3.335%203.334l-2.367.63A1.5%201.5%200%200%200%202%208.269v2.511a1.5%201.5%200%200%200%201.026%201.423L5%2012.86v.89a3.25%203.25%200%200%200%206.27%201.2l4.46%201.487l1.416%201.417a.5.5%200%200%200%20.708-.708zm11.295%2012.71L3.342%2011.254A.5.5%200%200%201%203%2010.779V8.27a.5.5%200%200%201%20.371-.484l2.927-.78zm-3.829-.222A2.251%202.251%200%200%201%206%2013.75v-.556zM17%204.802v10.077l.863.863a1.5%201.5%200%200%200%20.137-.63V4.803a1.5%201.5%200%200%200-1.887-1.45l-8.4%202.24l.818.817l7.84-2.09a.5.5%200%200%201%20.629.483%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/megaphone-off-20-regular.svg?color=%231a73e8&size=48