in home mode icon
in-home-mode from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- in-home-mode
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- in-home-mode-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
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.637 21l-3.533-3.538l.708-.714l2.825 2.825l5.675-5.65l.688.714zM5 19V9.452l-2.396 1.779l-.598-.787L12 3l10.02 7.439l-.604.792l-1.033-.754l-5.747 5.733l-2.825-2.844l-4.12 4.146L9.172 19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInHomeMode(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.637 21l-3.533-3.538l.708-.714l2.825 2.825l5.675-5.65l.688.714zM5 19V9.452l-2.396 1.779l-.598-.787L12 3l10.02 7.439l-.604.792l-1.033-.754l-5.747 5.733l-2.825-2.844l-4.12 4.146L9.172 19z"/></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.637 21l-3.533-3.538l.708-.714l2.825 2.825l5.675-5.65l.688.714zM5 19V9.452l-2.396 1.779l-.598-.787L12 3l10.02 7.439l-.604.792l-1.033-.754l-5.747 5.733l-2.825-2.844l-4.12 4.146L9.172 19z"/></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.637%2021l-3.533-3.538l.708-.714l2.825%202.825l5.675-5.65l.688.714zM5%2019V9.452l-2.396%201.779l-.598-.787L12%203l10.02%207.439l-.604.792l-1.033-.754l-5.747%205.733l-2.825-2.844l-4.12%204.146L9.172%2019z%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.637%2021l-3.533-3.538l.708-.714l2.825%202.825l5.675-5.65l.688.714zM5%2019V9.452l-2.396%201.779l-.598-.787L12%203l10.02%207.439l-.604.792l-1.033-.754l-5.747%205.733l-2.825-2.844l-4.12%204.146L9.172%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/in-home-mode.svg?color=%231a73e8&size=48