home-speaker-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
home-speaker-outline
Set
Material Symbols
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
home-speaker-outline-rounded, home-speaker-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the home 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.575 21Q7.75 21 6.55 19.638t-.95-3.163l1.375-10.3q.05-.275.213-.487t.412-.313l7.9-3.15q.45-.2.875.063t.475.762l1.6 13.475q.2 1.8-.975 3.138T14.5 21zm0-2H14.5q.9 0 1.5-.675t.475-1.575L16.15 14H7.975L7.6 16.725q-.125.9.475 1.588t1.5.687M8.9 7.025L8.225 12H15.9l-.875-7.45zM12.05 14v-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHomeSpeakerOutline(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.575 21Q7.75 21 6.55 19.638t-.95-3.163l1.375-10.3q.05-.275.213-.487t.412-.313l7.9-3.15q.45-.2.875.063t.475.762l1.6 13.475q.2 1.8-.975 3.138T14.5 21zm0-2H14.5q.9 0 1.5-.675t.475-1.575L16.15 14H7.975L7.6 16.725q-.125.9.475 1.588t1.5.687M8.9 7.025L8.225 12H15.9l-.875-7.45zM12.05 14v-2z"/></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.575 21Q7.75 21 6.55 19.638t-.95-3.163l1.375-10.3q.05-.275.213-.487t.412-.313l7.9-3.15q.45-.2.875.063t.475.762l1.6 13.475q.2 1.8-.975 3.138T14.5 21zm0-2H14.5q.9 0 1.5-.675t.475-1.575L16.15 14H7.975L7.6 16.725q-.125.9.475 1.588t1.5.687M8.9 7.025L8.225 12H15.9l-.875-7.45zM12.05 14v-2z"/></svg>
</template>

CSS

.icon-home-speaker-outline {
  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.575%2021Q7.75%2021%206.55%2019.638t-.95-3.163l1.375-10.3q.05-.275.213-.487t.412-.313l7.9-3.15q.45-.2.875.063t.475.762l1.6%2013.475q.2%201.8-.975%203.138T14.5%2021zm0-2H14.5q.9%200%201.5-.675t.475-1.575L16.15%2014H7.975L7.6%2016.725q-.125.9.475%201.588t1.5.687M8.9%207.025L8.225%2012H15.9l-.875-7.45zM12.05%2014v-2z%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.575%2021Q7.75%2021%206.55%2019.638t-.95-3.163l1.375-10.3q.05-.275.213-.487t.412-.313l7.9-3.15q.45-.2.875.063t.475.762l1.6%2013.475q.2%201.8-.975%203.138T14.5%2021zm0-2H14.5q.9%200%201.5-.675t.475-1.575L16.15%2014H7.975L7.6%2016.725q-.125.9.475%201.588t1.5.687M8.9%207.025L8.225%2012H15.9l-.875-7.45zM12.05%2014v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Home Speaker outline icon — Material Symbols · IconsDB