spatial speaker icon

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

Name
spatial-speaker-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

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="M7.975 22q-2.9-.025-4.925-2.05T1 15.025q0-.425.288-.725T2 14t.713.288T3 15q0 2.075 1.463 3.538T8 20q.425 0 .713.288T9 21t-.3.713t-.725.287m8.05 0q-.425 0-.725-.288T15 21t.288-.712T16 20q2.075 0 3.538-1.463T21 15q0-.425.288-.712T22 14t.713.288T23 15q-.025 2.9-2.05 4.938T16.025 22m-8.05-3.5q-1.425-.025-2.437-1.037T4.5 15.024q0-.425.288-.725T5.5 14t.713.288T6.5 15q0 .3.113.575t.324.488t.488.325T8 16.5q.425 0 .713.288T9 17.5t-.3.713t-.725.287m8.05 0q-.425 0-.725-.288T15 17.5t.288-.712T16 16.5q.3 0 .575-.112t.488-.326t.325-.487T17.5 15q0-.425.288-.712T18.5 14t.713.288t.287.712q-.025 1.45-1.025 2.463t-2.45 1.037M10 15q-.825 0-1.412-.587T8 13V5q0-.825.588-1.412T10 3h4q.825 0 1.413.588T16 5v8q0 .825-.587 1.413T14 15zm0-2h4V5h-4zm0 0h4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpatialSpeakerOutlineRounded(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="M7.975 22q-2.9-.025-4.925-2.05T1 15.025q0-.425.288-.725T2 14t.713.288T3 15q0 2.075 1.463 3.538T8 20q.425 0 .713.288T9 21t-.3.713t-.725.287m8.05 0q-.425 0-.725-.288T15 21t.288-.712T16 20q2.075 0 3.538-1.463T21 15q0-.425.288-.712T22 14t.713.288T23 15q-.025 2.9-2.05 4.938T16.025 22m-8.05-3.5q-1.425-.025-2.437-1.037T4.5 15.024q0-.425.288-.725T5.5 14t.713.288T6.5 15q0 .3.113.575t.324.488t.488.325T8 16.5q.425 0 .713.288T9 17.5t-.3.713t-.725.287m8.05 0q-.425 0-.725-.288T15 17.5t.288-.712T16 16.5q.3 0 .575-.112t.488-.326t.325-.487T17.5 15q0-.425.288-.712T18.5 14t.713.288t.287.712q-.025 1.45-1.025 2.463t-2.45 1.037M10 15q-.825 0-1.412-.587T8 13V5q0-.825.588-1.412T10 3h4q.825 0 1.413.588T16 5v8q0 .825-.587 1.413T14 15zm0-2h4V5h-4zm0 0h4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.975 22q-2.9-.025-4.925-2.05T1 15.025q0-.425.288-.725T2 14t.713.288T3 15q0 2.075 1.463 3.538T8 20q.425 0 .713.288T9 21t-.3.713t-.725.287m8.05 0q-.425 0-.725-.288T15 21t.288-.712T16 20q2.075 0 3.538-1.463T21 15q0-.425.288-.712T22 14t.713.288T23 15q-.025 2.9-2.05 4.938T16.025 22m-8.05-3.5q-1.425-.025-2.437-1.037T4.5 15.024q0-.425.288-.725T5.5 14t.713.288T6.5 15q0 .3.113.575t.324.488t.488.325T8 16.5q.425 0 .713.288T9 17.5t-.3.713t-.725.287m8.05 0q-.425 0-.725-.288T15 17.5t.288-.712T16 16.5q.3 0 .575-.112t.488-.326t.325-.487T17.5 15q0-.425.288-.712T18.5 14t.713.288t.287.712q-.025 1.45-1.025 2.463t-2.45 1.037M10 15q-.825 0-1.412-.587T8 13V5q0-.825.588-1.412T10 3h4q.825 0 1.413.588T16 5v8q0 .825-.587 1.413T14 15zm0-2h4V5h-4zm0 0h4z"/></svg>
</template>

CSS

.icon-spatial-speaker-outline-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%22M7.975%2022q-2.9-.025-4.925-2.05T1%2015.025q0-.425.288-.725T2%2014t.713.288T3%2015q0%202.075%201.463%203.538T8%2020q.425%200%20.713.288T9%2021t-.3.713t-.725.287m8.05%200q-.425%200-.725-.288T15%2021t.288-.712T16%2020q2.075%200%203.538-1.463T21%2015q0-.425.288-.712T22%2014t.713.288T23%2015q-.025%202.9-2.05%204.938T16.025%2022m-8.05-3.5q-1.425-.025-2.437-1.037T4.5%2015.024q0-.425.288-.725T5.5%2014t.713.288T6.5%2015q0%20.3.113.575t.324.488t.488.325T8%2016.5q.425%200%20.713.288T9%2017.5t-.3.713t-.725.287m8.05%200q-.425%200-.725-.288T15%2017.5t.288-.712T16%2016.5q.3%200%20.575-.112t.488-.326t.325-.487T17.5%2015q0-.425.288-.712T18.5%2014t.713.288t.287.712q-.025%201.45-1.025%202.463t-2.45%201.037M10%2015q-.825%200-1.412-.587T8%2013V5q0-.825.588-1.412T10%203h4q.825%200%201.413.588T16%205v8q0%20.825-.587%201.413T14%2015zm0-2h4V5h-4zm0%200h4z%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%22M7.975%2022q-2.9-.025-4.925-2.05T1%2015.025q0-.425.288-.725T2%2014t.713.288T3%2015q0%202.075%201.463%203.538T8%2020q.425%200%20.713.288T9%2021t-.3.713t-.725.287m8.05%200q-.425%200-.725-.288T15%2021t.288-.712T16%2020q2.075%200%203.538-1.463T21%2015q0-.425.288-.712T22%2014t.713.288T23%2015q-.025%202.9-2.05%204.938T16.025%2022m-8.05-3.5q-1.425-.025-2.437-1.037T4.5%2015.024q0-.425.288-.725T5.5%2014t.713.288T6.5%2015q0%20.3.113.575t.324.488t.488.325T8%2016.5q.425%200%20.713.288T9%2017.5t-.3.713t-.725.287m8.05%200q-.425%200-.725-.288T15%2017.5t.288-.712T16%2016.5q.3%200%20.575-.112t.488-.326t.325-.487T17.5%2015q0-.425.288-.712T18.5%2014t.713.288t.287.712q-.025%201.45-1.025%202.463t-2.45%201.037M10%2015q-.825%200-1.412-.587T8%2013V5q0-.825.588-1.412T10%203h4q.825%200%201.413.588T16%205v8q0%20.825-.587%201.413T14%2015zm0-2h4V5h-4zm0%200h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/spatial-speaker-outline-rounded.svg?color=%231a73e8&size=48