User Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User 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/306850.svg" alt="User icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306850.svg" alt="User icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306850.svg" alt="User icon" :width="24" :height="24" />
CSS background
.icon-user {
background-image: url('https://proicons.com/icon/306850.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="M670 460c-5-2-10-3-15-4-45 28-98 44-155 44s-111-16-156-45c-118 26-208 135-211 252-1 62-3 124-3 186 0 58-4 60 26 67 0 0 379 89 689 1 16-6 26-15 25-35-1-71 2-143-1-214-5-119-83-220-199-252zm-168-27c118-2 214-98 214-217C716 96 622 1 503 0 382-1 284 96 283 215s101 220 219 218z"/></svg>
User in other icon packs
Copied!