Home Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Home Check 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/310164.svg" alt="Home Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310164.svg" alt="Home Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310164.svg" alt="Home Check icon" :width="24" :height="24" />
CSS background
.icon-home-check {
background-image: url('https://proicons.com/icon/310164.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.1787 7.7599C20.923 7.23069 20.5202 6.78631 20.0187 6.4799L13.5487 2.4799C13.0741 2.18589 12.5269 2.03011 11.9687 2.03011C11.4104 2.03011 10.8632 2.18589 10.3887 2.4799L3.9187 6.4799C3.42409 6.79279 3.03181 7.24349 2.79016 7.77654C2.54851 8.30958 2.46806 8.9017 2.55872 9.4799L4.2287 19.4799C4.34813 20.1724 4.70684 20.801 5.24231 21.256C5.77778 21.7111 6.45601 21.9637 7.15869 21.9699H16.7687C17.495 21.9673 18.1993 21.7208 18.7687 21.2699C19.306 20.8125 19.6609 20.1772 19.7687 19.4799L21.4487 9.4799C21.5307 8.89249 21.4368 8.29394 21.1787 7.7599ZM16.5287 11.4399L12.1887 15.7699C11.9342 16.0298 11.6072 16.2071 11.2504 16.2784C10.8937 16.3498 10.5237 16.312 10.1887 16.1699C9.96748 16.077 9.7669 15.941 9.59869 15.7699L7.44867 13.6199C7.34399 13.5302 7.259 13.4199 7.19897 13.2959C7.13895 13.1718 7.10523 13.0367 7.09991 12.8989C7.09459 12.7612 7.11782 12.6239 7.16809 12.4956C7.21836 12.3672 7.29457 12.2507 7.39203 12.1532C7.48948 12.0558 7.60605 11.9795 7.73437 11.9292C7.8627 11.879 8.00004 11.8558 8.13776 11.8611C8.27548 11.8664 8.4106 11.9001 8.53467 11.9602C8.65873 12.0202 8.76906 12.1052 8.8587 12.2099L10.8587 14.2099L15.0687 9.99989C15.257 9.81159 15.5124 9.7058 15.7787 9.7058C16.045 9.7058 16.3004 9.81159 16.4887 9.99989C16.677 10.1882 16.7828 10.4436 16.7828 10.7099C16.7828 10.9762 16.677 11.2316 16.4887 11.4199L16.5287 11.4399Z" fill="black"/> </svg>
Home Check in other icon packs
Copied!