outline surround sound icon

outline-surround-sound from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
outline-surround-sound
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0

More av icons from Google Material Icons

Use the outline surround sound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"/><path fill="currentColor" d="M8.29 15.71A5.23 5.23 0 0 1 6.75 12c0-1.35.52-2.69 1.53-3.72L7.05 7.05C5.68 8.41 5 10.21 5 12s.68 3.59 2.06 4.94zM12 15.5c1.93 0 3.5-1.57 3.5-3.5S13.93 8.5 12 8.5S8.5 10.07 8.5 12s1.57 3.5 3.5 3.5m0-5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5m3.72 5.22l1.23 1.23C18.32 15.59 19 13.79 19 12s-.68-3.59-2.06-4.94l-1.23 1.23A5.23 5.23 0 0 1 17.25 12c0 1.35-.52 2.69-1.53 3.72"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineSurroundSound(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="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"/><path fill="currentColor" d="M8.29 15.71A5.23 5.23 0 0 1 6.75 12c0-1.35.52-2.69 1.53-3.72L7.05 7.05C5.68 8.41 5 10.21 5 12s.68 3.59 2.06 4.94zM12 15.5c1.93 0 3.5-1.57 3.5-3.5S13.93 8.5 12 8.5S8.5 10.07 8.5 12s1.57 3.5 3.5 3.5m0-5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5m3.72 5.22l1.23 1.23C18.32 15.59 19 13.79 19 12s-.68-3.59-2.06-4.94l-1.23 1.23A5.23 5.23 0 0 1 17.25 12c0 1.35-.52 2.69-1.53 3.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"/><path fill="currentColor" d="M8.29 15.71A5.23 5.23 0 0 1 6.75 12c0-1.35.52-2.69 1.53-3.72L7.05 7.05C5.68 8.41 5 10.21 5 12s.68 3.59 2.06 4.94zM12 15.5c1.93 0 3.5-1.57 3.5-3.5S13.93 8.5 12 8.5S8.5 10.07 8.5 12s1.57 3.5 3.5 3.5m0-5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5m3.72 5.22l1.23 1.23C18.32 15.59 19 13.79 19 12s-.68-3.59-2.06-4.94l-1.23 1.23A5.23 5.23 0 0 1 17.25 12c0 1.35-.52 2.69-1.53 3.72"/></svg>
</template>

CSS

.icon-outline-surround-sound {
  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%22M20%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2m0%2014H4V6h16z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.29%2015.71A5.23%205.23%200%200%201%206.75%2012c0-1.35.52-2.69%201.53-3.72L7.05%207.05C5.68%208.41%205%2010.21%205%2012s.68%203.59%202.06%204.94zM12%2015.5c1.93%200%203.5-1.57%203.5-3.5S13.93%208.5%2012%208.5S8.5%2010.07%208.5%2012s1.57%203.5%203.5%203.5m0-5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5m3.72%205.22l1.23%201.23C18.32%2015.59%2019%2013.79%2019%2012s-.68-3.59-2.06-4.94l-1.23%201.23A5.23%205.23%200%200%201%2017.25%2012c0%201.35-.52%202.69-1.53%203.72%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%22M20%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2m0%2014H4V6h16z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.29%2015.71A5.23%205.23%200%200%201%206.75%2012c0-1.35.52-2.69%201.53-3.72L7.05%207.05C5.68%208.41%205%2010.21%205%2012s.68%203.59%202.06%204.94zM12%2015.5c1.93%200%203.5-1.57%203.5-3.5S13.93%208.5%2012%208.5S8.5%2010.07%208.5%2012s1.57%203.5%203.5%203.5m0-5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5m3.72%205.22l1.23%201.23C18.32%2015.59%2019%2013.79%2019%2012s-.68-3.59-2.06-4.94l-1.23%201.23A5.23%205.23%200%200%201%2017.25%2012c0%201.35-.52%202.69-1.53%203.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-surround-sound.svg?color=%231a73e8&size=48