spatial audio off icon
spatial-audio-off-outline from Material Symbols Light by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- spatial-audio-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- spatial-audio-off-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the spatial audio off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.577 13.212l.708-.708q-1.039-1.038-1.611-2.363t-.572-2.789q0-1.466.572-2.789t1.61-2.361l-.707-.72q-1.179 1.18-1.827 2.691t-.648 3.177t.648 3.174q.648 1.509 1.827 2.688M21.8 9.977l.708-.708q-.381-.382-.605-.877t-.224-1.042t.224-1.043t.605-.876l-.708-.714q-.533.533-.827 1.212t-.294 1.415t.294 1.424t.827 1.209M9.712 12q-1.238 0-2.12-.877q-.88-.877-.88-2.123t.877-2.123T9.712 6t2.123.877T12.712 9t-.882 2.123T9.712 12m-7 7.23v-1.645q0-.69.348-1.194t.982-.802q1.218-.593 2.702-.975q1.485-.383 2.968-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.234-.672t-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.233.263-.233.673zm7.412-7.818q.588-.587.588-1.412t-.588-1.412T9.712 7t-1.413.588T7.712 9t.587 1.413T9.712 11t1.412-.587M9.712 18.23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpatialAudioOffOutline(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="m18.577 13.212l.708-.708q-1.039-1.038-1.611-2.363t-.572-2.789q0-1.466.572-2.789t1.61-2.361l-.707-.72q-1.179 1.18-1.827 2.691t-.648 3.177t.648 3.174q.648 1.509 1.827 2.688M21.8 9.977l.708-.708q-.381-.382-.605-.877t-.224-1.042t.224-1.043t.605-.876l-.708-.714q-.533.533-.827 1.212t-.294 1.415t.294 1.424t.827 1.209M9.712 12q-1.238 0-2.12-.877q-.88-.877-.88-2.123t.877-2.123T9.712 6t2.123.877T12.712 9t-.882 2.123T9.712 12m-7 7.23v-1.645q0-.69.348-1.194t.982-.802q1.218-.593 2.702-.975q1.485-.383 2.968-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.234-.672t-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.233.263-.233.673zm7.412-7.818q.588-.587.588-1.412t-.588-1.412T9.712 7t-1.413.588T7.712 9t.587 1.413T9.712 11t1.412-.587M9.712 18.23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.577 13.212l.708-.708q-1.039-1.038-1.611-2.363t-.572-2.789q0-1.466.572-2.789t1.61-2.361l-.707-.72q-1.179 1.18-1.827 2.691t-.648 3.177t.648 3.174q.648 1.509 1.827 2.688M21.8 9.977l.708-.708q-.381-.382-.605-.877t-.224-1.042t.224-1.043t.605-.876l-.708-.714q-.533.533-.827 1.212t-.294 1.415t.294 1.424t.827 1.209M9.712 12q-1.238 0-2.12-.877q-.88-.877-.88-2.123t.877-2.123T9.712 6t2.123.877T12.712 9t-.882 2.123T9.712 12m-7 7.23v-1.645q0-.69.348-1.194t.982-.802q1.218-.593 2.702-.975q1.485-.383 2.968-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.234-.672t-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.233.263-.233.673zm7.412-7.818q.588-.587.588-1.412t-.588-1.412T9.712 7t-1.413.588T7.712 9t.587 1.413T9.712 11t1.412-.587M9.712 18.23"/></svg> </template>
CSS
.icon-spatial-audio-off-outline {
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%22m18.577%2013.212l.708-.708q-1.039-1.038-1.611-2.363t-.572-2.789q0-1.466.572-2.789t1.61-2.361l-.707-.72q-1.179%201.18-1.827%202.691t-.648%203.177t.648%203.174q.648%201.509%201.827%202.688M21.8%209.977l.708-.708q-.381-.382-.605-.877t-.224-1.042t.224-1.043t.605-.876l-.708-.714q-.533.533-.827%201.212t-.294%201.415t.294%201.424t.827%201.209M9.712%2012q-1.238%200-2.12-.877q-.88-.877-.88-2.123t.877-2.123T9.712%206t2.123.877T12.712%209t-.882%202.123T9.712%2012m-7%207.23v-1.645q0-.69.348-1.194t.982-.802q1.218-.593%202.702-.975q1.485-.383%202.968-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348%201.194v1.646zm1-1h12v-.646q0-.409-.234-.672t-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.233.263-.233.673zm7.412-7.818q.588-.587.588-1.412t-.588-1.412T9.712%207t-1.413.588T7.712%209t.587%201.413T9.712%2011t1.412-.587M9.712%2018.23%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%22m18.577%2013.212l.708-.708q-1.039-1.038-1.611-2.363t-.572-2.789q0-1.466.572-2.789t1.61-2.361l-.707-.72q-1.179%201.18-1.827%202.691t-.648%203.177t.648%203.174q.648%201.509%201.827%202.688M21.8%209.977l.708-.708q-.381-.382-.605-.877t-.224-1.042t.224-1.043t.605-.876l-.708-.714q-.533.533-.827%201.212t-.294%201.415t.294%201.424t.827%201.209M9.712%2012q-1.238%200-2.12-.877q-.88-.877-.88-2.123t.877-2.123T9.712%206t2.123.877T12.712%209t-.882%202.123T9.712%2012m-7%207.23v-1.645q0-.69.348-1.194t.982-.802q1.218-.593%202.702-.975q1.485-.383%202.968-.383t2.967.383t2.702.975q.635.298.983.802q.348.503.348%201.194v1.646zm1-1h12v-.646q0-.409-.234-.672t-.574-.446q-.938-.489-2.351-.862q-1.412-.373-2.841-.373t-2.842.373t-2.35.862q-.341.182-.575.446q-.233.263-.233.673zm7.412-7.818q.588-.587.588-1.412t-.588-1.412T9.712%207t-1.413.588T7.712%209t.587%201.413T9.712%2011t1.412-.587M9.712%2018.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/spatial-audio-off-outline.svg?color=%231a73e8&size=48