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

Name
spatial-speaker
Set
Material Symbols Light
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the spatial speaker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.885 21q-2.85 0-4.868-1.95T2 14.27h1q0 2.403 1.721 4.067Q6.442 20 8.885 20zm0-3.27q-1.49 0-2.553-.994q-1.063-.995-1.063-2.467h1q0 1.05.773 1.756q.774.706 1.843.706zm1.23-3.038q-.69 0-1.152-.462T8.5 13.077V5.616q0-.691.463-1.153T10.116 4h3.769q.69 0 1.153.463t.462 1.153v7.461q0 .69-.462 1.153t-1.153.462zm5 3.039v-1q1.07 0 1.843-.706t.773-1.756h1q0 1.471-1.063 2.466t-2.552.996m0 3.269v-1q2.442 0 4.163-1.664T21 14.27h1q0 2.831-2.017 4.781T15.115 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpatialSpeaker(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="M8.885 21q-2.85 0-4.868-1.95T2 14.27h1q0 2.403 1.721 4.067Q6.442 20 8.885 20zm0-3.27q-1.49 0-2.553-.994q-1.063-.995-1.063-2.467h1q0 1.05.773 1.756q.774.706 1.843.706zm1.23-3.038q-.69 0-1.152-.462T8.5 13.077V5.616q0-.691.463-1.153T10.116 4h3.769q.69 0 1.153.463t.462 1.153v7.461q0 .69-.462 1.153t-1.153.462zm5 3.039v-1q1.07 0 1.843-.706t.773-1.756h1q0 1.471-1.063 2.466t-2.552.996m0 3.269v-1q2.442 0 4.163-1.664T21 14.27h1q0 2.831-2.017 4.781T15.115 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.885 21q-2.85 0-4.868-1.95T2 14.27h1q0 2.403 1.721 4.067Q6.442 20 8.885 20zm0-3.27q-1.49 0-2.553-.994q-1.063-.995-1.063-2.467h1q0 1.05.773 1.756q.774.706 1.843.706zm1.23-3.038q-.69 0-1.152-.462T8.5 13.077V5.616q0-.691.463-1.153T10.116 4h3.769q.69 0 1.153.463t.462 1.153v7.461q0 .69-.462 1.153t-1.153.462zm5 3.039v-1q1.07 0 1.843-.706t.773-1.756h1q0 1.471-1.063 2.466t-2.552.996m0 3.269v-1q2.442 0 4.163-1.664T21 14.27h1q0 2.831-2.017 4.781T15.115 21"/></svg>
</template>

CSS

.icon-spatial-speaker {
  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%22M8.885%2021q-2.85%200-4.868-1.95T2%2014.27h1q0%202.403%201.721%204.067Q6.442%2020%208.885%2020zm0-3.27q-1.49%200-2.553-.994q-1.063-.995-1.063-2.467h1q0%201.05.773%201.756q.774.706%201.843.706zm1.23-3.038q-.69%200-1.152-.462T8.5%2013.077V5.616q0-.691.463-1.153T10.116%204h3.769q.69%200%201.153.463t.462%201.153v7.461q0%20.69-.462%201.153t-1.153.462zm5%203.039v-1q1.07%200%201.843-.706t.773-1.756h1q0%201.471-1.063%202.466t-2.552.996m0%203.269v-1q2.442%200%204.163-1.664T21%2014.27h1q0%202.831-2.017%204.781T15.115%2021%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%22M8.885%2021q-2.85%200-4.868-1.95T2%2014.27h1q0%202.403%201.721%204.067Q6.442%2020%208.885%2020zm0-3.27q-1.49%200-2.553-.994q-1.063-.995-1.063-2.467h1q0%201.05.773%201.756q.774.706%201.843.706zm1.23-3.038q-.69%200-1.152-.462T8.5%2013.077V5.616q0-.691.463-1.153T10.116%204h3.769q.69%200%201.153.463t.462%201.153v7.461q0%20.69-.462%201.153t-1.153.462zm5%203.039v-1q1.07%200%201.843-.706t.773-1.756h1q0%201.471-1.063%202.466t-2.552.996m0%203.269v-1q2.442%200%204.163-1.664T21%2014.27h1q0%202.831-2.017%204.781T15.115%2021%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-speaker.svg?color=%231a73e8&size=48