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

Name
in-home-mode
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
in-home-mode-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="M14.925 22L10.7 17.75l1.4-1.425l2.825 2.825L20.6 13.5l1.4 1.425zM4 20v-9.375L2.2 12l-1.175-1.575L12 2l11 8.4l-1.2 1.6l-1.475-1.1l-5.4 5.425L12.1 13.5l-4.275 4.3L10 20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInHomeMode(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="M14.925 22L10.7 17.75l1.4-1.425l2.825 2.825L20.6 13.5l1.4 1.425zM4 20v-9.375L2.2 12l-1.175-1.575L12 2l11 8.4l-1.2 1.6l-1.475-1.1l-5.4 5.425L12.1 13.5l-4.275 4.3L10 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.925 22L10.7 17.75l1.4-1.425l2.825 2.825L20.6 13.5l1.4 1.425zM4 20v-9.375L2.2 12l-1.175-1.575L12 2l11 8.4l-1.2 1.6l-1.475-1.1l-5.4 5.425L12.1 13.5l-4.275 4.3L10 20z"/></svg>
</template>

CSS

.icon-in-home-mode {
  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%22M14.925%2022L10.7%2017.75l1.4-1.425l2.825%202.825L20.6%2013.5l1.4%201.425zM4%2020v-9.375L2.2%2012l-1.175-1.575L12%202l11%208.4l-1.2%201.6l-1.475-1.1l-5.4%205.425L12.1%2013.5l-4.275%204.3L10%2020z%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%22M14.925%2022L10.7%2017.75l1.4-1.425l2.825%202.825L20.6%2013.5l1.4%201.425zM4%2020v-9.375L2.2%2012l-1.175-1.575L12%202l11%208.4l-1.2%201.6l-1.475-1.1l-5.4%205.425L12.1%2013.5l-4.275%204.3L10%2020z%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.svg?color=%231a73e8&size=48