Home 3 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Home 3 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/310162.svg" alt="Home 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310162.svg" alt="Home 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310162.svg" alt="Home 3 icon" :width="24" :height="24" />
CSS background
.icon-home-3 {
background-image: url('https://proicons.com/icon/310162.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.1763 7.7549C20.9276 7.22678 20.5272 6.78468 20.0263 6.48491L13.5563 2.48491C13.0818 2.19089 12.5346 2.03511 11.9763 2.03511C11.4181 2.03511 10.8709 2.19089 10.3963 2.48491L3.90631 6.48491C3.41313 6.79411 3.02322 7.24318 2.78632 7.77489C2.54581 8.30709 2.4659 8.89792 2.55634 9.4749L4.22632 19.4749C4.34575 20.1674 4.70452 20.796 5.23999 21.251C5.77546 21.7061 6.45363 21.9587 7.15631 21.9649H16.7863C17.5133 21.9663 18.2189 21.7193 18.7863 21.2649C19.3195 20.8042 19.6736 20.1705 19.7863 19.4749L21.4564 9.4149C21.5292 8.84605 21.4318 8.26837 21.1763 7.7549ZM15.1763 14.8349C15.1763 15.3441 14.974 15.8325 14.614 16.1926C14.2539 16.5526 13.7656 16.7549 13.2563 16.7549H10.5863C10.0771 16.7549 9.58877 16.5526 9.2287 16.1926C8.86863 15.8325 8.66632 15.3441 8.66632 14.8349V12.1649C8.66632 11.6557 8.86863 11.1673 9.2287 10.8073C9.58877 10.4472 10.0771 10.2449 10.5863 10.2449H13.2563C13.7656 10.2449 14.2539 10.4472 14.614 10.8073C14.974 11.1673 15.1763 11.6557 15.1763 12.1649V14.8349Z" fill="black"/> </svg>
Copied!