round spatial audio off icon

round-spatial-audio-off from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-spatial-audio-off
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round spatial audio off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="10" cy="9" r="4" fill="currentColor"/><path fill="currentColor" d="M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-.78c0-1.12-.61-2.15-1.61-2.66m4.72-13.71a.997.997 0 0 0-1.5-.09c-.35.35-.39.91-.09 1.3c1.17 1.5 2.64 5.23 0 8.61c-.3.39-.26.95.09 1.3c.43.43 1.13.38 1.5-.09c1.5-1.93 3.35-6.72 0-11.03m-2.8 2.99a1.01 1.01 0 0 0-1.58-.21c-.33.33-.36.84-.13 1.25c.25.44.74 1.69-.01 2.99c-.23.4-.19.9.14 1.22c.47.47 1.25.35 1.58-.22c1.16-1.99.58-4.02 0-5.03"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSpatialAudioOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="10" cy="9" r="4" fill="currentColor"/><path fill="currentColor" d="M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-.78c0-1.12-.61-2.15-1.61-2.66m4.72-13.71a.997.997 0 0 0-1.5-.09c-.35.35-.39.91-.09 1.3c1.17 1.5 2.64 5.23 0 8.61c-.3.39-.26.95.09 1.3c.43.43 1.13.38 1.5-.09c1.5-1.93 3.35-6.72 0-11.03m-2.8 2.99a1.01 1.01 0 0 0-1.58-.21c-.33.33-.36.84-.13 1.25c.25.44.74 1.69-.01 2.99c-.23.4-.19.9.14 1.22c.47.47 1.25.35 1.58-.22c1.16-1.99.58-4.02 0-5.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="10" cy="9" r="4" fill="currentColor"/><path fill="currentColor" d="M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V19c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-.78c0-1.12-.61-2.15-1.61-2.66m4.72-13.71a.997.997 0 0 0-1.5-.09c-.35.35-.39.91-.09 1.3c1.17 1.5 2.64 5.23 0 8.61c-.3.39-.26.95.09 1.3c.43.43 1.13.38 1.5-.09c1.5-1.93 3.35-6.72 0-11.03m-2.8 2.99a1.01 1.01 0 0 0-1.58-.21c-.33.33-.36.84-.13 1.25c.25.44.74 1.69-.01 2.99c-.23.4-.19.9.14 1.22c.47.47 1.25.35 1.58-.22c1.16-1.99.58-4.02 0-5.03"/></svg>
</template>

CSS

.icon-round-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%3Ccircle%20cx%3D%2210%22%20cy%3D%229%22%20r%3D%224%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.39%2015.56C14.71%2014.7%2012.53%2014%2010%2014s-4.71.7-6.39%201.56A2.97%202.97%200%200%200%202%2018.22V19c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2v-.78c0-1.12-.61-2.15-1.61-2.66m4.72-13.71a.997.997%200%200%200-1.5-.09c-.35.35-.39.91-.09%201.3c1.17%201.5%202.64%205.23%200%208.61c-.3.39-.26.95.09%201.3c.43.43%201.13.38%201.5-.09c1.5-1.93%203.35-6.72%200-11.03m-2.8%202.99a1.01%201.01%200%200%200-1.58-.21c-.33.33-.36.84-.13%201.25c.25.44.74%201.69-.01%202.99c-.23.4-.19.9.14%201.22c.47.47%201.25.35%201.58-.22c1.16-1.99.58-4.02%200-5.03%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%3Ccircle%20cx%3D%2210%22%20cy%3D%229%22%20r%3D%224%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.39%2015.56C14.71%2014.7%2012.53%2014%2010%2014s-4.71.7-6.39%201.56A2.97%202.97%200%200%200%202%2018.22V19c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2v-.78c0-1.12-.61-2.15-1.61-2.66m4.72-13.71a.997.997%200%200%200-1.5-.09c-.35.35-.39.91-.09%201.3c1.17%201.5%202.64%205.23%200%208.61c-.3.39-.26.95.09%201.3c.43.43%201.13.38%201.5-.09c1.5-1.93%203.35-6.72%200-11.03m-2.8%202.99a1.01%201.01%200%200%200-1.58-.21c-.33.33-.36.84-.13%201.25c.25.44.74%201.69-.01%202.99c-.23.4-.19.9.14%201.22c.47.47%201.25.35%201.58-.22c1.16-1.99.58-4.02%200-5.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-spatial-audio-off.svg?color=%231a73e8&size=48