smart home icon
smart-home-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- smart-home-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All smart home icons →More ui icons from Reicon
Use the smart home icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.485 12.25a.75.75 0 0 1 .75-.75c5.39 0 9.758 4.365 9.758 9.75a.75.75 0 0 1-1.501 0c0-4.556-3.697-8.25-8.257-8.25a.75.75 0 0 1-.75-.75m.75 2.25a.75.75 0 1 0 0 1.5a5.25 5.25 0 0 1 5.254 5.25a.75.75 0 0 0 1.502 0a6.753 6.753 0 0 0-6.756-6.75m-.75 3.75a.75.75 0 0 1 .75-.75a3.75 3.75 0 0 1 3.753 3.75a.75.75 0 0 1-1.501 0A2.25 2.25 0 0 0 3.235 19a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M2 10.369c.355-.233.78-.369 1.235-.369c6.218 0 11.26 5.037 11.26 11.25c0 .263-.046.515-.129.75c3.527-.001 5.328-.04 6.462-1.212C22 19.576 22 17.626 22 13.725v-1.521c0-2.289 0-3.433-.52-4.381s-1.468-1.537-3.367-2.715L16.11 3.867C14.104 2.622 13.101 2 11.992 2s-2.112.622-4.12 1.867l-2 1.241c-1.9 1.178-2.849 1.766-3.368 2.715c-.358.653-.47 1.398-.504 2.545"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmartHomeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2.485 12.25a.75.75 0 0 1 .75-.75c5.39 0 9.758 4.365 9.758 9.75a.75.75 0 0 1-1.501 0c0-4.556-3.697-8.25-8.257-8.25a.75.75 0 0 1-.75-.75m.75 2.25a.75.75 0 1 0 0 1.5a5.25 5.25 0 0 1 5.254 5.25a.75.75 0 0 0 1.502 0a6.753 6.753 0 0 0-6.756-6.75m-.75 3.75a.75.75 0 0 1 .75-.75a3.75 3.75 0 0 1 3.753 3.75a.75.75 0 0 1-1.501 0A2.25 2.25 0 0 0 3.235 19a.75.75 0 0 1-.75-.75" clipRule="evenodd"/><path d="M2 10.369c.355-.233.78-.369 1.235-.369c6.218 0 11.26 5.037 11.26 11.25c0 .263-.046.515-.129.75c3.527-.001 5.328-.04 6.462-1.212C22 19.576 22 17.626 22 13.725v-1.521c0-2.289 0-3.433-.52-4.381s-1.468-1.537-3.367-2.715L16.11 3.867C14.104 2.622 13.101 2 11.992 2s-2.112.622-4.12 1.867l-2 1.241c-1.9 1.178-2.849 1.766-3.368 2.715c-.358.653-.47 1.398-.504 2.545"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2.485 12.25a.75.75 0 0 1 .75-.75c5.39 0 9.758 4.365 9.758 9.75a.75.75 0 0 1-1.501 0c0-4.556-3.697-8.25-8.257-8.25a.75.75 0 0 1-.75-.75m.75 2.25a.75.75 0 1 0 0 1.5a5.25 5.25 0 0 1 5.254 5.25a.75.75 0 0 0 1.502 0a6.753 6.753 0 0 0-6.756-6.75m-.75 3.75a.75.75 0 0 1 .75-.75a3.75 3.75 0 0 1 3.753 3.75a.75.75 0 0 1-1.501 0A2.25 2.25 0 0 0 3.235 19a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M2 10.369c.355-.233.78-.369 1.235-.369c6.218 0 11.26 5.037 11.26 11.25c0 .263-.046.515-.129.75c3.527-.001 5.328-.04 6.462-1.212C22 19.576 22 17.626 22 13.725v-1.521c0-2.289 0-3.433-.52-4.381s-1.468-1.537-3.367-2.715L16.11 3.867C14.104 2.622 13.101 2 11.992 2s-2.112.622-4.12 1.867l-2 1.241c-1.9 1.178-2.849 1.766-3.368 2.715c-.358.653-.47 1.398-.504 2.545"/></g></svg> </template>
CSS
.icon-smart-home-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.485%2012.25a.75.75%200%200%201%20.75-.75c5.39%200%209.758%204.365%209.758%209.75a.75.75%200%200%201-1.501%200c0-4.556-3.697-8.25-8.257-8.25a.75.75%200%200%201-.75-.75m.75%202.25a.75.75%200%201%200%200%201.5a5.25%205.25%200%200%201%205.254%205.25a.75.75%200%200%200%201.502%200a6.753%206.753%200%200%200-6.756-6.75m-.75%203.75a.75.75%200%200%201%20.75-.75a3.75%203.75%200%200%201%203.753%203.75a.75.75%200%200%201-1.501%200A2.25%202.25%200%200%200%203.235%2019a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%2010.369c.355-.233.78-.369%201.235-.369c6.218%200%2011.26%205.037%2011.26%2011.25c0%20.263-.046.515-.129.75c3.527-.001%205.328-.04%206.462-1.212C22%2019.576%2022%2017.626%2022%2013.725v-1.521c0-2.289%200-3.433-.52-4.381s-1.468-1.537-3.367-2.715L16.11%203.867C14.104%202.622%2013.101%202%2011.992%202s-2.112.622-4.12%201.867l-2%201.241c-1.9%201.178-2.849%201.766-3.368%202.715c-.358.653-.47%201.398-.504%202.545%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.485%2012.25a.75.75%200%200%201%20.75-.75c5.39%200%209.758%204.365%209.758%209.75a.75.75%200%200%201-1.501%200c0-4.556-3.697-8.25-8.257-8.25a.75.75%200%200%201-.75-.75m.75%202.25a.75.75%200%201%200%200%201.5a5.25%205.25%200%200%201%205.254%205.25a.75.75%200%200%200%201.502%200a6.753%206.753%200%200%200-6.756-6.75m-.75%203.75a.75.75%200%200%201%20.75-.75a3.75%203.75%200%200%201%203.753%203.75a.75.75%200%200%201-1.501%200A2.25%202.25%200%200%200%203.235%2019a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%2010.369c.355-.233.78-.369%201.235-.369c6.218%200%2011.26%205.037%2011.26%2011.25c0%20.263-.046.515-.129.75c3.527-.001%205.328-.04%206.462-1.212C22%2019.576%2022%2017.626%2022%2013.725v-1.521c0-2.289%200-3.433-.52-4.381s-1.468-1.537-3.367-2.715L16.11%203.867C14.104%202.622%2013.101%202%2011.992%202s-2.112.622-4.12%201.867l-2%201.241c-1.9%201.178-2.849%201.766-3.368%202.715c-.358.653-.47%201.398-.504%202.545%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/smart-home-filled.svg?color=%231a73e8&size=48