speaker mute icon
speaker-mute-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- speaker-mute-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
12 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the speaker mute icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.395 3.902c.798-.748 2.105-.182 2.105.912v18.37c0 1.094-1.306 1.66-2.105.912L9.458 19.47a1.75 1.75 0 0 0-1.196-.473H5.25A3.25 3.25 0 0 1 2 15.747v-3.492a3.25 3.25 0 0 1 3.25-3.25h3.011c.445 0 .873-.17 1.197-.473zM15 5.392l-4.516 4.234a3.25 3.25 0 0 1-2.223.879H5.25a1.75 1.75 0 0 0-1.75 1.75v3.492c0 .966.784 1.75 1.75 1.75h3.012c.825 0 1.62.314 2.222.878L15 22.607zm4.782 5.33a.75.75 0 0 0-1.064 1.056l2.218 2.235l-2.215 2.205a.75.75 0 0 0 1.058 1.063l2.218-2.208l2.225 2.209a.75.75 0 1 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 0 0-1.063-1.059l-2.222 2.232z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeakerMute28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.395 3.902c.798-.748 2.105-.182 2.105.912v18.37c0 1.094-1.306 1.66-2.105.912L9.458 19.47a1.75 1.75 0 0 0-1.196-.473H5.25A3.25 3.25 0 0 1 2 15.747v-3.492a3.25 3.25 0 0 1 3.25-3.25h3.011c.445 0 .873-.17 1.197-.473zM15 5.392l-4.516 4.234a3.25 3.25 0 0 1-2.223.879H5.25a1.75 1.75 0 0 0-1.75 1.75v3.492c0 .966.784 1.75 1.75 1.75h3.012c.825 0 1.62.314 2.222.878L15 22.607zm4.782 5.33a.75.75 0 0 0-1.064 1.056l2.218 2.235l-2.215 2.205a.75.75 0 0 0 1.058 1.063l2.218-2.208l2.225 2.209a.75.75 0 1 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 0 0-1.063-1.059l-2.222 2.232z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.395 3.902c.798-.748 2.105-.182 2.105.912v18.37c0 1.094-1.306 1.66-2.105.912L9.458 19.47a1.75 1.75 0 0 0-1.196-.473H5.25A3.25 3.25 0 0 1 2 15.747v-3.492a3.25 3.25 0 0 1 3.25-3.25h3.011c.445 0 .873-.17 1.197-.473zM15 5.392l-4.516 4.234a3.25 3.25 0 0 1-2.223.879H5.25a1.75 1.75 0 0 0-1.75 1.75v3.492c0 .966.784 1.75 1.75 1.75h3.012c.825 0 1.62.314 2.222.878L15 22.607zm4.782 5.33a.75.75 0 0 0-1.064 1.056l2.218 2.235l-2.215 2.205a.75.75 0 0 0 1.058 1.063l2.218-2.208l2.225 2.209a.75.75 0 1 0 1.056-1.064l-2.22-2.205l2.224-2.234a.75.75 0 0 0-1.063-1.059l-2.222 2.232z"/></svg> </template>
CSS
.icon-speaker-mute-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.395%203.902c.798-.748%202.105-.182%202.105.912v18.37c0%201.094-1.306%201.66-2.105.912L9.458%2019.47a1.75%201.75%200%200%200-1.196-.473H5.25A3.25%203.25%200%200%201%202%2015.747v-3.492a3.25%203.25%200%200%201%203.25-3.25h3.011c.445%200%20.873-.17%201.197-.473zM15%205.392l-4.516%204.234a3.25%203.25%200%200%201-2.223.879H5.25a1.75%201.75%200%200%200-1.75%201.75v3.492c0%20.966.784%201.75%201.75%201.75h3.012c.825%200%201.62.314%202.222.878L15%2022.607zm4.782%205.33a.75.75%200%200%200-1.064%201.056l2.218%202.235l-2.215%202.205a.75.75%200%200%200%201.058%201.063l2.218-2.208l2.225%202.209a.75.75%200%201%200%201.056-1.064l-2.22-2.205l2.224-2.234a.75.75%200%200%200-1.063-1.059l-2.222%202.232z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.395%203.902c.798-.748%202.105-.182%202.105.912v18.37c0%201.094-1.306%201.66-2.105.912L9.458%2019.47a1.75%201.75%200%200%200-1.196-.473H5.25A3.25%203.25%200%200%201%202%2015.747v-3.492a3.25%203.25%200%200%201%203.25-3.25h3.011c.445%200%20.873-.17%201.197-.473zM15%205.392l-4.516%204.234a3.25%203.25%200%200%201-2.223.879H5.25a1.75%201.75%200%200%200-1.75%201.75v3.492c0%20.966.784%201.75%201.75%201.75h3.012c.825%200%201.62.314%202.222.878L15%2022.607zm4.782%205.33a.75.75%200%200%200-1.064%201.056l2.218%202.235l-2.215%202.205a.75.75%200%200%200%201.058%201.063l2.218-2.208l2.225%202.209a.75.75%200%201%200%201.056-1.064l-2.22-2.205l2.224-2.234a.75.75%200%200%200-1.063-1.059l-2.222%202.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-mute-28-regular.svg?color=%231a73e8&size=48