smart home2 icon
smart-home2-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- smart-home2-duotone
- Set
- Reicon
- Style
- Duotone
- 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="M13.106 22h-2.212c-3.447 0-5.17 0-6.345-1.012s-1.419-2.705-1.906-6.093l-.279-1.937c-.38-2.637-.57-3.956-.029-5.083s1.691-1.813 3.992-3.183l1.385-.825C9.8 2.622 10.846 2 12 2s2.199.622 4.288 1.867l1.385.825c2.3 1.37 3.451 2.056 3.992 3.183s.35 2.446-.03 5.083l-.278 1.937c-.487 3.388-.731 5.081-1.906 6.093S16.553 22 13.106 22" opacity=".5"/><path d="M2 12.25a.75.75 0 0 1 .75-.75a9.75 9.75 0 0 1 9.75 9.75a.75.75 0 0 1-1.5 0A8.25 8.25 0 0 0 2.75 13a.75.75 0 0 1-.75-.75"/><path d="M2 15.25a.75.75 0 0 1 .75-.75a6.75 6.75 0 0 1 6.75 6.75a.75.75 0 0 1-1.5 0C8 18.35 5.65 16 2.75 16a.75.75 0 0 1-.75-.75"/><path d="M2.75 17.5a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 5 21.25a.75.75 0 0 0 1.5 0a3.75 3.75 0 0 0-3.75-3.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmartHome2Duotone(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="M13.106 22h-2.212c-3.447 0-5.17 0-6.345-1.012s-1.419-2.705-1.906-6.093l-.279-1.937c-.38-2.637-.57-3.956-.029-5.083s1.691-1.813 3.992-3.183l1.385-.825C9.8 2.622 10.846 2 12 2s2.199.622 4.288 1.867l1.385.825c2.3 1.37 3.451 2.056 3.992 3.183s.35 2.446-.03 5.083l-.278 1.937c-.487 3.388-.731 5.081-1.906 6.093S16.553 22 13.106 22" opacity=".5"/><path d="M2 12.25a.75.75 0 0 1 .75-.75a9.75 9.75 0 0 1 9.75 9.75a.75.75 0 0 1-1.5 0A8.25 8.25 0 0 0 2.75 13a.75.75 0 0 1-.75-.75"/><path d="M2 15.25a.75.75 0 0 1 .75-.75a6.75 6.75 0 0 1 6.75 6.75a.75.75 0 0 1-1.5 0C8 18.35 5.65 16 2.75 16a.75.75 0 0 1-.75-.75"/><path d="M2.75 17.5a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 5 21.25a.75.75 0 0 0 1.5 0a3.75 3.75 0 0 0-3.75-3.75"/></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="M13.106 22h-2.212c-3.447 0-5.17 0-6.345-1.012s-1.419-2.705-1.906-6.093l-.279-1.937c-.38-2.637-.57-3.956-.029-5.083s1.691-1.813 3.992-3.183l1.385-.825C9.8 2.622 10.846 2 12 2s2.199.622 4.288 1.867l1.385.825c2.3 1.37 3.451 2.056 3.992 3.183s.35 2.446-.03 5.083l-.278 1.937c-.487 3.388-.731 5.081-1.906 6.093S16.553 22 13.106 22" opacity=".5"/><path d="M2 12.25a.75.75 0 0 1 .75-.75a9.75 9.75 0 0 1 9.75 9.75a.75.75 0 0 1-1.5 0A8.25 8.25 0 0 0 2.75 13a.75.75 0 0 1-.75-.75"/><path d="M2 15.25a.75.75 0 0 1 .75-.75a6.75 6.75 0 0 1 6.75 6.75a.75.75 0 0 1-1.5 0C8 18.35 5.65 16 2.75 16a.75.75 0 0 1-.75-.75"/><path d="M2.75 17.5a.75.75 0 0 0 0 1.5A2.25 2.25 0 0 1 5 21.25a.75.75 0 0 0 1.5 0a3.75 3.75 0 0 0-3.75-3.75"/></g></svg> </template>
CSS
.icon-smart-home2-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%22M13.106%2022h-2.212c-3.447%200-5.17%200-6.345-1.012s-1.419-2.705-1.906-6.093l-.279-1.937c-.38-2.637-.57-3.956-.029-5.083s1.691-1.813%203.992-3.183l1.385-.825C9.8%202.622%2010.846%202%2012%202s2.199.622%204.288%201.867l1.385.825c2.3%201.37%203.451%202.056%203.992%203.183s.35%202.446-.03%205.083l-.278%201.937c-.487%203.388-.731%205.081-1.906%206.093S16.553%2022%2013.106%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2012.25a.75.75%200%200%201%20.75-.75a9.75%209.75%200%200%201%209.75%209.75a.75.75%200%200%201-1.5%200A8.25%208.25%200%200%200%202.75%2013a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20d%3D%22M2%2015.25a.75.75%200%200%201%20.75-.75a6.75%206.75%200%200%201%206.75%206.75a.75.75%200%200%201-1.5%200C8%2018.35%205.65%2016%202.75%2016a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20d%3D%22M2.75%2017.5a.75.75%200%200%200%200%201.5A2.25%202.25%200%200%201%205%2021.25a.75.75%200%200%200%201.5%200a3.75%203.75%200%200%200-3.75-3.75%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%22M13.106%2022h-2.212c-3.447%200-5.17%200-6.345-1.012s-1.419-2.705-1.906-6.093l-.279-1.937c-.38-2.637-.57-3.956-.029-5.083s1.691-1.813%203.992-3.183l1.385-.825C9.8%202.622%2010.846%202%2012%202s2.199.622%204.288%201.867l1.385.825c2.3%201.37%203.451%202.056%203.992%203.183s.35%202.446-.03%205.083l-.278%201.937c-.487%203.388-.731%205.081-1.906%206.093S16.553%2022%2013.106%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2012.25a.75.75%200%200%201%20.75-.75a9.75%209.75%200%200%201%209.75%209.75a.75.75%200%200%201-1.5%200A8.25%208.25%200%200%200%202.75%2013a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20d%3D%22M2%2015.25a.75.75%200%200%201%20.75-.75a6.75%206.75%200%200%201%206.75%206.75a.75.75%200%200%201-1.5%200C8%2018.35%205.65%2016%202.75%2016a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20d%3D%22M2.75%2017.5a.75.75%200%200%200%200%201.5A2.25%202.25%200%200%201%205%2021.25a.75.75%200%200%200%201.5%200a3.75%203.75%200%200%200-3.75-3.75%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-duotone.svg?color=%231a73e8&size=48