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

Name
spatial-audio-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.91 4.785q-.614-1.356-.731-2.862q-.031-.232.112-.405q.143-.172.376-.172q.214 0 .36.153t.158.386q.092 1.298.643 2.496q.55 1.198 1.466 2.113q.915.916 2.114 1.467q1.198.55 2.496.649q.233.011.386.155q.152.143.152.356q0 .233-.172.376q-.172.144-.404.113q-1.506-.118-2.862-.732t-2.417-1.676t-1.676-2.418m4.86-.767q-.434-.454-.707-1q-.273-.548-.36-1.163q-.037-.202.113-.355t.364-.153q.208 0 .354.138q.146.137.194.345q.067.407.252.787t.498.693q.313.314.69.496t.785.249q.208.048.348.194t.14.36t-.155.363t-.364.113q-.61-.092-1.154-.365t-.998-.702M10.096 12q-1.246 0-2.123-.877T7.096 9t.877-2.123T10.096 6t2.123.877T13.096 9t-.877 2.123t-2.123.877m-7 6.192v-.607q0-.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.194v.607q0 .44-.299.74q-.299.299-.74.299H4.136q-.44 0-.74-.3t-.299-.739"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpatialAudioRounded(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="M14.91 4.785q-.614-1.356-.731-2.862q-.031-.232.112-.405q.143-.172.376-.172q.214 0 .36.153t.158.386q.092 1.298.643 2.496q.55 1.198 1.466 2.113q.915.916 2.114 1.467q1.198.55 2.496.649q.233.011.386.155q.152.143.152.356q0 .233-.172.376q-.172.144-.404.113q-1.506-.118-2.862-.732t-2.417-1.676t-1.676-2.418m4.86-.767q-.434-.454-.707-1q-.273-.548-.36-1.163q-.037-.202.113-.355t.364-.153q.208 0 .354.138q.146.137.194.345q.067.407.252.787t.498.693q.313.314.69.496t.785.249q.208.048.348.194t.14.36t-.155.363t-.364.113q-.61-.092-1.154-.365t-.998-.702M10.096 12q-1.246 0-2.123-.877T7.096 9t.877-2.123T10.096 6t2.123.877T13.096 9t-.877 2.123t-2.123.877m-7 6.192v-.607q0-.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.194v.607q0 .44-.299.74q-.299.299-.74.299H4.136q-.44 0-.74-.3t-.299-.739"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.91 4.785q-.614-1.356-.731-2.862q-.031-.232.112-.405q.143-.172.376-.172q.214 0 .36.153t.158.386q.092 1.298.643 2.496q.55 1.198 1.466 2.113q.915.916 2.114 1.467q1.198.55 2.496.649q.233.011.386.155q.152.143.152.356q0 .233-.172.376q-.172.144-.404.113q-1.506-.118-2.862-.732t-2.417-1.676t-1.676-2.418m4.86-.767q-.434-.454-.707-1q-.273-.548-.36-1.163q-.037-.202.113-.355t.364-.153q.208 0 .354.138q.146.137.194.345q.067.407.252.787t.498.693q.313.314.69.496t.785.249q.208.048.348.194t.14.36t-.155.363t-.364.113q-.61-.092-1.154-.365t-.998-.702M10.096 12q-1.246 0-2.123-.877T7.096 9t.877-2.123T10.096 6t2.123.877T13.096 9t-.877 2.123t-2.123.877m-7 6.192v-.607q0-.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.194v.607q0 .44-.299.74q-.299.299-.74.299H4.136q-.44 0-.74-.3t-.299-.739"/></svg>
</template>

CSS

.icon-spatial-audio-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%22M14.91%204.785q-.614-1.356-.731-2.862q-.031-.232.112-.405q.143-.172.376-.172q.214%200%20.36.153t.158.386q.092%201.298.643%202.496q.55%201.198%201.466%202.113q.915.916%202.114%201.467q1.198.55%202.496.649q.233.011.386.155q.152.143.152.356q0%20.233-.172.376q-.172.144-.404.113q-1.506-.118-2.862-.732t-2.417-1.676t-1.676-2.418m4.86-.767q-.434-.454-.707-1q-.273-.548-.36-1.163q-.037-.202.113-.355t.364-.153q.208%200%20.354.138q.146.137.194.345q.067.407.252.787t.498.693q.313.314.69.496t.785.249q.208.048.348.194t.14.36t-.155.363t-.364.113q-.61-.092-1.154-.365t-.998-.702M10.096%2012q-1.246%200-2.123-.877T7.096%209t.877-2.123T10.096%206t2.123.877T13.096%209t-.877%202.123t-2.123.877m-7%206.192v-.607q0-.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.194v.607q0%20.44-.299.74q-.299.299-.74.299H4.136q-.44%200-.74-.3t-.299-.739%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%22M14.91%204.785q-.614-1.356-.731-2.862q-.031-.232.112-.405q.143-.172.376-.172q.214%200%20.36.153t.158.386q.092%201.298.643%202.496q.55%201.198%201.466%202.113q.915.916%202.114%201.467q1.198.55%202.496.649q.233.011.386.155q.152.143.152.356q0%20.233-.172.376q-.172.144-.404.113q-1.506-.118-2.862-.732t-2.417-1.676t-1.676-2.418m4.86-.767q-.434-.454-.707-1q-.273-.548-.36-1.163q-.037-.202.113-.355t.364-.153q.208%200%20.354.138q.146.137.194.345q.067.407.252.787t.498.693q.313.314.69.496t.785.249q.208.048.348.194t.14.36t-.155.363t-.364.113q-.61-.092-1.154-.365t-.998-.702M10.096%2012q-1.246%200-2.123-.877T7.096%209t.877-2.123T10.096%206t2.123.877T13.096%209t-.877%202.123t-2.123.877m-7%206.192v-.607q0-.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.194v.607q0%20.44-.299.74q-.299.299-.74.299H4.136q-.44%200-.74-.3t-.299-.739%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-rounded.svg?color=%231a73e8&size=48