spatial audio icon
spatial-audio-outline from Material Symbols Light by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- spatial-audio-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- spatial-audio-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.442 9.64q-1.657 0-3.176-.639t-2.68-1.799t-1.798-2.679t-.64-3.177h1.02q0 1.464.544 2.787q.545 1.324 1.583 2.362t2.36 1.585t2.787.547zm0-4.513q-.755 0-1.447-.288q-.691-.289-1.224-.822q-.532-.532-.821-1.224t-.288-1.447h1.013q0 .548.212 1.062t.592.902q.388.387.902.593q.513.205 1.061.205zM10.096 12q-1.237 0-2.118-.877q-.882-.877-.882-2.123t.877-2.123T10.096 6t2.123.877T13.096 9t-.881 2.123t-2.119.877m-7 7.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593 2.702-.975q1.485-.383 2.967-.383q1.483 0 2.968.383q1.484.382 2.702.975q.634.298.982.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.233-.672t-.574-.446q-.939-.489-2.351-.862q-1.413-.373-2.842-.373t-2.841.373t-2.351.862q-.34.182-.574.445q-.234.264-.234.673zm6-7.23q.825 0 1.413-.587T12.096 9t-.587-1.412T10.096 7t-1.412.588T8.096 9t.588 1.413t1.412.587m0 7.23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpatialAudioOutline(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="M22.442 9.64q-1.657 0-3.176-.639t-2.68-1.799t-1.798-2.679t-.64-3.177h1.02q0 1.464.544 2.787q.545 1.324 1.583 2.362t2.36 1.585t2.787.547zm0-4.513q-.755 0-1.447-.288q-.691-.289-1.224-.822q-.532-.532-.821-1.224t-.288-1.447h1.013q0 .548.212 1.062t.592.902q.388.387.902.593q.513.205 1.061.205zM10.096 12q-1.237 0-2.118-.877q-.882-.877-.882-2.123t.877-2.123T10.096 6t2.123.877T13.096 9t-.881 2.123t-2.119.877m-7 7.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593 2.702-.975q1.485-.383 2.967-.383q1.483 0 2.968.383q1.484.382 2.702.975q.634.298.982.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.233-.672t-.574-.446q-.939-.489-2.351-.862q-1.413-.373-2.842-.373t-2.841.373t-2.351.862q-.34.182-.574.445q-.234.264-.234.673zm6-7.23q.825 0 1.413-.587T12.096 9t-.587-1.412T10.096 7t-1.412.588T8.096 9t.588 1.413t1.412.587m0 7.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="M22.442 9.64q-1.657 0-3.176-.639t-2.68-1.799t-1.798-2.679t-.64-3.177h1.02q0 1.464.544 2.787q.545 1.324 1.583 2.362t2.36 1.585t2.787.547zm0-4.513q-.755 0-1.447-.288q-.691-.289-1.224-.822q-.532-.532-.821-1.224t-.288-1.447h1.013q0 .548.212 1.062t.592.902q.388.387.902.593q.513.205 1.061.205zM10.096 12q-1.237 0-2.118-.877q-.882-.877-.882-2.123t.877-2.123T10.096 6t2.123.877T13.096 9t-.881 2.123t-2.119.877m-7 7.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593 2.702-.975q1.485-.383 2.967-.383q1.483 0 2.968.383q1.484.382 2.702.975q.634.298.982.802q.348.503.348 1.194v1.646zm1-1h12v-.646q0-.409-.233-.672t-.574-.446q-.939-.489-2.351-.862q-1.413-.373-2.842-.373t-2.841.373t-2.351.862q-.34.182-.574.445q-.234.264-.234.673zm6-7.23q.825 0 1.413-.587T12.096 9t-.587-1.412T10.096 7t-1.412.588T8.096 9t.588 1.413t1.412.587m0 7.23"/></svg> </template>
CSS
.icon-spatial-audio-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%22M22.442%209.64q-1.657%200-3.176-.639t-2.68-1.799t-1.798-2.679t-.64-3.177h1.02q0%201.464.544%202.787q.545%201.324%201.583%202.362t2.36%201.585t2.787.547zm0-4.513q-.755%200-1.447-.288q-.691-.289-1.224-.822q-.532-.532-.821-1.224t-.288-1.447h1.013q0%20.548.212%201.062t.592.902q.388.387.902.593q.513.205%201.061.205zM10.096%2012q-1.237%200-2.118-.877q-.882-.877-.882-2.123t.877-2.123T10.096%206t2.123.877T13.096%209t-.881%202.123t-2.119.877m-7%207.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593%202.702-.975q1.485-.383%202.967-.383q1.483%200%202.968.383q1.484.382%202.702.975q.634.298.982.802q.348.503.348%201.194v1.646zm1-1h12v-.646q0-.409-.233-.672t-.574-.446q-.939-.489-2.351-.862q-1.413-.373-2.842-.373t-2.841.373t-2.351.862q-.34.182-.574.445q-.234.264-.234.673zm6-7.23q.825%200%201.413-.587T12.096%209t-.587-1.412T10.096%207t-1.412.588T8.096%209t.588%201.413t1.412.587m0%207.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%22M22.442%209.64q-1.657%200-3.176-.639t-2.68-1.799t-1.798-2.679t-.64-3.177h1.02q0%201.464.544%202.787q.545%201.324%201.583%202.362t2.36%201.585t2.787.547zm0-4.513q-.755%200-1.447-.288q-.691-.289-1.224-.822q-.532-.532-.821-1.224t-.288-1.447h1.013q0%20.548.212%201.062t.592.902q.388.387.902.593q.513.205%201.061.205zM10.096%2012q-1.237%200-2.118-.877q-.882-.877-.882-2.123t.877-2.123T10.096%206t2.123.877T13.096%209t-.881%202.123t-2.119.877m-7%207.23v-1.645q0-.69.348-1.194t.983-.802q1.217-.593%202.702-.975q1.485-.383%202.967-.383q1.483%200%202.968.383q1.484.382%202.702.975q.634.298.982.802q.348.503.348%201.194v1.646zm1-1h12v-.646q0-.409-.233-.672t-.574-.446q-.939-.489-2.351-.862q-1.413-.373-2.842-.373t-2.841.373t-2.351.862q-.34.182-.574.445q-.234.264-.234.673zm6-7.23q.825%200%201.413-.587T12.096%209t-.587-1.412T10.096%207t-1.412.588T8.096%209t.588%201.413t1.412.587m0%207.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-outline.svg?color=%231a73e8&size=48