in-home-mode-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
in-home-mode-outline
Set
Material Symbols
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
in-home-mode-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the in home mode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-9.375L2.2 12l-1.175-1.575L12 2l11 8.4l-1.2 1.6L12 4.5L6 9.1V18h3v2zm10.925 2L10.7 17.75l1.4-1.425l2.825 2.825L20.6 13.5l1.4 1.425z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInHomeModeOutline(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="M4 20v-9.375L2.2 12l-1.175-1.575L12 2l11 8.4l-1.2 1.6L12 4.5L6 9.1V18h3v2zm10.925 2L10.7 17.75l1.4-1.425l2.825 2.825L20.6 13.5l1.4 1.425z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-9.375L2.2 12l-1.175-1.575L12 2l11 8.4l-1.2 1.6L12 4.5L6 9.1V18h3v2zm10.925 2L10.7 17.75l1.4-1.425l2.825 2.825L20.6 13.5l1.4 1.425z"/></svg>
</template>

CSS

.icon-in-home-mode-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%22M4%2020v-9.375L2.2%2012l-1.175-1.575L12%202l11%208.4l-1.2%201.6L12%204.5L6%209.1V18h3v2zm10.925%202L10.7%2017.75l1.4-1.425l2.825%202.825L20.6%2013.5l1.4%201.425z%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%22M4%2020v-9.375L2.2%2012l-1.175-1.575L12%202l11%208.4l-1.2%201.6L12%204.5L6%209.1V18h3v2zm10.925%202L10.7%2017.75l1.4-1.425l2.825%202.825L20.6%2013.5l1.4%201.425z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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