User Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User Alt 2 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/306841.svg" alt="User Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306841.svg" alt="User Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306841.svg" alt="User Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-user-alt-2 {
background-image: url('https://proicons.com/icon/306841.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="M524 1000c-106 0-192-21-273-66-94-54-125-120-105-235 20-125 84-223 185-298 15-12 24-10 36 3 37 40 75 79 111 119 12 14 19 16 32-1 31-39 65-77 97-117 10-13 18-17 34-7 123 78 192 189 215 332 23 145-69 200-171 240-56 22-115 31-161 30zm-33-609c-105 0-194-91-194-197C298 90 385 2 490 0c106-2 198 87 199 192 0 110-87 198-198 199z"/></svg>
Copied!