User Alt 7 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User Alt 7 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/306846.svg" alt="User Alt 7 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306846.svg" alt="User Alt 7 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306846.svg" alt="User Alt 7 icon" :width="24" :height="24" />
CSS background
.icon-user-alt-7 {
background-image: url('https://proicons.com/icon/306846.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="M969 819c-44-122-121-217-234-281-6-3-10-4-16 1-61 51-131 79-211 81-85 2-161-25-226-80-7-5-11-5-17-2-46 26-87 58-122 96C68 715 22 810 6 919c-2 15-4 29-6 44v33h988c9 0 12-2 12-11-2-57-11-112-31-166zM495 559c159 1 284-123 283-280C776 121 648 3 500 4 344 4 222 128 223 285c1 148 121 272 272 274z"/></svg>
Copied!