home add icon
home-add-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.
- Name
- home-add-bold
- Set
- Solar
- Style
- Bold
- 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 add 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="M2.5192 7.82274C2 8.77128 2 9.91549 2 12.2039V13.725C2 17.6258 2 19.5763 3.17157 20.7881C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.7881C22 19.5763 22 17.6258 22 13.725V12.2039C22 9.91549 22 8.77128 21.4808 7.82274C20.9616 6.87421 20.0131 6.28551 18.116 5.10812L16.116 3.86687C14.1106 2.62229 13.1079 2 12 2C10.8921 2 9.88939 2.62229 7.88403 3.86687L5.88403 5.10813C3.98695 6.28551 3.0384 6.87421 2.5192 7.82274ZM12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11L11.25 13.25H9C8.58579 13.25 8.25 13.5858 8.25 14C8.25 14.4142 8.58579 14.75 9 14.75H11.25V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V14.75H15C15.4142 14.75 15.75 14.4142 15.75 14C15.75 13.5858 15.4142 13.25 15 13.25H12.75L12.75 11Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarHomeAddBold(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="M2.5192 7.82274C2 8.77128 2 9.91549 2 12.2039V13.725C2 17.6258 2 19.5763 3.17157 20.7881C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.7881C22 19.5763 22 17.6258 22 13.725V12.2039C22 9.91549 22 8.77128 21.4808 7.82274C20.9616 6.87421 20.0131 6.28551 18.116 5.10812L16.116 3.86687C14.1106 2.62229 13.1079 2 12 2C10.8921 2 9.88939 2.62229 7.88403 3.86687L5.88403 5.10813C3.98695 6.28551 3.0384 6.87421 2.5192 7.82274ZM12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11L11.25 13.25H9C8.58579 13.25 8.25 13.5858 8.25 14C8.25 14.4142 8.58579 14.75 9 14.75H11.25V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V14.75H15C15.4142 14.75 15.75 14.4142 15.75 14C15.75 13.5858 15.4142 13.25 15 13.25H12.75L12.75 11Z" 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="M2.5192 7.82274C2 8.77128 2 9.91549 2 12.2039V13.725C2 17.6258 2 19.5763 3.17157 20.7881C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.7881C22 19.5763 22 17.6258 22 13.725V12.2039C22 9.91549 22 8.77128 21.4808 7.82274C20.9616 6.87421 20.0131 6.28551 18.116 5.10812L16.116 3.86687C14.1106 2.62229 13.1079 2 12 2C10.8921 2 9.88939 2.62229 7.88403 3.86687L5.88403 5.10813C3.98695 6.28551 3.0384 6.87421 2.5192 7.82274ZM12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11L11.25 13.25H9C8.58579 13.25 8.25 13.5858 8.25 14C8.25 14.4142 8.58579 14.75 9 14.75H11.25V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V14.75H15C15.4142 14.75 15.75 14.4142 15.75 14C15.75 13.5858 15.4142 13.25 15 13.25H12.75L12.75 11Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-home-add-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%22M2.5192%207.82274C2%208.77128%202%209.91549%202%2012.2039V13.725C2%2017.6258%202%2019.5763%203.17157%2020.7881C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.7881C22%2019.5763%2022%2017.6258%2022%2013.725V12.2039C22%209.91549%2022%208.77128%2021.4808%207.82274C20.9616%206.87421%2020.0131%206.28551%2018.116%205.10812L16.116%203.86687C14.1106%202.62229%2013.1079%202%2012%202C10.8921%202%209.88939%202.62229%207.88403%203.86687L5.88403%205.10813C3.98695%206.28551%203.0384%206.87421%202.5192%207.82274ZM12.75%2011C12.75%2010.5858%2012.4142%2010.25%2012%2010.25C11.5858%2010.25%2011.25%2010.5858%2011.25%2011L11.25%2013.25H9C8.58579%2013.25%208.25%2013.5858%208.25%2014C8.25%2014.4142%208.58579%2014.75%209%2014.75H11.25V17C11.25%2017.4142%2011.5858%2017.75%2012%2017.75C12.4142%2017.75%2012.75%2017.4142%2012.75%2017V14.75H15C15.4142%2014.75%2015.75%2014.4142%2015.75%2014C15.75%2013.5858%2015.4142%2013.25%2015%2013.25H12.75L12.75%2011Z%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%22M2.5192%207.82274C2%208.77128%202%209.91549%202%2012.2039V13.725C2%2017.6258%202%2019.5763%203.17157%2020.7881C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.7881C22%2019.5763%2022%2017.6258%2022%2013.725V12.2039C22%209.91549%2022%208.77128%2021.4808%207.82274C20.9616%206.87421%2020.0131%206.28551%2018.116%205.10812L16.116%203.86687C14.1106%202.62229%2013.1079%202%2012%202C10.8921%202%209.88939%202.62229%207.88403%203.86687L5.88403%205.10813C3.98695%206.28551%203.0384%206.87421%202.5192%207.82274ZM12.75%2011C12.75%2010.5858%2012.4142%2010.25%2012%2010.25C11.5858%2010.25%2011.25%2010.5858%2011.25%2011L11.25%2013.25H9C8.58579%2013.25%208.25%2013.5858%208.25%2014C8.25%2014.4142%208.58579%2014.75%209%2014.75H11.25V17C11.25%2017.4142%2011.5858%2017.75%2012%2017.75C12.4142%2017.75%2012.75%2017.4142%2012.75%2017V14.75H15C15.4142%2014.75%2015.75%2014.4142%2015.75%2014C15.75%2013.5858%2015.4142%2013.25%2015%2013.25H12.75L12.75%2011Z%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-add-bold.svg?color=%231a73e8&size=48