in home mode icon
in-home-mode-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- in-home-mode-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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 19.573l5.315-5.296q.146-.146.347-.143t.347.149t.146.354t-.146.353l-5.444 5.439q-.13.13-.267.177t-.298.046t-.298-.046t-.268-.177l-2.613-2.613q-.146-.147-.146-.345t.146-.363t.354-.156t.354.156zM6.616 19q-.672 0-1.144-.472T5 17.385V9.452l-2 1.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.243t.512-.08q.248 0 .503.08q.255.081.472.242l8.648 6.433q.171.135.195.323t-.116.366q-.135.17-.32.195t-.363-.091l-.636-.462l-5.747 5.733l-.752-.771q-.855-.862-2.073-.852t-2.073.87q-.72.722-.811 1.724q-.09 1.002.42 1.819z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInHomeModeRounded(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 19.573l5.315-5.296q.146-.146.347-.143t.347.149t.146.354t-.146.353l-5.444 5.439q-.13.13-.267.177t-.298.046t-.298-.046t-.268-.177l-2.613-2.613q-.146-.147-.146-.345t.146-.363t.354-.156t.354.156zM6.616 19q-.672 0-1.144-.472T5 17.385V9.452l-2 1.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.243t.512-.08q.248 0 .503.08q.255.081.472.242l8.648 6.433q.171.135.195.323t-.116.366q-.135.17-.32.195t-.363-.091l-.636-.462l-5.747 5.733l-.752-.771q-.855-.862-2.073-.852t-2.073.87q-.72.722-.811 1.724q-.09 1.002.42 1.819z"/></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 19.573l5.315-5.296q.146-.146.347-.143t.347.149t.146.354t-.146.353l-5.444 5.439q-.13.13-.267.177t-.298.046t-.298-.046t-.268-.177l-2.613-2.613q-.146-.147-.146-.345t.146-.363t.354-.156t.354.156zM6.616 19q-.672 0-1.144-.472T5 17.385V9.452l-2 1.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.243t.512-.08q.248 0 .503.08q.255.081.472.242l8.648 6.433q.171.135.195.323t-.116.366q-.135.17-.32.195t-.363-.091l-.636-.462l-5.747 5.733l-.752-.771q-.855-.862-2.073-.852t-2.073.87q-.72.722-.811 1.724q-.09 1.002.42 1.819z"/></svg> </template>
CSS
.icon-in-home-mode-rounded {
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%2019.573l5.315-5.296q.146-.146.347-.143t.347.149t.146.354t-.146.353l-5.444%205.439q-.13.13-.267.177t-.298.046t-.298-.046t-.268-.177l-2.613-2.613q-.146-.147-.146-.345t.146-.363t.354-.156t.354.156zM6.616%2019q-.672%200-1.144-.472T5%2017.385V9.452l-2%201.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.243t.512-.08q.248%200%20.503.08q.255.081.472.242l8.648%206.433q.171.135.195.323t-.116.366q-.135.17-.32.195t-.363-.091l-.636-.462l-5.747%205.733l-.752-.771q-.855-.862-2.073-.852t-2.073.87q-.72.722-.811%201.724q-.09%201.002.42%201.819z%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%2019.573l5.315-5.296q.146-.146.347-.143t.347.149t.146.354t-.146.353l-5.444%205.439q-.13.13-.267.177t-.298.046t-.298-.046t-.268-.177l-2.613-2.613q-.146-.147-.146-.345t.146-.363t.354-.156t.354.156zM6.616%2019q-.672%200-1.144-.472T5%2017.385V9.452l-2%201.486q-.171.116-.363.095q-.19-.022-.325-.199q-.135-.17-.111-.359t.195-.323l8.629-6.438q.217-.162.463-.243t.512-.08q.248%200%20.503.08q.255.081.472.242l8.648%206.433q.171.135.195.323t-.116.366q-.135.17-.32.195t-.363-.091l-.636-.462l-5.747%205.733l-.752-.771q-.855-.862-2.073-.852t-2.073.87q-.72.722-.811%201.724q-.09%201.002.42%201.819z%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-rounded.svg?color=%231a73e8&size=48