User Alt 3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User Alt 3 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/306842.svg" alt="User Alt 3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306842.svg" alt="User Alt 3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306842.svg" alt="User Alt 3 icon" :width="24" :height="24" />
CSS background
.icon-user-alt-3 {
background-image: url('https://proicons.com/icon/306842.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="M499 972c-160 0-319-1-478 0-17 0-19-6-20-20-8-101 52-156 131-199 50-27 106-43 158-65 21-9 42-18 60-32 23-18 28-39 13-64-12-19-26-37-39-56-65-98-89-204-61-319C290 101 388 24 507 28c100 3 174 52 214 144 53 125 30 244-40 357-11 19-26 36-38 54-23 33-18 58 17 80 40 25 84 39 128 55 61 22 119 50 166 98 41 41 49 92 45 147-1 12-9 9-15 9H499z"/></svg>
Copied!