spatial speaker icon

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

Name
spatial-speaker-sharp
Set
Material Symbols
Style
Sharp
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="M9 22q-3.35 0-5.675-2.325T1 14h2q0 2.5 1.75 4.25T9 20zm0-3.5q-1.875 0-3.187-1.312T4.5 14h2q0 1.05.725 1.775T9 16.5zM8 15V3h8v12zm7 3.5v-2q1.05 0 1.775-.725T17.5 14h2q0 1.875-1.312 3.188T15 18.5m0 3.5v-2q2.5 0 4.25-1.75T21 14h2q0 3.35-2.325 5.675T15 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpatialSpeakerSharp(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="M9 22q-3.35 0-5.675-2.325T1 14h2q0 2.5 1.75 4.25T9 20zm0-3.5q-1.875 0-3.187-1.312T4.5 14h2q0 1.05.725 1.775T9 16.5zM8 15V3h8v12zm7 3.5v-2q1.05 0 1.775-.725T17.5 14h2q0 1.875-1.312 3.188T15 18.5m0 3.5v-2q2.5 0 4.25-1.75T21 14h2q0 3.35-2.325 5.675T15 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-3.35 0-5.675-2.325T1 14h2q0 2.5 1.75 4.25T9 20zm0-3.5q-1.875 0-3.187-1.312T4.5 14h2q0 1.05.725 1.775T9 16.5zM8 15V3h8v12zm7 3.5v-2q1.05 0 1.775-.725T17.5 14h2q0 1.875-1.312 3.188T15 18.5m0 3.5v-2q2.5 0 4.25-1.75T21 14h2q0 3.35-2.325 5.675T15 22"/></svg>
</template>

CSS

.icon-spatial-speaker-sharp {
  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%22M9%2022q-3.35%200-5.675-2.325T1%2014h2q0%202.5%201.75%204.25T9%2020zm0-3.5q-1.875%200-3.187-1.312T4.5%2014h2q0%201.05.725%201.775T9%2016.5zM8%2015V3h8v12zm7%203.5v-2q1.05%200%201.775-.725T17.5%2014h2q0%201.875-1.312%203.188T15%2018.5m0%203.5v-2q2.5%200%204.25-1.75T21%2014h2q0%203.35-2.325%205.675T15%2022%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%22M9%2022q-3.35%200-5.675-2.325T1%2014h2q0%202.5%201.75%204.25T9%2020zm0-3.5q-1.875%200-3.187-1.312T4.5%2014h2q0%201.05.725%201.775T9%2016.5zM8%2015V3h8v12zm7%203.5v-2q1.05%200%201.775-.725T17.5%2014h2q0%201.875-1.312%203.188T15%2018.5m0%203.5v-2q2.5%200%204.25-1.75T21%2014h2q0%203.35-2.325%205.675T15%2022%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-sharp.svg?color=%231a73e8&size=48