home smile angle icon

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

Name
home-smile-angle-bold
Set
Solar
Style
Bold
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

Use the home smile angle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" 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 22ZM8.39757 15.5532C8.64423 15.2204 9.11395 15.1506 9.44671 15.3973C10.1751 15.9371 11.0542 16.2498 12.0001 16.2498C12.946 16.2498 13.8251 15.9371 14.5535 15.3973C14.8863 15.1506 15.356 15.2204 15.6026 15.5532C15.8493 15.8859 15.7795 16.3557 15.4467 16.6023C14.4743 17.3231 13.2851 17.7498 12.0001 17.7498C10.7151 17.7498 9.5259 17.3231 8.55349 16.6023C8.22072 16.3557 8.15092 15.8859 8.39757 15.5532Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarHomeSmileAngleBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" 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 22ZM8.39757 15.5532C8.64423 15.2204 9.11395 15.1506 9.44671 15.3973C10.1751 15.9371 11.0542 16.2498 12.0001 16.2498C12.946 16.2498 13.8251 15.9371 14.5535 15.3973C14.8863 15.1506 15.356 15.2204 15.6026 15.5532C15.8493 15.8859 15.7795 16.3557 15.4467 16.6023C14.4743 17.3231 13.2851 17.7498 12.0001 17.7498C10.7151 17.7498 9.5259 17.3231 8.55349 16.6023C8.22072 16.3557 8.15092 15.8859 8.39757 15.5532Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" 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 22ZM8.39757 15.5532C8.64423 15.2204 9.11395 15.1506 9.44671 15.3973C10.1751 15.9371 11.0542 16.2498 12.0001 16.2498C12.946 16.2498 13.8251 15.9371 14.5535 15.3973C14.8863 15.1506 15.356 15.2204 15.6026 15.5532C15.8493 15.8859 15.7795 16.3557 15.4467 16.6023C14.4743 17.3231 13.2851 17.7498 12.0001 17.7498C10.7151 17.7498 9.5259 17.3231 8.55349 16.6023C8.22072 16.3557 8.15092 15.8859 8.39757 15.5532Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-home-smile-angle-bold {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%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%2022ZM8.39757%2015.5532C8.64423%2015.2204%209.11395%2015.1506%209.44671%2015.3973C10.1751%2015.9371%2011.0542%2016.2498%2012.0001%2016.2498C12.946%2016.2498%2013.8251%2015.9371%2014.5535%2015.3973C14.8863%2015.1506%2015.356%2015.2204%2015.6026%2015.5532C15.8493%2015.8859%2015.7795%2016.3557%2015.4467%2016.6023C14.4743%2017.3231%2013.2851%2017.7498%2012.0001%2017.7498C10.7151%2017.7498%209.5259%2017.3231%208.55349%2016.6023C8.22072%2016.3557%208.15092%2015.8859%208.39757%2015.5532Z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%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%2022ZM8.39757%2015.5532C8.64423%2015.2204%209.11395%2015.1506%209.44671%2015.3973C10.1751%2015.9371%2011.0542%2016.2498%2012.0001%2016.2498C12.946%2016.2498%2013.8251%2015.9371%2014.5535%2015.3973C14.8863%2015.1506%2015.356%2015.2204%2015.6026%2015.5532C15.8493%2015.8859%2015.7795%2016.3557%2015.4467%2016.6023C14.4743%2017.3231%2013.2851%2017.7498%2012.0001%2017.7498C10.7151%2017.7498%209.5259%2017.3231%208.55349%2016.6023C8.22072%2016.3557%208.15092%2015.8859%208.39757%2015.5532Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/home-smile-angle-bold.svg?color=%231a73e8&size=48