smart home icon
smart-home-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.
- Name
- smart-home-linear
- Set
- Solar
- Style
- Linear
- 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="M13.9999 22C17.7711 22 19.6567 22 20.8283 20.7881C21.9999 19.5763 21.9999 17.6258 21.9999 13.725V12.2039C21.9999 9.91549 21.9999 8.77128 21.4807 7.82274C20.9615 6.87421 20.0129 6.28551 18.1158 5.10812L16.1158 3.86687C14.1105 2.62229 13.1078 2 11.9999 2C10.8919 2 9.88925 2.62229 7.8839 3.86687L5.8839 5.10813C3.98681 6.28551 3.03827 6.87421 2.51907 7.82274C2.20149 8.40293 2.07817 9.05632 2.03027 10"/><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 SolarSmartHomeLinear(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="M13.9999 22C17.7711 22 19.6567 22 20.8283 20.7881C21.9999 19.5763 21.9999 17.6258 21.9999 13.725V12.2039C21.9999 9.91549 21.9999 8.77128 21.4807 7.82274C20.9615 6.87421 20.0129 6.28551 18.1158 5.10812L16.1158 3.86687C14.1105 2.62229 13.1078 2 11.9999 2C10.8919 2 9.88925 2.62229 7.8839 3.86687L5.8839 5.10813C3.98681 6.28551 3.03827 6.87421 2.51907 7.82274C2.20149 8.40293 2.07817 9.05632 2.03027 10"/><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="M13.9999 22C17.7711 22 19.6567 22 20.8283 20.7881C21.9999 19.5763 21.9999 17.6258 21.9999 13.725V12.2039C21.9999 9.91549 21.9999 8.77128 21.4807 7.82274C20.9615 6.87421 20.0129 6.28551 18.1158 5.10812L16.1158 3.86687C14.1105 2.62229 13.1078 2 11.9999 2C10.8919 2 9.88925 2.62229 7.8839 3.86687L5.8839 5.10813C3.98681 6.28551 3.03827 6.87421 2.51907 7.82274C2.20149 8.40293 2.07817 9.05632 2.03027 10"/><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-linear {
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%22M13.9999%2022C17.7711%2022%2019.6567%2022%2020.8283%2020.7881C21.9999%2019.5763%2021.9999%2017.6258%2021.9999%2013.725V12.2039C21.9999%209.91549%2021.9999%208.77128%2021.4807%207.82274C20.9615%206.87421%2020.0129%206.28551%2018.1158%205.10812L16.1158%203.86687C14.1105%202.62229%2013.1078%202%2011.9999%202C10.8919%202%209.88925%202.62229%207.8839%203.86687L5.8839%205.10813C3.98681%206.28551%203.03827%206.87421%202.51907%207.82274C2.20149%208.40293%202.07817%209.05632%202.03027%2010%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%22M13.9999%2022C17.7711%2022%2019.6567%2022%2020.8283%2020.7881C21.9999%2019.5763%2021.9999%2017.6258%2021.9999%2013.725V12.2039C21.9999%209.91549%2021.9999%208.77128%2021.4807%207.82274C20.9615%206.87421%2020.0129%206.28551%2018.1158%205.10812L16.1158%203.86687C14.1105%202.62229%2013.1078%202%2011.9999%202C10.8919%202%209.88925%202.62229%207.8839%203.86687L5.8839%205.10813C3.98681%206.28551%203.03827%206.87421%202.51907%207.82274C2.20149%208.40293%202.07817%209.05632%202.03027%2010%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-linear.svg?color=%231a73e8&size=48