speaker off icon
speaker-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- speaker-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the speaker off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m28 29.768l13.866 13.866a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768L13.232 15H9a5.25 5.25 0 0 0-5.25 5.25v7.5C3.75 30.65 6.1 33 9 33h4.702a4.75 4.75 0 0 1 3.173 1.215l8.206 7.366C26.208 42.594 28 41.794 28 40.28zm-2.5-2.5v11.33l-6.955-6.243a7.25 7.25 0 0 0-4.843-1.855H9a2.75 2.75 0 0 1-2.75-2.75v-7.5A2.75 2.75 0 0 1 9 17.5h4.702c.613 0 1.218-.078 1.803-.228zm-5.689-12.76l-1.77-1.77l7.04-6.32C26.208 5.408 28 6.207 28 7.721v14.976l-2.5-2.5V9.402zm16.375 16.374l-1.851-1.85A11.4 11.4 0 0 0 35.5 24c0-2.478-.787-4.45-1.58-5.808a11 11 0 0 0-1.08-1.544a8 8 0 0 0-.426-.468l-.017-.016h.001a1.25 1.25 0 0 1 1.703-1.83l-.851.916c.85-.916.851-.915.851-.915h.001l.002.002l.005.005l.014.013a4 4 0 0 1 .179.18c.113.117.269.287.452.505c.366.436.847 1.072 1.326 1.893a13.96 13.96 0 0 1 .106 13.95m4.833 4.833l-1.846-1.845C40.371 31.548 41.5 28.238 41.5 24c0-4.553-1.302-8.034-2.594-10.37a18 18 0 0 0-1.766-2.636a12 12 0 0 0-.71-.797l-.032-.032l-.003-.003l-.002-.002a1.25 1.25 0 0 1 1.711-1.822l-.854.912l.855-.912l.001.001l.003.003l.006.006l.019.017l.06.059q.074.075.202.209c.17.18.404.44.682.782a20.4 20.4 0 0 1 2.016 3.005C42.552 15.06 44 18.953 44 24s-1.448 8.941-2.906 11.58l-.02.036z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeakerOff48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m28 29.768l13.866 13.866a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768L13.232 15H9a5.25 5.25 0 0 0-5.25 5.25v7.5C3.75 30.65 6.1 33 9 33h4.702a4.75 4.75 0 0 1 3.173 1.215l8.206 7.366C26.208 42.594 28 41.794 28 40.28zm-2.5-2.5v11.33l-6.955-6.243a7.25 7.25 0 0 0-4.843-1.855H9a2.75 2.75 0 0 1-2.75-2.75v-7.5A2.75 2.75 0 0 1 9 17.5h4.702c.613 0 1.218-.078 1.803-.228zm-5.689-12.76l-1.77-1.77l7.04-6.32C26.208 5.408 28 6.207 28 7.721v14.976l-2.5-2.5V9.402zm16.375 16.374l-1.851-1.85A11.4 11.4 0 0 0 35.5 24c0-2.478-.787-4.45-1.58-5.808a11 11 0 0 0-1.08-1.544a8 8 0 0 0-.426-.468l-.017-.016h.001a1.25 1.25 0 0 1 1.703-1.83l-.851.916c.85-.916.851-.915.851-.915h.001l.002.002l.005.005l.014.013a4 4 0 0 1 .179.18c.113.117.269.287.452.505c.366.436.847 1.072 1.326 1.893a13.96 13.96 0 0 1 .106 13.95m4.833 4.833l-1.846-1.845C40.371 31.548 41.5 28.238 41.5 24c0-4.553-1.302-8.034-2.594-10.37a18 18 0 0 0-1.766-2.636a12 12 0 0 0-.71-.797l-.032-.032l-.003-.003l-.002-.002a1.25 1.25 0 0 1 1.711-1.822l-.854.912l.855-.912l.001.001l.003.003l.006.006l.019.017l.06.059q.074.075.202.209c.17.18.404.44.682.782a20.4 20.4 0 0 1 2.016 3.005C42.552 15.06 44 18.953 44 24s-1.448 8.941-2.906 11.58l-.02.036z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m28 29.768l13.866 13.866a1.25 1.25 0 0 0 1.768-1.768l-37.5-37.5a1.25 1.25 0 1 0-1.768 1.768L13.232 15H9a5.25 5.25 0 0 0-5.25 5.25v7.5C3.75 30.65 6.1 33 9 33h4.702a4.75 4.75 0 0 1 3.173 1.215l8.206 7.366C26.208 42.594 28 41.794 28 40.28zm-2.5-2.5v11.33l-6.955-6.243a7.25 7.25 0 0 0-4.843-1.855H9a2.75 2.75 0 0 1-2.75-2.75v-7.5A2.75 2.75 0 0 1 9 17.5h4.702c.613 0 1.218-.078 1.803-.228zm-5.689-12.76l-1.77-1.77l7.04-6.32C26.208 5.408 28 6.207 28 7.721v14.976l-2.5-2.5V9.402zm16.375 16.374l-1.851-1.85A11.4 11.4 0 0 0 35.5 24c0-2.478-.787-4.45-1.58-5.808a11 11 0 0 0-1.08-1.544a8 8 0 0 0-.426-.468l-.017-.016h.001a1.25 1.25 0 0 1 1.703-1.83l-.851.916c.85-.916.851-.915.851-.915h.001l.002.002l.005.005l.014.013a4 4 0 0 1 .179.18c.113.117.269.287.452.505c.366.436.847 1.072 1.326 1.893a13.96 13.96 0 0 1 .106 13.95m4.833 4.833l-1.846-1.845C40.371 31.548 41.5 28.238 41.5 24c0-4.553-1.302-8.034-2.594-10.37a18 18 0 0 0-1.766-2.636a12 12 0 0 0-.71-.797l-.032-.032l-.003-.003l-.002-.002a1.25 1.25 0 0 1 1.711-1.822l-.854.912l.855-.912l.001.001l.003.003l.006.006l.019.017l.06.059q.074.075.202.209c.17.18.404.44.682.782a20.4 20.4 0 0 1 2.016 3.005C42.552 15.06 44 18.953 44 24s-1.448 8.941-2.906 11.58l-.02.036z"/></svg> </template>
CSS
.icon-speaker-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28%2029.768l13.866%2013.866a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768L13.232%2015H9a5.25%205.25%200%200%200-5.25%205.25v7.5C3.75%2030.65%206.1%2033%209%2033h4.702a4.75%204.75%200%200%201%203.173%201.215l8.206%207.366C26.208%2042.594%2028%2041.794%2028%2040.28zm-2.5-2.5v11.33l-6.955-6.243a7.25%207.25%200%200%200-4.843-1.855H9a2.75%202.75%200%200%201-2.75-2.75v-7.5A2.75%202.75%200%200%201%209%2017.5h4.702c.613%200%201.218-.078%201.803-.228zm-5.689-12.76l-1.77-1.77l7.04-6.32C26.208%205.408%2028%206.207%2028%207.721v14.976l-2.5-2.5V9.402zm16.375%2016.374l-1.851-1.85A11.4%2011.4%200%200%200%2035.5%2024c0-2.478-.787-4.45-1.58-5.808a11%2011%200%200%200-1.08-1.544a8%208%200%200%200-.426-.468l-.017-.016h.001a1.25%201.25%200%200%201%201.703-1.83l-.851.916c.85-.916.851-.915.851-.915h.001l.002.002l.005.005l.014.013a4%204%200%200%201%20.179.18c.113.117.269.287.452.505c.366.436.847%201.072%201.326%201.893a13.96%2013.96%200%200%201%20.106%2013.95m4.833%204.833l-1.846-1.845C40.371%2031.548%2041.5%2028.238%2041.5%2024c0-4.553-1.302-8.034-2.594-10.37a18%2018%200%200%200-1.766-2.636a12%2012%200%200%200-.71-.797l-.032-.032l-.003-.003l-.002-.002a1.25%201.25%200%200%201%201.711-1.822l-.854.912l.855-.912l.001.001l.003.003l.006.006l.019.017l.06.059q.074.075.202.209c.17.18.404.44.682.782a20.4%2020.4%200%200%201%202.016%203.005C42.552%2015.06%2044%2018.953%2044%2024s-1.448%208.941-2.906%2011.58l-.02.036z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28%2029.768l13.866%2013.866a1.25%201.25%200%200%200%201.768-1.768l-37.5-37.5a1.25%201.25%200%201%200-1.768%201.768L13.232%2015H9a5.25%205.25%200%200%200-5.25%205.25v7.5C3.75%2030.65%206.1%2033%209%2033h4.702a4.75%204.75%200%200%201%203.173%201.215l8.206%207.366C26.208%2042.594%2028%2041.794%2028%2040.28zm-2.5-2.5v11.33l-6.955-6.243a7.25%207.25%200%200%200-4.843-1.855H9a2.75%202.75%200%200%201-2.75-2.75v-7.5A2.75%202.75%200%200%201%209%2017.5h4.702c.613%200%201.218-.078%201.803-.228zm-5.689-12.76l-1.77-1.77l7.04-6.32C26.208%205.408%2028%206.207%2028%207.721v14.976l-2.5-2.5V9.402zm16.375%2016.374l-1.851-1.85A11.4%2011.4%200%200%200%2035.5%2024c0-2.478-.787-4.45-1.58-5.808a11%2011%200%200%200-1.08-1.544a8%208%200%200%200-.426-.468l-.017-.016h.001a1.25%201.25%200%200%201%201.703-1.83l-.851.916c.85-.916.851-.915.851-.915h.001l.002.002l.005.005l.014.013a4%204%200%200%201%20.179.18c.113.117.269.287.452.505c.366.436.847%201.072%201.326%201.893a13.96%2013.96%200%200%201%20.106%2013.95m4.833%204.833l-1.846-1.845C40.371%2031.548%2041.5%2028.238%2041.5%2024c0-4.553-1.302-8.034-2.594-10.37a18%2018%200%200%200-1.766-2.636a12%2012%200%200%200-.71-.797l-.032-.032l-.003-.003l-.002-.002a1.25%201.25%200%200%201%201.711-1.822l-.854.912l.855-.912l.001.001l.003.003l.006.006l.019.017l.06.059q.074.075.202.209c.17.18.404.44.682.782a20.4%2020.4%200%200%201%202.016%203.005C42.552%2015.06%2044%2018.953%2044%2024s-1.448%208.941-2.906%2011.58l-.02.036z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/speaker-off-48-regular.svg?color=%231a73e8&size=48