smart home angle icon
smart-home-angle-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- smart-home-angle-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- 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="currentColor"><path d="M13.1061 22H10.8939C7.44737 22 5.72409 22 4.54903 20.9882C3.37396 19.9764 3.13025 18.2827 2.64284 14.8952L2.36407 12.9579C1.98463 10.3208 1.79491 9.00229 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.06234 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.2759 22 16.5526 22 13.1061 22Z" opacity=".5"/><path d="M2 12.25C2 11.8358 2.33579 11.5 2.75 11.5C8.13478 11.5 12.5 15.8652 12.5 21.25C12.5 21.6642 12.1642 22 11.75 22C11.3358 22 11 21.6642 11 21.25C11 16.6937 7.30635 13 2.75 13C2.33579 13 2 12.6642 2 12.25Z"/><path d="M2 15.25C2 14.8358 2.33579 14.5 2.75 14.5C6.47792 14.5 9.5 17.5221 9.5 21.25C9.5 21.6642 9.16421 22 8.75 22C8.33579 22 8 21.6642 8 21.25C8 18.3505 5.6495 16 2.75 16C2.33579 16 2 15.6642 2 15.25Z"/><path d="M2.75 17.5C2.33579 17.5 2 17.8358 2 18.25C2 18.6642 2.33579 19 2.75 19C3.99264 19 5 20.0074 5 21.25C5 21.6642 5.33579 22 5.75 22C6.16421 22 6.5 21.6642 6.5 21.25C6.5 19.1789 4.82107 17.5 2.75 17.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSmartHomeAngleBoldDuotone(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.1061 22H10.8939C7.44737 22 5.72409 22 4.54903 20.9882C3.37396 19.9764 3.13025 18.2827 2.64284 14.8952L2.36407 12.9579C1.98463 10.3208 1.79491 9.00229 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.06234 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.2759 22 16.5526 22 13.1061 22Z" opacity=".5"/><path d="M2 12.25C2 11.8358 2.33579 11.5 2.75 11.5C8.13478 11.5 12.5 15.8652 12.5 21.25C12.5 21.6642 12.1642 22 11.75 22C11.3358 22 11 21.6642 11 21.25C11 16.6937 7.30635 13 2.75 13C2.33579 13 2 12.6642 2 12.25Z"/><path d="M2 15.25C2 14.8358 2.33579 14.5 2.75 14.5C6.47792 14.5 9.5 17.5221 9.5 21.25C9.5 21.6642 9.16421 22 8.75 22C8.33579 22 8 21.6642 8 21.25C8 18.3505 5.6495 16 2.75 16C2.33579 16 2 15.6642 2 15.25Z"/><path d="M2.75 17.5C2.33579 17.5 2 17.8358 2 18.25C2 18.6642 2.33579 19 2.75 19C3.99264 19 5 20.0074 5 21.25C5 21.6642 5.33579 22 5.75 22C6.16421 22 6.5 21.6642 6.5 21.25C6.5 19.1789 4.82107 17.5 2.75 17.5Z"/></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.1061 22H10.8939C7.44737 22 5.72409 22 4.54903 20.9882C3.37396 19.9764 3.13025 18.2827 2.64284 14.8952L2.36407 12.9579C1.98463 10.3208 1.79491 9.00229 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.06234 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.2759 22 16.5526 22 13.1061 22Z" opacity=".5"/><path d="M2 12.25C2 11.8358 2.33579 11.5 2.75 11.5C8.13478 11.5 12.5 15.8652 12.5 21.25C12.5 21.6642 12.1642 22 11.75 22C11.3358 22 11 21.6642 11 21.25C11 16.6937 7.30635 13 2.75 13C2.33579 13 2 12.6642 2 12.25Z"/><path d="M2 15.25C2 14.8358 2.33579 14.5 2.75 14.5C6.47792 14.5 9.5 17.5221 9.5 21.25C9.5 21.6642 9.16421 22 8.75 22C8.33579 22 8 21.6642 8 21.25C8 18.3505 5.6495 16 2.75 16C2.33579 16 2 15.6642 2 15.25Z"/><path d="M2.75 17.5C2.33579 17.5 2 17.8358 2 18.25C2 18.6642 2.33579 19 2.75 19C3.99264 19 5 20.0074 5 21.25C5 21.6642 5.33579 22 5.75 22C6.16421 22 6.5 21.6642 6.5 21.25C6.5 19.1789 4.82107 17.5 2.75 17.5Z"/></g></svg> </template>
CSS
.icon-smart-home-angle-bold-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.1061%2022H10.8939C7.44737%2022%205.72409%2022%204.54903%2020.9882C3.37396%2019.9764%203.13025%2018.2827%202.64284%2014.8952L2.36407%2012.9579C1.98463%2010.3208%201.79491%209.00229%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.06234%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.2759%2022%2016.5526%2022%2013.1061%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2012.25C2%2011.8358%202.33579%2011.5%202.75%2011.5C8.13478%2011.5%2012.5%2015.8652%2012.5%2021.25C12.5%2021.6642%2012.1642%2022%2011.75%2022C11.3358%2022%2011%2021.6642%2011%2021.25C11%2016.6937%207.30635%2013%202.75%2013C2.33579%2013%202%2012.6642%202%2012.25Z%22%2F%3E%3Cpath%20d%3D%22M2%2015.25C2%2014.8358%202.33579%2014.5%202.75%2014.5C6.47792%2014.5%209.5%2017.5221%209.5%2021.25C9.5%2021.6642%209.16421%2022%208.75%2022C8.33579%2022%208%2021.6642%208%2021.25C8%2018.3505%205.6495%2016%202.75%2016C2.33579%2016%202%2015.6642%202%2015.25Z%22%2F%3E%3Cpath%20d%3D%22M2.75%2017.5C2.33579%2017.5%202%2017.8358%202%2018.25C2%2018.6642%202.33579%2019%202.75%2019C3.99264%2019%205%2020.0074%205%2021.25C5%2021.6642%205.33579%2022%205.75%2022C6.16421%2022%206.5%2021.6642%206.5%2021.25C6.5%2019.1789%204.82107%2017.5%202.75%2017.5Z%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.1061%2022H10.8939C7.44737%2022%205.72409%2022%204.54903%2020.9882C3.37396%2019.9764%203.13025%2018.2827%202.64284%2014.8952L2.36407%2012.9579C1.98463%2010.3208%201.79491%209.00229%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.06234%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.2759%2022%2016.5526%2022%2013.1061%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%2012.25C2%2011.8358%202.33579%2011.5%202.75%2011.5C8.13478%2011.5%2012.5%2015.8652%2012.5%2021.25C12.5%2021.6642%2012.1642%2022%2011.75%2022C11.3358%2022%2011%2021.6642%2011%2021.25C11%2016.6937%207.30635%2013%202.75%2013C2.33579%2013%202%2012.6642%202%2012.25Z%22%2F%3E%3Cpath%20d%3D%22M2%2015.25C2%2014.8358%202.33579%2014.5%202.75%2014.5C6.47792%2014.5%209.5%2017.5221%209.5%2021.25C9.5%2021.6642%209.16421%2022%208.75%2022C8.33579%2022%208%2021.6642%208%2021.25C8%2018.3505%205.6495%2016%202.75%2016C2.33579%2016%202%2015.6642%202%2015.25Z%22%2F%3E%3Cpath%20d%3D%22M2.75%2017.5C2.33579%2017.5%202%2017.8358%202%2018.25C2%2018.6642%202.33579%2019%202.75%2019C3.99264%2019%205%2020.0074%205%2021.25C5%2021.6642%205.33579%2022%205.75%2022C6.16421%2022%206.5%2021.6642%206.5%2021.25C6.5%2019.1789%204.82107%2017.5%202.75%2017.5Z%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-bold-duotone.svg?color=%231a73e8&size=48