spatial audio off icon
spatial-audio-off from Material Symbols by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- spatial-audio-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- spatial-audio-off-sharp
3 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
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.75 13.75l1.4-1.4q-1-1-1.562-2.287t-.563-2.713t.563-2.7t1.562-2.275l-1.4-1.45q-1.275 1.275-2 2.95t-.725 3.475t.725 3.463t2 2.937m2.8-2.85l1.4-1.4q-.425-.425-.675-.975t-.25-1.175t.25-1.175t.675-.975l-1.4-1.425q-.725.725-1.125 1.625t-.4 1.925t.4 1.95T21.55 10.9M10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5t2.825 1.175T14 9t-1.175 2.825T10 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T18 18.2V21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpatialAudioOff(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.75 13.75l1.4-1.4q-1-1-1.562-2.287t-.563-2.713t.563-2.7t1.562-2.275l-1.4-1.45q-1.275 1.275-2 2.95t-.725 3.475t.725 3.463t2 2.937m2.8-2.85l1.4-1.4q-.425-.425-.675-.975t-.25-1.175t.25-1.175t.675-.975l-1.4-1.425q-.725.725-1.125 1.625t-.4 1.925t.4 1.95T21.55 10.9M10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5t2.825 1.175T14 9t-1.175 2.825T10 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T18 18.2V21z"/></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.75 13.75l1.4-1.4q-1-1-1.562-2.287t-.563-2.713t.563-2.7t1.562-2.275l-1.4-1.45q-1.275 1.275-2 2.95t-.725 3.475t.725 3.463t2 2.937m2.8-2.85l1.4-1.4q-.425-.425-.675-.975t-.25-1.175t.25-1.175t.675-.975l-1.4-1.425q-.725.725-1.125 1.625t-.4 1.925t.4 1.95T21.55 10.9M10 13q-1.65 0-2.825-1.175T6 9t1.175-2.825T10 5t2.825 1.175T14 9t-1.175 2.825T10 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T10 14t3.525.45t2.875 1.1q.75.375 1.175 1.1T18 18.2V21z"/></svg> </template>
CSS
.icon-spatial-audio-off {
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.75%2013.75l1.4-1.4q-1-1-1.562-2.287t-.563-2.713t.563-2.7t1.562-2.275l-1.4-1.45q-1.275%201.275-2%202.95t-.725%203.475t.725%203.463t2%202.937m2.8-2.85l1.4-1.4q-.425-.425-.675-.975t-.25-1.175t.25-1.175t.675-.975l-1.4-1.425q-.725.725-1.125%201.625t-.4%201.925t.4%201.95T21.55%2010.9M10%2013q-1.65%200-2.825-1.175T6%209t1.175-2.825T10%205t2.825%201.175T14%209t-1.175%202.825T10%2013m-8%208v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T10%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T18%2018.2V21z%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.75%2013.75l1.4-1.4q-1-1-1.562-2.287t-.563-2.713t.563-2.7t1.562-2.275l-1.4-1.45q-1.275%201.275-2%202.95t-.725%203.475t.725%203.463t2%202.937m2.8-2.85l1.4-1.4q-.425-.425-.675-.975t-.25-1.175t.25-1.175t.675-.975l-1.4-1.425q-.725.725-1.125%201.625t-.4%201.925t.4%201.95T21.55%2010.9M10%2013q-1.65%200-2.825-1.175T6%209t1.175-2.825T10%205t2.825%201.175T14%209t-1.175%202.825T10%2013m-8%208v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65%202.875-1.1T10%2014t3.525.45t2.875%201.1q.75.375%201.175%201.1T18%2018.2V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/spatial-audio-off.svg?color=%231a73e8&size=48