home 2 icon
home-2-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- home-2-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
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 home 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="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="M11.25 18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V18Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHome2BoldDuotone(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="M11.25 18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V18Z"/></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="M11.25 18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V18Z"/></g></svg> </template>
CSS
.icon-home-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%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%22M11.25%2018C11.25%2018.4142%2011.5858%2018.75%2012%2018.75C12.4142%2018.75%2012.75%2018.4142%2012.75%2018V15C12.75%2014.5858%2012.4142%2014.25%2012%2014.25C11.5858%2014.25%2011.25%2014.5858%2011.25%2015V18Z%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%22M11.25%2018C11.25%2018.4142%2011.5858%2018.75%2012%2018.75C12.4142%2018.75%2012.75%2018.4142%2012.75%2018V15C12.75%2014.5858%2012.4142%2014.25%2012%2014.25C11.5858%2014.25%2011.25%2014.5858%2011.25%2015V18Z%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-2-bold-duotone.svg?color=%231a73e8&size=48