spatial audio off icon

spatial-audio-off-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
spatial-audio-off-rounded
Set
Material Symbols Light
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

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="M9.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 6.192v-.607q0-.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.194v.607q0 .44-.3.74t-.739.299H3.75q-.44 0-.74-.3t-.298-.739m19.439-8.069q-.101 0-.195-.042q-.093-.043-.156-.104q-.533-.52-.827-1.208t-.294-1.425t.294-1.415t.827-1.212q.063-.063.158-.102q.094-.038.195-.038q.214 0 .358.14q.143.14.143.356q0 .102-.043.2q-.043.097-.103.158q-.381.382-.605.876t-.224 1.043t.224 1.043t.605.876q.06.063.103.158q.043.094.043.195q0 .215-.145.358t-.358.143m-3.223 3.235q-.101 0-.195-.043q-.093-.042-.156-.103q-1.179-1.18-1.827-2.688t-.648-3.174t.648-3.177t1.827-2.69q.063-.064.157-.103q.095-.038.196-.038q.214 0 .357.145t.144.358q0 .101-.037.198q-.036.098-.11.159q-1.038 1.039-1.61 2.362q-.572 1.322-.572 2.788t.572 2.79t1.61 2.362q.062.063.104.158q.043.094.043.195q0 .214-.145.358q-.144.143-.358.143"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpatialAudioOffRounded(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="M9.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 6.192v-.607q0-.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.194v.607q0 .44-.3.74t-.739.299H3.75q-.44 0-.74-.3t-.298-.739m19.439-8.069q-.101 0-.195-.042q-.093-.043-.156-.104q-.533-.52-.827-1.208t-.294-1.425t.294-1.415t.827-1.212q.063-.063.158-.102q.094-.038.195-.038q.214 0 .358.14q.143.14.143.356q0 .102-.043.2q-.043.097-.103.158q-.381.382-.605.876t-.224 1.043t.224 1.043t.605.876q.06.063.103.158q.043.094.043.195q0 .215-.145.358t-.358.143m-3.223 3.235q-.101 0-.195-.043q-.093-.042-.156-.103q-1.179-1.18-1.827-2.688t-.648-3.174t.648-3.177t1.827-2.69q.063-.064.157-.103q.095-.038.196-.038q.214 0 .357.145t.144.358q0 .101-.037.198q-.036.098-.11.159q-1.038 1.039-1.61 2.362q-.572 1.322-.572 2.788t.572 2.79t1.61 2.362q.062.063.104.158q.043.094.043.195q0 .214-.145.358q-.144.143-.358.143"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.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 6.192v-.607q0-.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.194v.607q0 .44-.3.74t-.739.299H3.75q-.44 0-.74-.3t-.298-.739m19.439-8.069q-.101 0-.195-.042q-.093-.043-.156-.104q-.533-.52-.827-1.208t-.294-1.425t.294-1.415t.827-1.212q.063-.063.158-.102q.094-.038.195-.038q.214 0 .358.14q.143.14.143.356q0 .102-.043.2q-.043.097-.103.158q-.381.382-.605.876t-.224 1.043t.224 1.043t.605.876q.06.063.103.158q.043.094.043.195q0 .215-.145.358t-.358.143m-3.223 3.235q-.101 0-.195-.043q-.093-.042-.156-.103q-1.179-1.18-1.827-2.688t-.648-3.174t.648-3.177t1.827-2.69q.063-.064.157-.103q.095-.038.196-.038q.214 0 .357.145t.144.358q0 .101-.037.198q-.036.098-.11.159q-1.038 1.039-1.61 2.362q-.572 1.322-.572 2.788t.572 2.79t1.61 2.362q.062.063.104.158q.043.094.043.195q0 .214-.145.358q-.144.143-.358.143"/></svg>
</template>

CSS

.icon-spatial-audio-off-rounded {
  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%22M9.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%206.192v-.607q0-.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.194v.607q0%20.44-.3.74t-.739.299H3.75q-.44%200-.74-.3t-.298-.739m19.439-8.069q-.101%200-.195-.042q-.093-.043-.156-.104q-.533-.52-.827-1.208t-.294-1.425t.294-1.415t.827-1.212q.063-.063.158-.102q.094-.038.195-.038q.214%200%20.358.14q.143.14.143.356q0%20.102-.043.2q-.043.097-.103.158q-.381.382-.605.876t-.224%201.043t.224%201.043t.605.876q.06.063.103.158q.043.094.043.195q0%20.215-.145.358t-.358.143m-3.223%203.235q-.101%200-.195-.043q-.093-.042-.156-.103q-1.179-1.18-1.827-2.688t-.648-3.174t.648-3.177t1.827-2.69q.063-.064.157-.103q.095-.038.196-.038q.214%200%20.357.145t.144.358q0%20.101-.037.198q-.036.098-.11.159q-1.038%201.039-1.61%202.362q-.572%201.322-.572%202.788t.572%202.79t1.61%202.362q.062.063.104.158q.043.094.043.195q0%20.214-.145.358q-.144.143-.358.143%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%22M9.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%206.192v-.607q0-.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.194v.607q0%20.44-.3.74t-.739.299H3.75q-.44%200-.74-.3t-.298-.739m19.439-8.069q-.101%200-.195-.042q-.093-.043-.156-.104q-.533-.52-.827-1.208t-.294-1.425t.294-1.415t.827-1.212q.063-.063.158-.102q.094-.038.195-.038q.214%200%20.358.14q.143.14.143.356q0%20.102-.043.2q-.043.097-.103.158q-.381.382-.605.876t-.224%201.043t.224%201.043t.605.876q.06.063.103.158q.043.094.043.195q0%20.215-.145.358t-.358.143m-3.223%203.235q-.101%200-.195-.043q-.093-.042-.156-.103q-1.179-1.18-1.827-2.688t-.648-3.174t.648-3.177t1.827-2.69q.063-.064.157-.103q.095-.038.196-.038q.214%200%20.357.145t.144.358q0%20.101-.037.198q-.036.098-.11.159q-1.038%201.039-1.61%202.362q-.572%201.322-.572%202.788t.572%202.79t1.61%202.362q.062.063.104.158q.043.094.043.195q0%20.214-.145.358q-.144.143-.358.143%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-rounded.svg?color=%231a73e8&size=48