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/311012.svg" alt="User Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311012.svg" alt="User Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311012.svg" alt="User Check icon" :width="24" :height="24" />
CSS background
.icon-user-check {
background-image: url('https://proicons.com/icon/311012.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.3585 14.7235C8.75848 14.7235 4.73848 17.6519 4.73848 21.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12.3585 11.4653C13.2212 11.4673 14.0652 11.2134 14.7835 10.7358C15.5018 10.2581 16.0622 9.57825 16.3937 8.78217C16.7253 7.98609 16.813 7.1096 16.6459 6.26365C16.4788 5.41769 16.0644 4.6403 15.455 4.02987C14.8457 3.41944 14.0688 3.00342 13.2228 2.83447C12.3767 2.66551 11.4996 2.75122 10.7023 3.08075C9.90503 3.41027 9.2235 3.9688 8.74398 4.68562C8.26445 5.40245 8.00849 6.24535 8.00848 7.10764C8.00848 8.26163 8.46646 9.3685 9.28196 10.1854C10.0975 11.0024 11.2039 11.4626 12.3585 11.4653Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.2615 18.3624L14.9501 20.051C15.0095 20.1111 15.0802 20.1589 15.1582 20.1914C15.2362 20.224 15.3199 20.2408 15.4044 20.2408C15.4889 20.2408 15.5726 20.224 15.6505 20.1914C15.7285 20.1589 15.7993 20.1111 15.8587 20.051L19.2615 16.6481" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
User Check in other icon packs
Copied!