smart home2 icon
smart-home2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- smart-home2
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the smart home2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.096 4.511c1.057-.63 1.803-1.073 2.428-1.365c.609-.284 1.047-.396 1.476-.396s.867.112 1.476.396c.625.292 1.37.735 2.428 1.365l1.385.825c1.165.694 1.986 1.184 2.59 1.638c.587.443.91.809 1.11 1.225c.199.416.282.894.257 1.626c-.026.75-.16 1.691-.352 3.026l-.28 1.937c-.246 1.714-.422 2.928-.675 3.845c-.247.896-.545 1.415-.977 1.787c-.395.34-.895.552-1.681.675c-.806.127-1.844.15-3.283.154a.75.75 0 1 0 .004 1.5c1.421-.003 2.574-.025 3.512-.172c.957-.15 1.752-.44 2.426-1.02c.743-.64 1.155-1.474 1.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477 6.3 20.78 5.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537s-1.387.2-2.11.537c-.702.327-1.512.81-2.528 1.415l-1.456.867c-1.119.667-2.01 1.198-2.686 1.706C2.523 6.3 2 6.84 1.66 7.551c-.363.755-.445 1.548-.398 2.486a.75.75 0 0 0 1.498-.074c-.04-.811.04-1.323.252-1.764c.2-.416.521-.782 1.11-1.225c.603-.454 1.424-.944 2.589-1.638z"/><path d="M2 12.25a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 10.25 22a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2 12.25"/><path d="M1.25 16a.75.75 0 0 1 .75-.75A6.75 6.75 0 0 1 8.75 22a.75.75 0 0 1-1.5 0c0-2.9-2.35-5.25-5.25-5.25a.75.75 0 0 1-.75-.75"/><path d="M2 18.25a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 4.25 22a.75.75 0 0 0 1.5 0A3.75 3.75 0 0 0 2 18.25"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmartHome2(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 d="M8.096 4.511c1.057-.63 1.803-1.073 2.428-1.365c.609-.284 1.047-.396 1.476-.396s.867.112 1.476.396c.625.292 1.37.735 2.428 1.365l1.385.825c1.165.694 1.986 1.184 2.59 1.638c.587.443.91.809 1.11 1.225c.199.416.282.894.257 1.626c-.026.75-.16 1.691-.352 3.026l-.28 1.937c-.246 1.714-.422 2.928-.675 3.845c-.247.896-.545 1.415-.977 1.787c-.395.34-.895.552-1.681.675c-.806.127-1.844.15-3.283.154a.75.75 0 1 0 .004 1.5c1.421-.003 2.574-.025 3.512-.172c.957-.15 1.752-.44 2.426-1.02c.743-.64 1.155-1.474 1.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477 6.3 20.78 5.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537s-1.387.2-2.11.537c-.702.327-1.512.81-2.528 1.415l-1.456.867c-1.119.667-2.01 1.198-2.686 1.706C2.523 6.3 2 6.84 1.66 7.551c-.363.755-.445 1.548-.398 2.486a.75.75 0 0 0 1.498-.074c-.04-.811.04-1.323.252-1.764c.2-.416.521-.782 1.11-1.225c.603-.454 1.424-.944 2.589-1.638z"/><path d="M2 12.25a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 10.25 22a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2 12.25"/><path d="M1.25 16a.75.75 0 0 1 .75-.75A6.75 6.75 0 0 1 8.75 22a.75.75 0 0 1-1.5 0c0-2.9-2.35-5.25-5.25-5.25a.75.75 0 0 1-.75-.75"/><path d="M2 18.25a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 4.25 22a.75.75 0 0 0 1.5 0A3.75 3.75 0 0 0 2 18.25"/></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 d="M8.096 4.511c1.057-.63 1.803-1.073 2.428-1.365c.609-.284 1.047-.396 1.476-.396s.867.112 1.476.396c.625.292 1.37.735 2.428 1.365l1.385.825c1.165.694 1.986 1.184 2.59 1.638c.587.443.91.809 1.11 1.225c.199.416.282.894.257 1.626c-.026.75-.16 1.691-.352 3.026l-.28 1.937c-.246 1.714-.422 2.928-.675 3.845c-.247.896-.545 1.415-.977 1.787c-.395.34-.895.552-1.681.675c-.806.127-1.844.15-3.283.154a.75.75 0 1 0 .004 1.5c1.421-.003 2.574-.025 3.512-.172c.957-.15 1.752-.44 2.426-1.02c.743-.64 1.155-1.474 1.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477 6.3 20.78 5.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537s-1.387.2-2.11.537c-.702.327-1.512.81-2.528 1.415l-1.456.867c-1.119.667-2.01 1.198-2.686 1.706C2.523 6.3 2 6.84 1.66 7.551c-.363.755-.445 1.548-.398 2.486a.75.75 0 0 0 1.498-.074c-.04-.811.04-1.323.252-1.764c.2-.416.521-.782 1.11-1.225c.603-.454 1.424-.944 2.589-1.638z"/><path d="M2 12.25a.75.75 0 0 0 0 1.5A8.25 8.25 0 0 1 10.25 22a.75.75 0 0 0 1.5 0A9.75 9.75 0 0 0 2 12.25"/><path d="M1.25 16a.75.75 0 0 1 .75-.75A6.75 6.75 0 0 1 8.75 22a.75.75 0 0 1-1.5 0c0-2.9-2.35-5.25-5.25-5.25a.75.75 0 0 1-.75-.75"/><path d="M2 18.25a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 4.25 22a.75.75 0 0 0 1.5 0A3.75 3.75 0 0 0 2 18.25"/></g></svg> </template>
CSS
.icon-smart-home2 {
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%20d%3D%22M8.096%204.511c1.057-.63%201.803-1.073%202.428-1.365c.609-.284%201.047-.396%201.476-.396s.867.112%201.476.396c.625.292%201.37.735%202.428%201.365l1.385.825c1.165.694%201.986%201.184%202.59%201.638c.587.443.91.809%201.11%201.225c.199.416.282.894.257%201.626c-.026.75-.16%201.691-.352%203.026l-.28%201.937c-.246%201.714-.422%202.928-.675%203.845c-.247.896-.545%201.415-.977%201.787c-.395.34-.895.552-1.681.675c-.806.127-1.844.15-3.283.154a.75.75%200%201%200%20.004%201.5c1.421-.003%202.574-.025%203.512-.172c.957-.15%201.752-.44%202.426-1.02c.743-.64%201.155-1.474%201.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477%206.3%2020.78%205.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537s-1.387.2-2.11.537c-.702.327-1.512.81-2.528%201.415l-1.456.867c-1.119.667-2.01%201.198-2.686%201.706C2.523%206.3%202%206.84%201.66%207.551c-.363.755-.445%201.548-.398%202.486a.75.75%200%200%200%201.498-.074c-.04-.811.04-1.323.252-1.764c.2-.416.521-.782%201.11-1.225c.603-.454%201.424-.944%202.589-1.638z%22%2F%3E%3Cpath%20d%3D%22M2%2012.25a.75.75%200%200%200%200%201.5A8.25%208.25%200%200%201%2010.25%2022a.75.75%200%200%200%201.5%200A9.75%209.75%200%200%200%202%2012.25%22%2F%3E%3Cpath%20d%3D%22M1.25%2016a.75.75%200%200%201%20.75-.75A6.75%206.75%200%200%201%208.75%2022a.75.75%200%200%201-1.5%200c0-2.9-2.35-5.25-5.25-5.25a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20d%3D%22M2%2018.25a.75.75%200%200%200%200%201.5A2.25%202.25%200%200%201%204.25%2022a.75.75%200%200%200%201.5%200A3.75%203.75%200%200%200%202%2018.25%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%20d%3D%22M8.096%204.511c1.057-.63%201.803-1.073%202.428-1.365c.609-.284%201.047-.396%201.476-.396s.867.112%201.476.396c.625.292%201.37.735%202.428%201.365l1.385.825c1.165.694%201.986%201.184%202.59%201.638c.587.443.91.809%201.11%201.225c.199.416.282.894.257%201.626c-.026.75-.16%201.691-.352%203.026l-.28%201.937c-.246%201.714-.422%202.928-.675%203.845c-.247.896-.545%201.415-.977%201.787c-.395.34-.895.552-1.681.675c-.806.127-1.844.15-3.283.154a.75.75%200%201%200%20.004%201.5c1.421-.003%202.574-.025%203.512-.172c.957-.15%201.752-.44%202.426-1.02c.743-.64%201.155-1.474%201.445-2.525c.281-1.02.47-2.328.707-3.978l.292-2.032c.185-1.282.332-2.305.36-3.146c.03-.87-.062-1.614-.403-2.325S21.477%206.3%2020.78%205.775c-.675-.508-1.567-1.039-2.686-1.706l-1.456-.867c-1.016-.605-1.826-1.088-2.527-1.415c-.724-.338-1.386-.537-2.111-.537s-1.387.2-2.11.537c-.702.327-1.512.81-2.528%201.415l-1.456.867c-1.119.667-2.01%201.198-2.686%201.706C2.523%206.3%202%206.84%201.66%207.551c-.363.755-.445%201.548-.398%202.486a.75.75%200%200%200%201.498-.074c-.04-.811.04-1.323.252-1.764c.2-.416.521-.782%201.11-1.225c.603-.454%201.424-.944%202.589-1.638z%22%2F%3E%3Cpath%20d%3D%22M2%2012.25a.75.75%200%200%200%200%201.5A8.25%208.25%200%200%201%2010.25%2022a.75.75%200%200%200%201.5%200A9.75%209.75%200%200%200%202%2012.25%22%2F%3E%3Cpath%20d%3D%22M1.25%2016a.75.75%200%200%201%20.75-.75A6.75%206.75%200%200%201%208.75%2022a.75.75%200%200%201-1.5%200c0-2.9-2.35-5.25-5.25-5.25a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20d%3D%22M2%2018.25a.75.75%200%200%200%200%201.5A2.25%202.25%200%200%201%204.25%2022a.75.75%200%200%200%201.5%200A3.75%203.75%200%200%200%202%2018.25%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-home2.svg?color=%231a73e8&size=48