speaker-group-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
speaker-group-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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="M9.616 18h8.769q.269 0 .442-.173t.173-.442V3.615q0-.269-.173-.442T18.385 3h-8.77q-.269 0-.442.173T9 3.616v13.769q0 .269.173.442t.443.173m0 1q-.691 0-1.153-.463T8 17.385V3.614q0-.69.463-1.152T9.616 2h8.769q.69 0 1.152.463T20 3.616v13.769q0 .69-.462 1.152T18.384 19zM14 7.308q.548 0 .928-.38t.38-.928t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.928t.928.38m0 8.769q1.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.591M14.5 22H6.616q-.691 0-1.153-.462T5 20.385V6.5q0-.213.143-.357T5.5 6t.357.143T6 6.5v13.885q0 .269.173.442t.443.173H14.5q.214 0 .357.143T15 21.5t-.143.357T14.5 22M9 3v15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpeakerGroupOutlineRounded(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.616 18h8.769q.269 0 .442-.173t.173-.442V3.615q0-.269-.173-.442T18.385 3h-8.77q-.269 0-.442.173T9 3.616v13.769q0 .269.173.442t.443.173m0 1q-.691 0-1.153-.463T8 17.385V3.614q0-.69.463-1.152T9.616 2h8.769q.69 0 1.152.463T20 3.616v13.769q0 .69-.462 1.152T18.384 19zM14 7.308q.548 0 .928-.38t.38-.928t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.928t.928.38m0 8.769q1.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.591M14.5 22H6.616q-.691 0-1.153-.462T5 20.385V6.5q0-.213.143-.357T5.5 6t.357.143T6 6.5v13.885q0 .269.173.442t.443.173H14.5q.214 0 .357.143T15 21.5t-.143.357T14.5 22M9 3v15z"/></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.616 18h8.769q.269 0 .442-.173t.173-.442V3.615q0-.269-.173-.442T18.385 3h-8.77q-.269 0-.442.173T9 3.616v13.769q0 .269.173.442t.443.173m0 1q-.691 0-1.153-.463T8 17.385V3.614q0-.69.463-1.152T9.616 2h8.769q.69 0 1.152.463T20 3.616v13.769q0 .69-.462 1.152T18.384 19zM14 7.308q.548 0 .928-.38t.38-.928t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.928t.928.38m0 8.769q1.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.591M14.5 22H6.616q-.691 0-1.153-.462T5 20.385V6.5q0-.213.143-.357T5.5 6t.357.143T6 6.5v13.885q0 .269.173.442t.443.173H14.5q.214 0 .357.143T15 21.5t-.143.357T14.5 22M9 3v15z"/></svg>
</template>

CSS

.icon-speaker-group-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%22M9.616%2018h8.769q.269%200%20.442-.173t.173-.442V3.615q0-.269-.173-.442T18.385%203h-8.77q-.269%200-.442.173T9%203.616v13.769q0%20.269.173.442t.443.173m0%201q-.691%200-1.153-.463T8%2017.385V3.614q0-.69.463-1.152T9.616%202h8.769q.69%200%201.152.463T20%203.616v13.769q0%20.69-.462%201.152T18.384%2019zM14%207.308q.548%200%20.928-.38t.38-.928t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.928t.928.38m0%208.769q1.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.591M14.5%2022H6.616q-.691%200-1.153-.462T5%2020.385V6.5q0-.213.143-.357T5.5%206t.357.143T6%206.5v13.885q0%20.269.173.442t.443.173H14.5q.214%200%20.357.143T15%2021.5t-.143.357T14.5%2022M9%203v15z%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.616%2018h8.769q.269%200%20.442-.173t.173-.442V3.615q0-.269-.173-.442T18.385%203h-8.77q-.269%200-.442.173T9%203.616v13.769q0%20.269.173.442t.443.173m0%201q-.691%200-1.153-.463T8%2017.385V3.614q0-.69.463-1.152T9.616%202h8.769q.69%200%201.152.463T20%203.616v13.769q0%20.69-.462%201.152T18.384%2019zM14%207.308q.548%200%20.928-.38t.38-.928t-.38-.928t-.928-.38t-.928.38t-.38.928t.38.928t.928.38m0%208.769q1.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.591M14.5%2022H6.616q-.691%200-1.153-.462T5%2020.385V6.5q0-.213.143-.357T5.5%206t.357.143T6%206.5v13.885q0%20.269.173.442t.443.173H14.5q.214%200%20.357.143T15%2021.5t-.143.357T14.5%2022M9%203v15z%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-outline-rounded.svg?color=%231a73e8&size=48