speaker off icon
speaker-off-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- speaker-off-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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.28zm0-7.071l-9.959-9.96l7.04-6.319C26.208 5.408 28 6.207 28 7.721zm8.186 8.185l-1.85-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.83c.168.166 0 0 0 0l.001.002l.002.001l.005.005l.014.013l.042.04q.051.05.137.14c.113.117.269.287.452.505c.366.436.847 1.072 1.326 1.893a13.96 13.96 0 0 1 .106 13.95m4.822 4.823l-1.845-1.845c1.208-2.336 2.347-5.653 2.347-9.86c0-4.5-1.304-7.982-2.6-10.334a18.5 18.5 0 0 0-1.772-2.663a13 13 0 0 0-.715-.812l-.032-.033l-.006-.005a1.25 1.25 0 0 1 1.727-1.808c.446.469.001 0 .001 0l.001.002l.003.002l.006.006l.018.018l.06.059q.074.075.201.211a15 15 0 0 1 .682.791A21 21 0 0 1 41.1 12.46C42.559 15.107 44.01 19 44.01 24s-1.451 8.893-2.91 11.54q-.045.083-.092.165"/></svg>
React
import type { SVGProps } from "react";
export function FluentSpeakerOff48Filled(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.28zm0-7.071l-9.959-9.96l7.04-6.319C26.208 5.408 28 6.207 28 7.721zm8.186 8.185l-1.85-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.83c.168.166 0 0 0 0l.001.002l.002.001l.005.005l.014.013l.042.04q.051.05.137.14c.113.117.269.287.452.505c.366.436.847 1.072 1.326 1.893a13.96 13.96 0 0 1 .106 13.95m4.822 4.823l-1.845-1.845c1.208-2.336 2.347-5.653 2.347-9.86c0-4.5-1.304-7.982-2.6-10.334a18.5 18.5 0 0 0-1.772-2.663a13 13 0 0 0-.715-.812l-.032-.033l-.006-.005a1.25 1.25 0 0 1 1.727-1.808c.446.469.001 0 .001 0l.001.002l.003.002l.006.006l.018.018l.06.059q.074.075.201.211a15 15 0 0 1 .682.791A21 21 0 0 1 41.1 12.46C42.559 15.107 44.01 19 44.01 24s-1.451 8.893-2.91 11.54q-.045.083-.092.165"/></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.28zm0-7.071l-9.959-9.96l7.04-6.319C26.208 5.408 28 6.207 28 7.721zm8.186 8.185l-1.85-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.83c.168.166 0 0 0 0l.001.002l.002.001l.005.005l.014.013l.042.04q.051.05.137.14c.113.117.269.287.452.505c.366.436.847 1.072 1.326 1.893a13.96 13.96 0 0 1 .106 13.95m4.822 4.823l-1.845-1.845c1.208-2.336 2.347-5.653 2.347-9.86c0-4.5-1.304-7.982-2.6-10.334a18.5 18.5 0 0 0-1.772-2.663a13 13 0 0 0-.715-.812l-.032-.033l-.006-.005a1.25 1.25 0 0 1 1.727-1.808c.446.469.001 0 .001 0l.001.002l.003.002l.006.006l.018.018l.06.059q.074.075.201.211a15 15 0 0 1 .682.791A21 21 0 0 1 41.1 12.46C42.559 15.107 44.01 19 44.01 24s-1.451 8.893-2.91 11.54q-.045.083-.092.165"/></svg> </template>
CSS
.icon-speaker-off-48-filled {
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.28zm0-7.071l-9.959-9.96l7.04-6.319C26.208%205.408%2028%206.207%2028%207.721zm8.186%208.185l-1.85-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.83c.168.166%200%200%200%200l.001.002l.002.001l.005.005l.014.013l.042.04q.051.05.137.14c.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.822%204.823l-1.845-1.845c1.208-2.336%202.347-5.653%202.347-9.86c0-4.5-1.304-7.982-2.6-10.334a18.5%2018.5%200%200%200-1.772-2.663a13%2013%200%200%200-.715-.812l-.032-.033l-.006-.005a1.25%201.25%200%200%201%201.727-1.808c.446.469.001%200%20.001%200l.001.002l.003.002l.006.006l.018.018l.06.059q.074.075.201.211a15%2015%200%200%201%20.682.791A21%2021%200%200%201%2041.1%2012.46C42.559%2015.107%2044.01%2019%2044.01%2024s-1.451%208.893-2.91%2011.54q-.045.083-.092.165%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.28zm0-7.071l-9.959-9.96l7.04-6.319C26.208%205.408%2028%206.207%2028%207.721zm8.186%208.185l-1.85-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.83c.168.166%200%200%200%200l.001.002l.002.001l.005.005l.014.013l.042.04q.051.05.137.14c.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.822%204.823l-1.845-1.845c1.208-2.336%202.347-5.653%202.347-9.86c0-4.5-1.304-7.982-2.6-10.334a18.5%2018.5%200%200%200-1.772-2.663a13%2013%200%200%200-.715-.812l-.032-.033l-.006-.005a1.25%201.25%200%200%201%201.727-1.808c.446.469.001%200%20.001%200l.001.002l.003.002l.006.006l.018.018l.06.059q.074.075.201.211a15%2015%200%200%201%20.682.791A21%2021%200%200%201%2041.1%2012.46C42.559%2015.107%2044.01%2019%2044.01%2024s-1.451%208.893-2.91%2011.54q-.045.083-.092.165%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-filled.svg?color=%231a73e8&size=48