Users Alt 6 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Users Alt 6 icon is commonly used in team pages, admin panels and user management screens. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306856.svg" alt="Users Alt 6 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306856.svg" alt="Users Alt 6 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306856.svg" alt="Users Alt 6 icon" :width="24" :height="24" />
CSS background
.icon-users-alt-6 {
background-image: url('https://proicons.com/icon/306856.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="M384 553c-99-74-81-185-27-239 63-63 164-63 226 2 54 57 65 164-27 236 47 19 84 50 113 89 54 74 72 157 67 247-1 12-9 11-17 11H223c-10 0-15-2-16-12-7-120 28-224 123-302 16-13 34-23 54-32zm287-185c-37-28-61-62-66-108-6-71 38-135 107-154 68-19 141 15 170 80 27 61 12 127-39 170-3 3-19 7-3 15 90 44 135 121 154 216 6 30 8 60 5 90-1 10-4 14-15 14-84-1-167-1-251 0-10 0-14-4-18-12-26-52-62-95-112-125-10-6-10-9-2-17 33-38 48-82 42-132-2-18 2-27 18-33 3-1 5-2 10-4zM177 489c-58-46-84-103-64-174 18-61 62-99 125-109 61-9 111 11 149 60-119 69-117 210-40 283-24 15-47 32-66 54-56 61-87 133-92 216-1 12-4 17-17 17-51-1-102-1-153 0-14 0-17-6-18-17-9-123 45-268 172-327 1-1 2-2 4-3z"/></svg>
Copied!