Home Cross Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Home Cross 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/310165.svg" alt="Home Cross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310165.svg" alt="Home Cross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310165.svg" alt="Home Cross icon" :width="24" :height="24" />
CSS background
.icon-home-cross {
background-image: url('https://proicons.com/icon/310165.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.1871 7.76337C20.9378 7.22982 20.5336 6.78377 20.0271 6.48337L13.5571 2.48337C13.0836 2.19133 12.5384 2.03665 11.9821 2.03665C11.4259 2.03665 10.8805 2.19133 10.4071 2.48337L3.92712 6.48337C3.43666 6.79574 3.04749 7.24389 2.80706 7.77335C2.56191 8.3042 2.48181 8.89644 2.57708 9.47336L4.24707 19.4734C4.35131 20.1719 4.70689 20.8084 5.24707 21.2634C5.78014 21.7098 6.45177 21.9573 7.14709 21.9633H16.7571C17.484 21.9647 18.1896 21.7178 18.7571 21.2634C19.2903 20.8027 19.6443 20.169 19.7571 19.4734L21.4271 9.47336C21.5164 8.89216 21.4329 8.29753 21.1871 7.76337ZM15.9471 15.9734C16.0403 16.0659 16.1144 16.176 16.1652 16.2972C16.2159 16.4184 16.2422 16.5484 16.2427 16.6798C16.2431 16.8112 16.2177 16.9414 16.1678 17.063C16.118 17.1846 16.0447 17.2951 15.9521 17.3884C15.8595 17.4816 15.7494 17.5557 15.6282 17.6064C15.507 17.6571 15.377 17.6834 15.2456 17.6839C15.1142 17.6844 14.9841 17.659 14.8625 17.6091C14.7409 17.5592 14.6303 17.486 14.5371 17.3934L11.9971 14.8534L9.47711 17.3734C9.38449 17.4678 9.27403 17.543 9.15216 17.5945C9.03028 17.646 8.89939 17.6728 8.76709 17.6734C8.56846 17.6745 8.37401 17.6165 8.20849 17.5067C8.04297 17.3969 7.91387 17.2403 7.8377 17.0568C7.76154 16.8734 7.74175 16.6714 7.78082 16.4767C7.81989 16.2819 7.91603 16.1032 8.05706 15.9633L10.5871 13.4434L8.05706 10.9134C7.87081 10.726 7.76629 10.4725 7.76629 10.2083C7.76629 9.94416 7.87081 9.69072 8.05706 9.50336C8.15003 9.40963 8.26064 9.33522 8.3825 9.28445C8.50436 9.23369 8.63507 9.20755 8.76709 9.20755C8.8991 9.20755 9.02981 9.23369 9.15167 9.28445C9.27353 9.33522 9.38414 9.40963 9.47711 9.50336L11.9971 12.0233L14.5371 9.48337C14.7245 9.29712 14.9779 9.19257 15.2421 9.19257C15.5062 9.19257 15.7597 9.29712 15.9471 9.48337C16.0408 9.57633 16.1152 9.68692 16.166 9.80878C16.2168 9.93064 16.2429 10.0613 16.2429 10.1934C16.2429 10.3254 16.2168 10.4561 16.166 10.5779C16.1152 10.6998 16.0408 10.8104 15.9471 10.9034L13.3971 13.4434L15.9471 15.9734Z" fill="black"/> </svg>
Copied!