User Suited Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User Suited 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/306849.svg" alt="User Suited icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306849.svg" alt="User Suited icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306849.svg" alt="User Suited icon" :width="24" :height="24" />
CSS background
.icon-user-suited {
background-image: url('https://proicons.com/icon/306849.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 478c-129-1-231-104-231-235 0-123 107-229 231-228 128 1 231 105 231 233 0 125-104 230-231 230zM234 984c-71 0-141 0-211 1-17 0-24-4-23-23 5-145 54-273 150-381 30-35 67-63 106-88 21-14 27 2 33 17 25 62 50 125 75 188l102 252c12 31 10 34-25 34H234zm528 0H552c-27 0-30-4-20-28 60-150 120-299 180-448 10-25 15-26 39-11 139 92 213 225 242 387 4 26 4 52 7 79 2 18-6 21-22 21H762zm-262-60c-22-55-42-103-61-151-20-48-38-96-58-144-7-16-8-25 8-36 33-22 64-46 95-70 11-9 19-10 31-1 32 25 65 49 99 73 8 7 14 12 9 25-41 99-80 198-123 304z"/></svg>
Copied!