home smile icon

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

Name
home-smile-bold-duotone
Set
Solar
Style
Bold Duotone
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

Use the home smile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 12.2039C2 9.91549 2 8.77128 2.5192 7.82274C3.0384 6.87421 3.98695 6.28551 5.88403 5.10813L7.88403 3.86687C9.88939 2.62229 10.8921 2 12 2C13.1079 2 14.1106 2.62229 16.116 3.86687L18.116 5.10812C20.0131 6.28551 20.9616 6.87421 21.4808 7.82274C22 8.77128 22 9.91549 22 12.2039V13.725C22 17.6258 22 19.5763 20.8284 20.7881C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.7881C2 19.5763 2 17.6258 2 13.725V12.2039Z" opacity=".5"/><path d="M9.44666 15.3975C9.11389 15.1509 8.64418 15.2207 8.39752 15.5534C8.15086 15.8862 8.22067 16.3559 8.55343 16.6026C9.52585 17.3234 10.7151 17.75 12 17.75C13.285 17.75 14.4742 17.3234 15.4467 16.6026C15.7794 16.3559 15.8492 15.8862 15.6026 15.5534C15.3559 15.2207 14.8862 15.1509 14.5534 15.3975C13.8251 15.9374 12.9459 16.25 12 16.25C11.0541 16.25 10.175 15.9374 9.44666 15.3975Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHomeSmileBoldDuotone(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="M2 12.2039C2 9.91549 2 8.77128 2.5192 7.82274C3.0384 6.87421 3.98695 6.28551 5.88403 5.10813L7.88403 3.86687C9.88939 2.62229 10.8921 2 12 2C13.1079 2 14.1106 2.62229 16.116 3.86687L18.116 5.10812C20.0131 6.28551 20.9616 6.87421 21.4808 7.82274C22 8.77128 22 9.91549 22 12.2039V13.725C22 17.6258 22 19.5763 20.8284 20.7881C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.7881C2 19.5763 2 17.6258 2 13.725V12.2039Z" opacity=".5"/><path d="M9.44666 15.3975C9.11389 15.1509 8.64418 15.2207 8.39752 15.5534C8.15086 15.8862 8.22067 16.3559 8.55343 16.6026C9.52585 17.3234 10.7151 17.75 12 17.75C13.285 17.75 14.4742 17.3234 15.4467 16.6026C15.7794 16.3559 15.8492 15.8862 15.6026 15.5534C15.3559 15.2207 14.8862 15.1509 14.5534 15.3975C13.8251 15.9374 12.9459 16.25 12 16.25C11.0541 16.25 10.175 15.9374 9.44666 15.3975Z"/></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="M2 12.2039C2 9.91549 2 8.77128 2.5192 7.82274C3.0384 6.87421 3.98695 6.28551 5.88403 5.10813L7.88403 3.86687C9.88939 2.62229 10.8921 2 12 2C13.1079 2 14.1106 2.62229 16.116 3.86687L18.116 5.10812C20.0131 6.28551 20.9616 6.87421 21.4808 7.82274C22 8.77128 22 9.91549 22 12.2039V13.725C22 17.6258 22 19.5763 20.8284 20.7881C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.7881C2 19.5763 2 17.6258 2 13.725V12.2039Z" opacity=".5"/><path d="M9.44666 15.3975C9.11389 15.1509 8.64418 15.2207 8.39752 15.5534C8.15086 15.8862 8.22067 16.3559 8.55343 16.6026C9.52585 17.3234 10.7151 17.75 12 17.75C13.285 17.75 14.4742 17.3234 15.4467 16.6026C15.7794 16.3559 15.8492 15.8862 15.6026 15.5534C15.3559 15.2207 14.8862 15.1509 14.5534 15.3975C13.8251 15.9374 12.9459 16.25 12 16.25C11.0541 16.25 10.175 15.9374 9.44666 15.3975Z"/></g></svg>
</template>

CSS

.icon-home-smile-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%22M2%2012.2039C2%209.91549%202%208.77128%202.5192%207.82274C3.0384%206.87421%203.98695%206.28551%205.88403%205.10813L7.88403%203.86687C9.88939%202.62229%2010.8921%202%2012%202C13.1079%202%2014.1106%202.62229%2016.116%203.86687L18.116%205.10812C20.0131%206.28551%2020.9616%206.87421%2021.4808%207.82274C22%208.77128%2022%209.91549%2022%2012.2039V13.725C22%2017.6258%2022%2019.5763%2020.8284%2020.7881C19.6569%2022%2017.7712%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.7881C2%2019.5763%202%2017.6258%202%2013.725V12.2039Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.44666%2015.3975C9.11389%2015.1509%208.64418%2015.2207%208.39752%2015.5534C8.15086%2015.8862%208.22067%2016.3559%208.55343%2016.6026C9.52585%2017.3234%2010.7151%2017.75%2012%2017.75C13.285%2017.75%2014.4742%2017.3234%2015.4467%2016.6026C15.7794%2016.3559%2015.8492%2015.8862%2015.6026%2015.5534C15.3559%2015.2207%2014.8862%2015.1509%2014.5534%2015.3975C13.8251%2015.9374%2012.9459%2016.25%2012%2016.25C11.0541%2016.25%2010.175%2015.9374%209.44666%2015.3975Z%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%22M2%2012.2039C2%209.91549%202%208.77128%202.5192%207.82274C3.0384%206.87421%203.98695%206.28551%205.88403%205.10813L7.88403%203.86687C9.88939%202.62229%2010.8921%202%2012%202C13.1079%202%2014.1106%202.62229%2016.116%203.86687L18.116%205.10812C20.0131%206.28551%2020.9616%206.87421%2021.4808%207.82274C22%208.77128%2022%209.91549%2022%2012.2039V13.725C22%2017.6258%2022%2019.5763%2020.8284%2020.7881C19.6569%2022%2017.7712%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.7881C2%2019.5763%202%2017.6258%202%2013.725V12.2039Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.44666%2015.3975C9.11389%2015.1509%208.64418%2015.2207%208.39752%2015.5534C8.15086%2015.8862%208.22067%2016.3559%208.55343%2016.6026C9.52585%2017.3234%2010.7151%2017.75%2012%2017.75C13.285%2017.75%2014.4742%2017.3234%2015.4467%2016.6026C15.7794%2016.3559%2015.8492%2015.8862%2015.6026%2015.5534C15.3559%2015.2207%2014.8862%2015.1509%2014.5534%2015.3975C13.8251%2015.9374%2012.9459%2016.25%2012%2016.25C11.0541%2016.25%2010.175%2015.9374%209.44666%2015.3975Z%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-smile-bold-duotone.svg?color=%231a73e8&size=48