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/310163.svg" alt="Home 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310163.svg" alt="Home 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310163.svg" alt="Home 4 icon" :width="24" :height="24" />
CSS background
.icon-home-4 {
background-image: url('https://proicons.com/icon/310163.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.1878 7.76834C20.9426 7.22748 20.5424 6.77156 20.0379 6.45834L13.5678 2.45834C13.0944 2.16631 12.5492 2.01166 11.9929 2.01166C11.4366 2.01166 10.8913 2.16631 10.4179 2.45834L3.94785 6.45834C3.45885 6.76803 3.06989 7.21256 2.82785 7.73834C2.58735 8.27054 2.50743 8.86138 2.59787 9.43835L4.26785 19.4384C4.38061 20.1339 4.73464 20.7676 5.26785 21.2283C5.80668 21.684 6.49227 21.9291 7.19785 21.9183H9.73789C9.83675 21.9197 9.93486 21.9012 10.0265 21.864C10.1181 21.8268 10.2013 21.7716 10.2712 21.7017C10.3411 21.6317 10.3963 21.5485 10.4335 21.4569C10.4707 21.3653 10.4892 21.2672 10.4879 21.1683V17.5183C10.4905 17.3043 10.5767 17.0998 10.728 16.9485C10.8793 16.7971 11.0839 16.7109 11.2979 16.7083H12.6278C12.8449 16.7104 13.0528 16.7964 13.2079 16.9483C13.3564 17.1007 13.439 17.3055 13.4378 17.5183V21.2383C13.4404 21.4364 13.5203 21.6257 13.6604 21.7658C13.8005 21.9059 13.9897 21.9858 14.1878 21.9883H16.7779C17.4823 21.9845 18.1629 21.7329 18.7004 21.2776C19.2379 20.8224 19.5981 20.1925 19.7179 19.4984L21.3878 9.49835C21.4974 8.91472 21.4277 8.31158 21.1878 7.76834ZM16.4478 11.8683H7.58786C7.32264 11.8683 7.06831 11.763 6.88077 11.5754C6.69323 11.3879 6.58786 11.1336 6.58786 10.8683C6.58786 10.6031 6.69323 10.3488 6.88077 10.1612C7.06831 9.97369 7.32264 9.86835 7.58786 9.86835H16.4879C16.7531 9.86835 17.0074 9.97369 17.195 10.1612C17.3825 10.3488 17.4879 10.6031 17.4879 10.8683C17.4879 11.1336 17.3825 11.3879 17.195 11.5754C17.0074 11.763 16.7531 11.8683 16.4879 11.8683H16.4478Z" fill="black"/> </svg>
Copied!