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

Name
home-speaker-outline
Set
Material Symbols Light
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 Light

The same icon in other sets

More home icons from Material Symbols Light

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.767 20Q8.25 20 7.3 18.82t-.738-2.71l1.202-9.454q.037-.222.158-.394q.12-.172.333-.26l6.726-2.758q.373-.161.711.043t.389.61l1.369 12.301q.162 1.512-.764 2.657T14.25 20zm0-1h4.483q1.035 0 1.683-.796t.523-1.858l-.327-2.942H7.917l-.375 2.898q-.125 1.067.514 1.883q.638.815 1.711.815M8.727 6.91l-.694 5.494h7.983l-.895-8.162zm3.304 6.494v-1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHomeSpeakerOutline(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.767 20Q8.25 20 7.3 18.82t-.738-2.71l1.202-9.454q.037-.222.158-.394q.12-.172.333-.26l6.726-2.758q.373-.161.711.043t.389.61l1.369 12.301q.162 1.512-.764 2.657T14.25 20zm0-1h4.483q1.035 0 1.683-.796t.523-1.858l-.327-2.942H7.917l-.375 2.898q-.125 1.067.514 1.883q.638.815 1.711.815M8.727 6.91l-.694 5.494h7.983l-.895-8.162zm3.304 6.494v-1z"/></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.767 20Q8.25 20 7.3 18.82t-.738-2.71l1.202-9.454q.037-.222.158-.394q.12-.172.333-.26l6.726-2.758q.373-.161.711.043t.389.61l1.369 12.301q.162 1.512-.764 2.657T14.25 20zm0-1h4.483q1.035 0 1.683-.796t.523-1.858l-.327-2.942H7.917l-.375 2.898q-.125 1.067.514 1.883q.638.815 1.711.815M8.727 6.91l-.694 5.494h7.983l-.895-8.162zm3.304 6.494v-1z"/></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.767%2020Q8.25%2020%207.3%2018.82t-.738-2.71l1.202-9.454q.037-.222.158-.394q.12-.172.333-.26l6.726-2.758q.373-.161.711.043t.389.61l1.369%2012.301q.162%201.512-.764%202.657T14.25%2020zm0-1h4.483q1.035%200%201.683-.796t.523-1.858l-.327-2.942H7.917l-.375%202.898q-.125%201.067.514%201.883q.638.815%201.711.815M8.727%206.91l-.694%205.494h7.983l-.895-8.162zm3.304%206.494v-1z%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.767%2020Q8.25%2020%207.3%2018.82t-.738-2.71l1.202-9.454q.037-.222.158-.394q.12-.172.333-.26l6.726-2.758q.373-.161.711.043t.389.61l1.369%2012.301q.162%201.512-.764%202.657T14.25%2020zm0-1h4.483q1.035%200%201.683-.796t.523-1.858l-.327-2.942H7.917l-.375%202.898q-.125%201.067.514%201.883q.638.815%201.711.815M8.727%206.91l-.694%205.494h7.983l-.895-8.162zm3.304%206.494v-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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