Home 4 Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Home 4 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/310757.svg" alt="Home 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310757.svg" alt="Home 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310757.svg" alt="Home 4 icon" :width="24" :height="24" />
CSS background
.icon-home-4 {
background-image: url('https://proicons.com/icon/310757.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="M19.6318 7.10565L13.1662 3.08831C12.8125 2.86723 12.4037 2.75 11.9866 2.75C11.5695 2.75 11.1607 2.86723 10.807 3.08831L4.34143 7.10565C3.9738 7.33728 3.68201 7.67145 3.50206 8.06695C3.3221 8.46246 3.26186 8.90198 3.32875 9.33132L4.998 19.3468C5.08571 19.8715 5.3584 20.3473 5.76668 20.6882C6.17496 21.0291 6.69183 21.2126 7.22367 21.2053H9.76094V17.5552C9.76094 17.142 9.92508 16.7457 10.2173 16.4535C10.5094 16.1613 10.9057 15.9972 11.3189 15.9972H12.6543C13.0675 15.9972 13.4638 16.1613 13.756 16.4535C14.0481 16.7457 14.2123 17.142 14.2123 17.5552V21.2498H16.7718C17.3036 21.2571 17.8205 21.0736 18.2288 20.7327C18.6371 20.3918 18.9098 19.916 18.9975 19.3914L20.6667 9.37583C20.7408 8.93734 20.6817 8.48672 20.4973 8.08209C20.3128 7.67745 20.0114 7.33735 19.6318 7.10565Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.53522 10.8782H16.4379" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!