smart home angle icon
smart-home-angle-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.
- Name
- smart-home-angle-linear
- Set
- Solar
- Style
- Linear
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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 angle 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="M2.01108 10C1.96736 9.12544 2.04852 8.47327 2.33537 7.87495C2.87583 6.7476 4.02619 6.06234 6.32691 4.69181L7.71175 3.86687C9.80104 2.62229 10.8457 2 12 2C13.1543 2 14.199 2.62229 16.2882 3.86687L17.6731 4.69181C19.9738 6.06233 21.1242 6.7476 21.6646 7.87495C22.2051 9.00229 22.0154 10.3208 21.6359 12.9579L21.3572 14.8952C20.8697 18.2827 20.626 19.9764 19.451 20.9882C18.3822 21.9085 16.8599 21.9917 14 21.9993"/><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 SolarSmartHomeAngleLinear(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="M2.01108 10C1.96736 9.12544 2.04852 8.47327 2.33537 7.87495C2.87583 6.7476 4.02619 6.06234 6.32691 4.69181L7.71175 3.86687C9.80104 2.62229 10.8457 2 12 2C13.1543 2 14.199 2.62229 16.2882 3.86687L17.6731 4.69181C19.9738 6.06233 21.1242 6.7476 21.6646 7.87495C22.2051 9.00229 22.0154 10.3208 21.6359 12.9579L21.3572 14.8952C20.8697 18.2827 20.626 19.9764 19.451 20.9882C18.3822 21.9085 16.8599 21.9917 14 21.9993"/><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="M2.01108 10C1.96736 9.12544 2.04852 8.47327 2.33537 7.87495C2.87583 6.7476 4.02619 6.06234 6.32691 4.69181L7.71175 3.86687C9.80104 2.62229 10.8457 2 12 2C13.1543 2 14.199 2.62229 16.2882 3.86687L17.6731 4.69181C19.9738 6.06233 21.1242 6.7476 21.6646 7.87495C22.2051 9.00229 22.0154 10.3208 21.6359 12.9579L21.3572 14.8952C20.8697 18.2827 20.626 19.9764 19.451 20.9882C18.3822 21.9085 16.8599 21.9917 14 21.9993"/><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-angle-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%22M2.01108%2010C1.96736%209.12544%202.04852%208.47327%202.33537%207.87495C2.87583%206.7476%204.02619%206.06234%206.32691%204.69181L7.71175%203.86687C9.80104%202.62229%2010.8457%202%2012%202C13.1543%202%2014.199%202.62229%2016.2882%203.86687L17.6731%204.69181C19.9738%206.06233%2021.1242%206.7476%2021.6646%207.87495C22.2051%209.00229%2022.0154%2010.3208%2021.6359%2012.9579L21.3572%2014.8952C20.8697%2018.2827%2020.626%2019.9764%2019.451%2020.9882C18.3822%2021.9085%2016.8599%2021.9917%2014%2021.9993%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%22M2.01108%2010C1.96736%209.12544%202.04852%208.47327%202.33537%207.87495C2.87583%206.7476%204.02619%206.06234%206.32691%204.69181L7.71175%203.86687C9.80104%202.62229%2010.8457%202%2012%202C13.1543%202%2014.199%202.62229%2016.2882%203.86687L17.6731%204.69181C19.9738%206.06233%2021.1242%206.7476%2021.6646%207.87495C22.2051%209.00229%2022.0154%2010.3208%2021.6359%2012.9579L21.3572%2014.8952C20.8697%2018.2827%2020.626%2019.9764%2019.451%2020.9882C18.3822%2021.9085%2016.8599%2021.9917%2014%2021.9993%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-angle-linear.svg?color=%231a73e8&size=48