home-sound-out from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
home-sound-out
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the home sound out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.404 7.012C2.474 4.395 4.454 2.416 7 2.416V1C3.535.931.848 3.618.99 7.011zM7 5.385V3.971c-1.768.07-3.04 1.344-3.04 3.04h1.414A1.95 1.95 0 0 1 7 5.386m10-2.97c2.546 0 4.526 1.98 4.596 4.597h1.414C23.152 3.618 20.465.93 17 1.002zm0 1.556v1.414a1.95 1.95 0 0 1 1.626 1.627h1.415c0-1.697-1.273-2.97-3.041-3.04M19 20v-8h3L12 3L2 12h3v8z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHomeSoundOut(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="M2.404 7.012C2.474 4.395 4.454 2.416 7 2.416V1C3.535.931.848 3.618.99 7.011zM7 5.385V3.971c-1.768.07-3.04 1.344-3.04 3.04h1.414A1.95 1.95 0 0 1 7 5.386m10-2.97c2.546 0 4.526 1.98 4.596 4.597h1.414C23.152 3.618 20.465.93 17 1.002zm0 1.556v1.414a1.95 1.95 0 0 1 1.626 1.627h1.415c0-1.697-1.273-2.97-3.041-3.04M19 20v-8h3L12 3L2 12h3v8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.404 7.012C2.474 4.395 4.454 2.416 7 2.416V1C3.535.931.848 3.618.99 7.011zM7 5.385V3.971c-1.768.07-3.04 1.344-3.04 3.04h1.414A1.95 1.95 0 0 1 7 5.386m10-2.97c2.546 0 4.526 1.98 4.596 4.597h1.414C23.152 3.618 20.465.93 17 1.002zm0 1.556v1.414a1.95 1.95 0 0 1 1.626 1.627h1.415c0-1.697-1.273-2.97-3.041-3.04M19 20v-8h3L12 3L2 12h3v8z"/></svg>
</template>

CSS

.icon-home-sound-out {
  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%22M2.404%207.012C2.474%204.395%204.454%202.416%207%202.416V1C3.535.931.848%203.618.99%207.011zM7%205.385V3.971c-1.768.07-3.04%201.344-3.04%203.04h1.414A1.95%201.95%200%200%201%207%205.386m10-2.97c2.546%200%204.526%201.98%204.596%204.597h1.414C23.152%203.618%2020.465.93%2017%201.002zm0%201.556v1.414a1.95%201.95%200%200%201%201.626%201.627h1.415c0-1.697-1.273-2.97-3.041-3.04M19%2020v-8h3L12%203L2%2012h3v8z%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%22M2.404%207.012C2.474%204.395%204.454%202.416%207%202.416V1C3.535.931.848%203.618.99%207.011zM7%205.385V3.971c-1.768.07-3.04%201.344-3.04%203.04h1.414A1.95%201.95%200%200%201%207%205.386m10-2.97c2.546%200%204.526%201.98%204.596%204.597h1.414C23.152%203.618%2020.465.93%2017%201.002zm0%201.556v1.414a1.95%201.95%200%200%201%201.626%201.627h1.415c0-1.697-1.273-2.97-3.041-3.04M19%2020v-8h3L12%203L2%2012h3v8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/home-sound-out.svg?color=%231a73e8&size=48