User Alt 4 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The User Alt 4 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/306843.svg" alt="User Alt 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306843.svg" alt="User Alt 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306843.svg" alt="User Alt 4 icon" :width="24" :height="24" />
CSS background
.icon-user-alt-4 {
background-image: url('https://proicons.com/icon/306843.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="M838 708c-42-28-89-44-134-65l-25-11c-42-19-57-58-39-101 12-27 22-55 27-84 1-6 2-11 10-10 15 1 24-9 28-22 8-24 16-48 23-72 2-10 3-19 1-29-2-9-7-18-17-19-12 0-13-5-13-15 2-16 2-32 5-48C719 121 643 19 532 3l-9-3h-43c-6 5-14 3-21 5-108 25-173 121-159 232 2 16 5 31 4 47 0 6-1 10-9 11-16 2-20 13-21 27-1 20 8 37 13 56 2 10 6 19 9 29 5 18 12 31 33 30 6-1 7 3 8 8 5 31 15 61 28 90 11 23 6 47-5 70-6 14-19 19-31 25-43 20-87 36-129 58-14 7-27 15-39 24-20 14-35 32-42 56-14 47-19 95-10 143 7 32 26 53 58 63s64 14 97 17c44 4 88 6 133 7 4 0 9 1 14 2h177c37-2 75-4 112-6 42-2 84-7 126-17 44-10 65-35 69-81 3-43-2-86-13-129-7-26-22-44-44-59z"/></svg>
Copied!