smart home icon
smart-home-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- smart-home-duotone
- Set
- Reicon
- Style
- Duotone
- 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 d="M14 22h-4c-3.771 0-5.657 0-6.828-1.212S2 17.626 2 13.725v-1.521c0-2.289 0-3.433.52-4.381c.518-.949 1.467-1.537 3.364-2.715l2-1.241C9.889 2.622 10.892 2 12 2s2.11.622 4.116 1.867l2 1.241c1.897 1.178 2.846 1.766 3.365 2.715S22 9.915 22 12.203v1.522c0 3.9 0 5.851-1.172 7.063S17.771 22 14 22" opacity=".5"/><path fill-rule="evenodd" d="M2 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.5 0c0-4.556-3.697-8.25-8.257-8.25A.75.75 0 0 1 2 12.25m.75 2.25a.75.75 0 1 0 0 1.5a5.25 5.25 0 0 1 5.255 5.25a.75.75 0 0 0 1.5 0a6.753 6.753 0 0 0-6.754-6.75M2 18.25a.75.75 0 0 1 .75-.75a3.75 3.75 0 0 1 3.754 3.75a.75.75 0 0 1-1.502 0A2.25 2.25 0 0 0 2.751 19A.75.75 0 0 1 2 18.25" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmartHomeDuotone(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="M14 22h-4c-3.771 0-5.657 0-6.828-1.212S2 17.626 2 13.725v-1.521c0-2.289 0-3.433.52-4.381c.518-.949 1.467-1.537 3.364-2.715l2-1.241C9.889 2.622 10.892 2 12 2s2.11.622 4.116 1.867l2 1.241c1.897 1.178 2.846 1.766 3.365 2.715S22 9.915 22 12.203v1.522c0 3.9 0 5.851-1.172 7.063S17.771 22 14 22" opacity=".5"/><path fillRule="evenodd" d="M2 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.5 0c0-4.556-3.697-8.25-8.257-8.25A.75.75 0 0 1 2 12.25m.75 2.25a.75.75 0 1 0 0 1.5a5.25 5.25 0 0 1 5.255 5.25a.75.75 0 0 0 1.5 0a6.753 6.753 0 0 0-6.754-6.75M2 18.25a.75.75 0 0 1 .75-.75a3.75 3.75 0 0 1 3.754 3.75a.75.75 0 0 1-1.502 0A2.25 2.25 0 0 0 2.751 19A.75.75 0 0 1 2 18.25" clipRule="evenodd"/></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="M14 22h-4c-3.771 0-5.657 0-6.828-1.212S2 17.626 2 13.725v-1.521c0-2.289 0-3.433.52-4.381c.518-.949 1.467-1.537 3.364-2.715l2-1.241C9.889 2.622 10.892 2 12 2s2.11.622 4.116 1.867l2 1.241c1.897 1.178 2.846 1.766 3.365 2.715S22 9.915 22 12.203v1.522c0 3.9 0 5.851-1.172 7.063S17.771 22 14 22" opacity=".5"/><path fill-rule="evenodd" d="M2 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.5 0c0-4.556-3.697-8.25-8.257-8.25A.75.75 0 0 1 2 12.25m.75 2.25a.75.75 0 1 0 0 1.5a5.25 5.25 0 0 1 5.255 5.25a.75.75 0 0 0 1.5 0a6.753 6.753 0 0 0-6.754-6.75M2 18.25a.75.75 0 0 1 .75-.75a3.75 3.75 0 0 1 3.754 3.75a.75.75 0 0 1-1.502 0A2.25 2.25 0 0 0 2.751 19A.75.75 0 0 1 2 18.25" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-smart-home-duotone {
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%22M14%2022h-4c-3.771%200-5.657%200-6.828-1.212S2%2017.626%202%2013.725v-1.521c0-2.289%200-3.433.52-4.381c.518-.949%201.467-1.537%203.364-2.715l2-1.241C9.889%202.622%2010.892%202%2012%202s2.11.622%204.116%201.867l2%201.241c1.897%201.178%202.846%201.766%203.365%202.715S22%209.915%2022%2012.203v1.522c0%203.9%200%205.851-1.172%207.063S17.771%2022%2014%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%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.5%200c0-4.556-3.697-8.25-8.257-8.25A.75.75%200%200%201%202%2012.25m.75%202.25a.75.75%200%201%200%200%201.5a5.25%205.25%200%200%201%205.255%205.25a.75.75%200%200%200%201.5%200a6.753%206.753%200%200%200-6.754-6.75M2%2018.25a.75.75%200%200%201%20.75-.75a3.75%203.75%200%200%201%203.754%203.75a.75.75%200%200%201-1.502%200A2.25%202.25%200%200%200%202.751%2019A.75.75%200%200%201%202%2018.25%22%20clip-rule%3D%22evenodd%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%22M14%2022h-4c-3.771%200-5.657%200-6.828-1.212S2%2017.626%202%2013.725v-1.521c0-2.289%200-3.433.52-4.381c.518-.949%201.467-1.537%203.364-2.715l2-1.241C9.889%202.622%2010.892%202%2012%202s2.11.622%204.116%201.867l2%201.241c1.897%201.178%202.846%201.766%203.365%202.715S22%209.915%2022%2012.203v1.522c0%203.9%200%205.851-1.172%207.063S17.771%2022%2014%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%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.5%200c0-4.556-3.697-8.25-8.257-8.25A.75.75%200%200%201%202%2012.25m.75%202.25a.75.75%200%201%200%200%201.5a5.25%205.25%200%200%201%205.255%205.25a.75.75%200%200%200%201.5%200a6.753%206.753%200%200%200-6.754-6.75M2%2018.25a.75.75%200%200%201%20.75-.75a3.75%203.75%200%200%201%203.754%203.75a.75.75%200%200%201-1.502%200A2.25%202.25%200%200%200%202.751%2019A.75.75%200%200%201%202%2018.25%22%20clip-rule%3D%22evenodd%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-duotone.svg?color=%231a73e8&size=48