User Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User Alt 1 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/306840.svg" alt="User Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306840.svg" alt="User Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306840.svg" alt="User Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-user-alt-1 {
background-image: url('https://proicons.com/icon/306840.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="M400 850V739c0-4-1-7-5-9-30-20-61-41-91-61-3-2-4-4-5-7l-27-219c-2-13-3-26-5-39 0-3 1-4 4-5 33-8 66-15 100-20 40-7 80-12 121-12 29-1 58 1 86 5 51 6 101 15 151 27 4 1 5 2 4 5-5 41-10 83-15 124-6 44-12 88-17 132 0 5-2 8-7 11l-90 60c-3 2-4 4-4 7v223c0 5-1 7-4 9-24 13-49 24-76 28-23 4-45 1-67-6-17-6-33-13-49-23-3-1-4-4-4-7V850zm-67-683C333 74 408 0 500 0s167 75 167 167-75 166-167 166-167-74-167-166z"/></svg>
Copied!