smart home icon
smart-home-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- smart-home-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.0001 22C17.7713 22 19.657 22 20.8285 20.7881C22.0001 19.5763 22.0001 17.6258 22.0001 13.725V12.2039C22.0001 9.91549 22.0001 8.77128 21.4809 7.82274C20.9617 6.87421 20.0132 6.28551 18.1161 5.10812L16.1161 3.86687C14.1107 2.62229 13.108 2 12.0001 2C10.8922 2 9.8895 2.62229 7.88414 3.86687L5.88415 5.10813C3.98706 6.28551 3.03851 6.87421 2.51931 7.82274C2.20174 8.40293 2.07841 9.05632 2.03052 10" opacity=".5"/><path d="M11 22C11 17.0294 6.97056 13 2 13"/><path d="M8 22C8 18.6863 5.31371 16 2 16"/><path d="M5 22C5 20.3431 3.65685 19 2 19"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSmartHomeLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M14.0001 22C17.7713 22 19.657 22 20.8285 20.7881C22.0001 19.5763 22.0001 17.6258 22.0001 13.725V12.2039C22.0001 9.91549 22.0001 8.77128 21.4809 7.82274C20.9617 6.87421 20.0132 6.28551 18.1161 5.10812L16.1161 3.86687C14.1107 2.62229 13.108 2 12.0001 2C10.8922 2 9.8895 2.62229 7.88414 3.86687L5.88415 5.10813C3.98706 6.28551 3.03851 6.87421 2.51931 7.82274C2.20174 8.40293 2.07841 9.05632 2.03052 10" opacity=".5"/><path d="M11 22C11 17.0294 6.97056 13 2 13"/><path d="M8 22C8 18.6863 5.31371 16 2 16"/><path d="M5 22C5 20.3431 3.65685 19 2 19"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M14.0001 22C17.7713 22 19.657 22 20.8285 20.7881C22.0001 19.5763 22.0001 17.6258 22.0001 13.725V12.2039C22.0001 9.91549 22.0001 8.77128 21.4809 7.82274C20.9617 6.87421 20.0132 6.28551 18.1161 5.10812L16.1161 3.86687C14.1107 2.62229 13.108 2 12.0001 2C10.8922 2 9.8895 2.62229 7.88414 3.86687L5.88415 5.10813C3.98706 6.28551 3.03851 6.87421 2.51931 7.82274C2.20174 8.40293 2.07841 9.05632 2.03052 10" opacity=".5"/><path d="M11 22C11 17.0294 6.97056 13 2 13"/><path d="M8 22C8 18.6863 5.31371 16 2 16"/><path d="M5 22C5 20.3431 3.65685 19 2 19"/></g></svg> </template>
CSS
.icon-smart-home-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.0001%2022C17.7713%2022%2019.657%2022%2020.8285%2020.7881C22.0001%2019.5763%2022.0001%2017.6258%2022.0001%2013.725V12.2039C22.0001%209.91549%2022.0001%208.77128%2021.4809%207.82274C20.9617%206.87421%2020.0132%206.28551%2018.1161%205.10812L16.1161%203.86687C14.1107%202.62229%2013.108%202%2012.0001%202C10.8922%202%209.8895%202.62229%207.88414%203.86687L5.88415%205.10813C3.98706%206.28551%203.03851%206.87421%202.51931%207.82274C2.20174%208.40293%202.07841%209.05632%202.03052%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11%2022C11%2017.0294%206.97056%2013%202%2013%22%2F%3E%3Cpath%20d%3D%22M8%2022C8%2018.6863%205.31371%2016%202%2016%22%2F%3E%3Cpath%20d%3D%22M5%2022C5%2020.3431%203.65685%2019%202%2019%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.0001%2022C17.7713%2022%2019.657%2022%2020.8285%2020.7881C22.0001%2019.5763%2022.0001%2017.6258%2022.0001%2013.725V12.2039C22.0001%209.91549%2022.0001%208.77128%2021.4809%207.82274C20.9617%206.87421%2020.0132%206.28551%2018.1161%205.10812L16.1161%203.86687C14.1107%202.62229%2013.108%202%2012.0001%202C10.8922%202%209.8895%202.62229%207.88414%203.86687L5.88415%205.10813C3.98706%206.28551%203.03851%206.87421%202.51931%207.82274C2.20174%208.40293%202.07841%209.05632%202.03052%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11%2022C11%2017.0294%206.97056%2013%202%2013%22%2F%3E%3Cpath%20d%3D%22M8%2022C8%2018.6863%205.31371%2016%202%2016%22%2F%3E%3Cpath%20d%3D%22M5%2022C5%2020.3431%203.65685%2019%202%2019%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/smart-home-line-duotone.svg?color=%231a73e8&size=48