User Alt 6 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User Alt 6 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/306845.svg" alt="User Alt 6 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306845.svg" alt="User Alt 6 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306845.svg" alt="User Alt 6 icon" :width="24" :height="24" />
CSS background
.icon-user-alt-6 {
background-image: url('https://proicons.com/icon/306845.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="M361 453C205 336 233 159 318 75 418-26 578-25 675 77c87 90 104 260-42 374 74 30 133 78 179 141 85 116 115 247 105 390-1 20-13 18-26 18H434c-109 0-219-1-328 0-16 0-23-3-24-20-11-190 44-353 193-477 26-21 55-36 86-50z"/></svg>
Copied!