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

Name
home-max-outline
Set
Material Symbols
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
home-max-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the home max icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17h14q.825 0 1.413-.587T21 15V9q0-.825-.587-1.412T19 7H5q-.825 0-1.412.588T3 9v6q0 .825.588 1.413T5 17m2 3v-1H5q-1.65 0-2.825-1.175T1 15V9q0-1.65 1.175-2.825T5 5h14q1.65 0 2.825 1.175T23 9v6q0 1.65-1.175 2.825T19 19h-2v1zm5-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHomeMaxOutline(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="M5 17h14q.825 0 1.413-.587T21 15V9q0-.825-.587-1.412T19 7H5q-.825 0-1.412.588T3 9v6q0 .825.588 1.413T5 17m2 3v-1H5q-1.65 0-2.825-1.175T1 15V9q0-1.65 1.175-2.825T5 5h14q1.65 0 2.825 1.175T23 9v6q0 1.65-1.175 2.825T19 19h-2v1zm5-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 17h14q.825 0 1.413-.587T21 15V9q0-.825-.587-1.412T19 7H5q-.825 0-1.412.588T3 9v6q0 .825.588 1.413T5 17m2 3v-1H5q-1.65 0-2.825-1.175T1 15V9q0-1.65 1.175-2.825T5 5h14q1.65 0 2.825 1.175T23 9v6q0 1.65-1.175 2.825T19 19h-2v1zm5-8"/></svg>
</template>

CSS

.icon-home-max-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%22M5%2017h14q.825%200%201.413-.587T21%2015V9q0-.825-.587-1.412T19%207H5q-.825%200-1.412.588T3%209v6q0%20.825.588%201.413T5%2017m2%203v-1H5q-1.65%200-2.825-1.175T1%2015V9q0-1.65%201.175-2.825T5%205h14q1.65%200%202.825%201.175T23%209v6q0%201.65-1.175%202.825T19%2019h-2v1zm5-8%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%22M5%2017h14q.825%200%201.413-.587T21%2015V9q0-.825-.587-1.412T19%207H5q-.825%200-1.412.588T3%209v6q0%20.825.588%201.413T5%2017m2%203v-1H5q-1.65%200-2.825-1.175T1%2015V9q0-1.65%201.175-2.825T5%205h14q1.65%200%202.825%201.175T23%209v6q0%201.65-1.175%202.825T19%2019h-2v1zm5-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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