User Alt 5 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User Alt 5 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/306844.svg" alt="User Alt 5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306844.svg" alt="User Alt 5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306844.svg" alt="User Alt 5 icon" :width="24" :height="24" />
CSS background
.icon-user-alt-5 {
background-image: url('https://proicons.com/icon/306844.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="M939 835c-42-115-114-203-220-263-5-3-9-3-14 1-57 48-123 74-197 76-80 1-151-24-212-75-6-5-10-5-16-2-42 24-81 54-114 90C96 737 54 826 38 928c-2 14-3 27-5 41v31h923c8 0 11-2 11-11-2-53-10-104-28-154zM500 565c156-1 282-127 282-284C782 126 655 0 500 0 343 0 218 127 218 284c1 155 128 281 282 281zm174-175c-47 51-99 90-169 92-73 3-125-39-172-92h341z"/></svg>
Copied!