desktop speaker off icon
desktop-speaker-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- desktop-speaker-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
desktop-arrow-down-16-filleddesktop-arrow-down-off-20-filleddesktop-arrow-right-16-filleddesktop-checkmark-16-filleddesktop-cursor-16-filleddesktop-edit-16-filleddesktop-flow-20-filleddesktop-keyboard-16-filleddesktop-mac-16-filleddesktop-off-20-filleddesktop-pulse-16-filleddesktop-signal-20-filleddesktop-speaker-20-filleddesktop-sync-16-filleddesktop-tag-20-filleddesktop-toolbox-20-filleddesktop-tower-20-filled
Use the desktop speaker off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.629 3.69l-.41-.41A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-3.779-3.778H15.5V20.5h1.751a.75.75 0 0 1 .102 1.494L17.25 22H6.75a.75.75 0 0 1-.102-1.493l.102-.007h1.749v-2.498H4.25a2.25 2.25 0 0 1-2.245-2.096L2 15.752V5.25c0-.606.24-1.156.629-1.56m12.812 12.812L3.691 4.751a.75.75 0 0 0-.184.397L3.5 5.25v10.502c0 .38.282.694.648.743l.102.007zm5.438 1.196l-1.195-1.196h.065a.75.75 0 0 0 .743-.648l.007-.102v-4.77c.474.069.974-.057 1.371-.388q.063-.052.129-.112v5.27c0 .83-.45 1.556-1.12 1.946M6.182 3l1.5 1.5H11V4a1 1 0 0 1 .98-1zm15.961-.698c-.328-.547-.665-.921-.913-1.128a.75.75 0 0 0-.96 1.152c.127.106.353.357.587.747c.401.67.643 1.475.643 2.427s-.242 1.758-.643 2.427c-.234.39-.46.641-.587.747a.75.75 0 1 0 .96 1.152c.248-.207.585-.58.913-1.128C22.68 7.805 23 6.736 23 5.5s-.32-2.305-.857-3.198m-2.269 1.094a3.1 3.1 0 0 0-.674-.746a.75.75 0 0 0-.9 1.2c.062.046.19.175.326.379c.234.35.374.77.374 1.271s-.14.92-.374 1.271a1.7 1.7 0 0 1-.326.379l-.084.073A.75.75 0 0 0 19.2 8.35c.189-.141.435-.388.674-.746A3.73 3.73 0 0 0 20.5 5.5c0-.812-.235-1.517-.626-2.104M17 2.75a.75.75 0 0 0-1.314-.494L14.16 4h-1.41a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.41l1.526 1.744A.75.75 0 0 0 17 8.25zm-3.002 15.252h-4l.001 2.498h4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDesktopSpeakerOff24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.629 3.69l-.41-.41A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-3.779-3.778H15.5V20.5h1.751a.75.75 0 0 1 .102 1.494L17.25 22H6.75a.75.75 0 0 1-.102-1.493l.102-.007h1.749v-2.498H4.25a2.25 2.25 0 0 1-2.245-2.096L2 15.752V5.25c0-.606.24-1.156.629-1.56m12.812 12.812L3.691 4.751a.75.75 0 0 0-.184.397L3.5 5.25v10.502c0 .38.282.694.648.743l.102.007zm5.438 1.196l-1.195-1.196h.065a.75.75 0 0 0 .743-.648l.007-.102v-4.77c.474.069.974-.057 1.371-.388q.063-.052.129-.112v5.27c0 .83-.45 1.556-1.12 1.946M6.182 3l1.5 1.5H11V4a1 1 0 0 1 .98-1zm15.961-.698c-.328-.547-.665-.921-.913-1.128a.75.75 0 0 0-.96 1.152c.127.106.353.357.587.747c.401.67.643 1.475.643 2.427s-.242 1.758-.643 2.427c-.234.39-.46.641-.587.747a.75.75 0 1 0 .96 1.152c.248-.207.585-.58.913-1.128C22.68 7.805 23 6.736 23 5.5s-.32-2.305-.857-3.198m-2.269 1.094a3.1 3.1 0 0 0-.674-.746a.75.75 0 0 0-.9 1.2c.062.046.19.175.326.379c.234.35.374.77.374 1.271s-.14.92-.374 1.271a1.7 1.7 0 0 1-.326.379l-.084.073A.75.75 0 0 0 19.2 8.35c.189-.141.435-.388.674-.746A3.73 3.73 0 0 0 20.5 5.5c0-.812-.235-1.517-.626-2.104M17 2.75a.75.75 0 0 0-1.314-.494L14.16 4h-1.41a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.41l1.526 1.744A.75.75 0 0 0 17 8.25zm-3.002 15.252h-4l.001 2.498h4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.629 3.69l-.41-.41A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-3.779-3.778H15.5V20.5h1.751a.75.75 0 0 1 .102 1.494L17.25 22H6.75a.75.75 0 0 1-.102-1.493l.102-.007h1.749v-2.498H4.25a2.25 2.25 0 0 1-2.245-2.096L2 15.752V5.25c0-.606.24-1.156.629-1.56m12.812 12.812L3.691 4.751a.75.75 0 0 0-.184.397L3.5 5.25v10.502c0 .38.282.694.648.743l.102.007zm5.438 1.196l-1.195-1.196h.065a.75.75 0 0 0 .743-.648l.007-.102v-4.77c.474.069.974-.057 1.371-.388q.063-.052.129-.112v5.27c0 .83-.45 1.556-1.12 1.946M6.182 3l1.5 1.5H11V4a1 1 0 0 1 .98-1zm15.961-.698c-.328-.547-.665-.921-.913-1.128a.75.75 0 0 0-.96 1.152c.127.106.353.357.587.747c.401.67.643 1.475.643 2.427s-.242 1.758-.643 2.427c-.234.39-.46.641-.587.747a.75.75 0 1 0 .96 1.152c.248-.207.585-.58.913-1.128C22.68 7.805 23 6.736 23 5.5s-.32-2.305-.857-3.198m-2.269 1.094a3.1 3.1 0 0 0-.674-.746a.75.75 0 0 0-.9 1.2c.062.046.19.175.326.379c.234.35.374.77.374 1.271s-.14.92-.374 1.271a1.7 1.7 0 0 1-.326.379l-.084.073A.75.75 0 0 0 19.2 8.35c.189-.141.435-.388.674-.746A3.73 3.73 0 0 0 20.5 5.5c0-.812-.235-1.517-.626-2.104M17 2.75a.75.75 0 0 0-1.314-.494L14.16 4h-1.41a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h1.41l1.526 1.744A.75.75 0 0 0 17 8.25zm-3.002 15.252h-4l.001 2.498h4z"/></svg> </template>
CSS
.icon-desktop-speaker-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.629%203.69l-.41-.41A.75.75%200%201%201%203.28%202.22l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-3.779-3.778H15.5V20.5h1.751a.75.75%200%200%201%20.102%201.494L17.25%2022H6.75a.75.75%200%200%201-.102-1.493l.102-.007h1.749v-2.498H4.25a2.25%202.25%200%200%201-2.245-2.096L2%2015.752V5.25c0-.606.24-1.156.629-1.56m12.812%2012.812L3.691%204.751a.75.75%200%200%200-.184.397L3.5%205.25v10.502c0%20.38.282.694.648.743l.102.007zm5.438%201.196l-1.195-1.196h.065a.75.75%200%200%200%20.743-.648l.007-.102v-4.77c.474.069.974-.057%201.371-.388q.063-.052.129-.112v5.27c0%20.83-.45%201.556-1.12%201.946M6.182%203l1.5%201.5H11V4a1%201%200%200%201%20.98-1zm15.961-.698c-.328-.547-.665-.921-.913-1.128a.75.75%200%200%200-.96%201.152c.127.106.353.357.587.747c.401.67.643%201.475.643%202.427s-.242%201.758-.643%202.427c-.234.39-.46.641-.587.747a.75.75%200%201%200%20.96%201.152c.248-.207.585-.58.913-1.128C22.68%207.805%2023%206.736%2023%205.5s-.32-2.305-.857-3.198m-2.269%201.094a3.1%203.1%200%200%200-.674-.746a.75.75%200%200%200-.9%201.2c.062.046.19.175.326.379c.234.35.374.77.374%201.271s-.14.92-.374%201.271a1.7%201.7%200%200%201-.326.379l-.084.073A.75.75%200%200%200%2019.2%208.35c.189-.141.435-.388.674-.746A3.73%203.73%200%200%200%2020.5%205.5c0-.812-.235-1.517-.626-2.104M17%202.75a.75.75%200%200%200-1.314-.494L14.16%204h-1.41a.75.75%200%200%200-.75.75v1.5c0%20.414.336.75.75.75h1.41l1.526%201.744A.75.75%200%200%200%2017%208.25zm-3.002%2015.252h-4l.001%202.498h4z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.629%203.69l-.41-.41A.75.75%200%201%201%203.28%202.22l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-3.779-3.778H15.5V20.5h1.751a.75.75%200%200%201%20.102%201.494L17.25%2022H6.75a.75.75%200%200%201-.102-1.493l.102-.007h1.749v-2.498H4.25a2.25%202.25%200%200%201-2.245-2.096L2%2015.752V5.25c0-.606.24-1.156.629-1.56m12.812%2012.812L3.691%204.751a.75.75%200%200%200-.184.397L3.5%205.25v10.502c0%20.38.282.694.648.743l.102.007zm5.438%201.196l-1.195-1.196h.065a.75.75%200%200%200%20.743-.648l.007-.102v-4.77c.474.069.974-.057%201.371-.388q.063-.052.129-.112v5.27c0%20.83-.45%201.556-1.12%201.946M6.182%203l1.5%201.5H11V4a1%201%200%200%201%20.98-1zm15.961-.698c-.328-.547-.665-.921-.913-1.128a.75.75%200%200%200-.96%201.152c.127.106.353.357.587.747c.401.67.643%201.475.643%202.427s-.242%201.758-.643%202.427c-.234.39-.46.641-.587.747a.75.75%200%201%200%20.96%201.152c.248-.207.585-.58.913-1.128C22.68%207.805%2023%206.736%2023%205.5s-.32-2.305-.857-3.198m-2.269%201.094a3.1%203.1%200%200%200-.674-.746a.75.75%200%200%200-.9%201.2c.062.046.19.175.326.379c.234.35.374.77.374%201.271s-.14.92-.374%201.271a1.7%201.7%200%200%201-.326.379l-.084.073A.75.75%200%200%200%2019.2%208.35c.189-.141.435-.388.674-.746A3.73%203.73%200%200%200%2020.5%205.5c0-.812-.235-1.517-.626-2.104M17%202.75a.75.75%200%200%200-1.314-.494L14.16%204h-1.41a.75.75%200%200%200-.75.75v1.5c0%20.414.336.75.75.75h1.41l1.526%201.744A.75.75%200%200%200%2017%208.25zm-3.002%2015.252h-4l.001%202.498h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desktop-speaker-off-24-regular.svg?color=%231a73e8&size=48