Home 2 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Home 2 icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310161.svg" alt="Home 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310161.svg" alt="Home 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310161.svg" alt="Home 2 icon" :width="24" :height="24" />
CSS background
.icon-home-2 {
background-image: url('https://proicons.com/icon/310161.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21.2054 7.76489C20.9562 7.23135 20.552 6.78529 20.0454 6.48489L13.5754 2.48489C13.1009 2.19088 12.5537 2.0351 11.9955 2.0351C11.4372 2.0351 10.89 2.19088 10.4154 2.48489L3.94541 6.48489C3.45494 6.79726 3.06584 7.24541 2.82541 7.77487C2.57686 8.30469 2.49326 8.89697 2.58542 9.47488L4.26541 19.4749C4.37314 20.1722 4.72808 20.8076 5.26541 21.2649C5.79848 21.7114 6.47012 21.9588 7.16544 21.9649H16.7854C17.4945 21.9681 18.1818 21.7202 18.7254 21.2649C19.2656 20.8099 19.6212 20.1734 19.7254 19.4749L21.4054 9.47488C21.5073 8.89759 21.4377 8.30311 21.2054 7.76489ZM15.3454 17.4649H8.65543C8.39021 17.4649 8.13587 17.3595 7.94834 17.172C7.7608 16.9845 7.65543 16.7301 7.65543 16.4649C7.65543 16.1997 7.7608 15.9453 7.94834 15.7578C8.13587 15.5702 8.39021 15.4649 8.65543 15.4649H15.3454C15.6106 15.4649 15.865 15.5702 16.0525 15.7578C16.2401 15.9453 16.3454 16.1997 16.3454 16.4649C16.3454 16.7301 16.2401 16.9845 16.0525 17.172C15.865 17.3595 15.6106 17.4649 15.3454 17.4649Z" fill="black"/> </svg>
Copied!