User Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The User Check icon is commonly used in account pages, profile sections and authentication flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310367.svg" alt="User Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310367.svg" alt="User Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310367.svg" alt="User Check icon" :width="24" :height="24" />
CSS background
.icon-user-check {
background-image: url('https://proicons.com/icon/310367.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="M12.8647 21.2498C12.8645 21.4487 12.7854 21.6394 12.6446 21.78C12.5017 21.9172 12.3125 21.9957 12.1144 22H4.48207C4.28309 22 4.09232 21.921 3.95163 21.7803C3.81093 21.6396 3.73183 21.4487 3.73183 21.2498C3.73183 17.1485 8.22321 13.9676 12.1044 13.9676C12.3026 13.9702 12.4919 14.05 12.632 14.1902C12.7722 14.3303 12.8521 14.5196 12.8546 14.7178L12.8647 21.2498Z" fill="black"/> <path d="M16.8659 9.07603C16.4819 10.0087 15.8286 10.8057 14.9893 11.3652C14.1501 11.9247 13.1631 12.2213 12.1545 12.217C10.8013 12.2117 9.50523 11.6712 8.54936 10.7134C7.59348 9.75568 7.05544 8.45858 7.0528 7.10545C7.05339 6.09294 7.35655 5.10366 7.92319 4.26455C8.48402 3.42254 9.28335 2.76712 10.2189 2.38219C11.1545 1.99726 12.1838 1.90037 13.1748 2.10391C14.1665 2.29634 15.0767 2.78454 15.7856 3.5043C16.5046 4.21775 16.9924 5.13086 17.1859 6.1251C17.3717 7.11882 17.2604 8.14525 16.8659 9.07603Z" fill="black"/> <path d="M16.4757 20.6096C16.3116 20.6088 16.1489 20.5783 15.9956 20.5196C15.8422 20.4534 15.7029 20.3583 15.5855 20.2394L14.2551 18.9091C14.1814 18.8404 14.1222 18.7576 14.0812 18.6655C14.0402 18.5735 14.0181 18.4741 14.0164 18.3734C14.0146 18.2727 14.0332 18.1727 14.0709 18.0792C14.1087 17.9858 14.1648 17.9009 14.236 17.8297C14.3073 17.7585 14.3921 17.7023 14.4855 17.6646C14.5789 17.6268 14.6791 17.6083 14.7798 17.6101C14.8805 17.6119 14.9798 17.6339 15.0719 17.6749C15.1639 17.7159 15.2467 17.775 15.3154 17.8488L16.4858 19.0191L19.0066 16.4883C19.1488 16.3558 19.3369 16.2836 19.5313 16.2871C19.7256 16.2905 19.911 16.3693 20.0485 16.5067C20.186 16.6442 20.2646 16.8296 20.268 17.024C20.2715 17.2183 20.1993 17.4064 20.0668 17.5486L17.366 20.2394C17.2545 20.3582 17.1178 20.4506 16.9659 20.5096C16.8114 20.5772 16.6444 20.6114 16.4757 20.6096Z" fill="black"/> </svg>
User Check in other icon packs
Copied!