speaker-group-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
speaker-group-sharp
Set
Material Symbols Light
Style
Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the speaker group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 19V2h12v17zm6.002-11.692q.546 0 .926-.383q.38-.382.38-.927t-.382-.926t-.928-.38t-.926.382t-.38.928t.382.926t.928.38M14 16.077q1.258 0 2.129-.871T17 13.077t-.871-2.129T14 10.077t-2.129.871T11 13.077t.871 2.129t2.129.871m0-1q-.817 0-1.409-.591Q12 13.894 12 13.077t.591-1.409q.592-.591 1.409-.591t1.409.591q.591.592.591 1.409t-.591 1.409t-1.409.591M15 22H5V6h1v15h9z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpeakerGroupSharp(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 19V2h12v17zm6.002-11.692q.546 0 .926-.383q.38-.382.38-.927t-.382-.926t-.928-.38t-.926.382t-.38.928t.382.926t.928.38M14 16.077q1.258 0 2.129-.871T17 13.077t-.871-2.129T14 10.077t-2.129.871T11 13.077t.871 2.129t2.129.871m0-1q-.817 0-1.409-.591Q12 13.894 12 13.077t.591-1.409q.592-.591 1.409-.591t1.409.591q.591.592.591 1.409t-.591 1.409t-1.409.591M15 22H5V6h1v15h9z"/></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 19V2h12v17zm6.002-11.692q.546 0 .926-.383q.38-.382.38-.927t-.382-.926t-.928-.38t-.926.382t-.38.928t.382.926t.928.38M14 16.077q1.258 0 2.129-.871T17 13.077t-.871-2.129T14 10.077t-2.129.871T11 13.077t.871 2.129t2.129.871m0-1q-.817 0-1.409-.591Q12 13.894 12 13.077t.591-1.409q.592-.591 1.409-.591t1.409.591q.591.592.591 1.409t-.591 1.409t-1.409.591M15 22H5V6h1v15h9z"/></svg>
</template>

CSS

.icon-speaker-group-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%22M8%2019V2h12v17zm6.002-11.692q.546%200%20.926-.383q.38-.382.38-.927t-.382-.926t-.928-.38t-.926.382t-.38.928t.382.926t.928.38M14%2016.077q1.258%200%202.129-.871T17%2013.077t-.871-2.129T14%2010.077t-2.129.871T11%2013.077t.871%202.129t2.129.871m0-1q-.817%200-1.409-.591Q12%2013.894%2012%2013.077t.591-1.409q.592-.591%201.409-.591t1.409.591q.591.592.591%201.409t-.591%201.409t-1.409.591M15%2022H5V6h1v15h9z%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%2019V2h12v17zm6.002-11.692q.546%200%20.926-.383q.38-.382.38-.927t-.382-.926t-.928-.38t-.926.382t-.38.928t.382.926t.928.38M14%2016.077q1.258%200%202.129-.871T17%2013.077t-.871-2.129T14%2010.077t-2.129.871T11%2013.077t.871%202.129t2.129.871m0-1q-.817%200-1.409-.591Q12%2013.894%2012%2013.077t.591-1.409q.592-.591%201.409-.591t1.409.591q.591.592.591%201.409t-.591%201.409t-1.409.591M15%2022H5V6h1v15h9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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