home angle 2 icon

home-angle-2-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.

Name
home-angle-2-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

Use the home angle 2 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 fill-rule="evenodd" d="M12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V15C11.25 14.5858 11.5858 14.25 12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V18C12.75 18.4142 12.4142 18.75 12 18.75Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHomeAngle2BoldDuotone(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 fillRule="evenodd" d="M12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V15C11.25 14.5858 11.5858 14.25 12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V18C12.75 18.4142 12.4142 18.75 12 18.75Z" clipRule="evenodd"/></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 fill-rule="evenodd" d="M12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V15C11.25 14.5858 11.5858 14.25 12 14.25C12.4142 14.25 12.75 14.5858 12.75 15V18C12.75 18.4142 12.4142 18.75 12 18.75Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-home-angle-2-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2018.75C11.5858%2018.75%2011.25%2018.4142%2011.25%2018V15C11.25%2014.5858%2011.5858%2014.25%2012%2014.25C12.4142%2014.25%2012.75%2014.5858%2012.75%2015V18C12.75%2018.4142%2012.4142%2018.75%2012%2018.75Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2018.75C11.5858%2018.75%2011.25%2018.4142%2011.25%2018V15C11.25%2014.5858%2011.5858%2014.25%2012%2014.25C12.4142%2014.25%2012.75%2014.5858%2012.75%2015V18C12.75%2018.4142%2012.4142%2018.75%2012%2018.75Z%22%20clip-rule%3D%22evenodd%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/home-angle-2-bold-duotone.svg?color=%231a73e8&size=48