Ui User Group Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui User Group 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/306813.svg" alt="Ui User Group icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306813.svg" alt="Ui User Group icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306813.svg" alt="Ui User Group icon" :width="24" :height="24" />
CSS background
.icon-ui-user-group {
background-image: url('https://proicons.com/icon/306813.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="M692 665c-125-76-255-78-380-6-45 26-73 59-87 95h544c-12-34-38-66-77-89zM497 246c89 0 160 70 160 159 1 88-71 160-159 161-89 1-160-71-160-161 0-89 70-159 159-159zm467 434c-37-32-80-45-127-47-41-1-81 5-118 27 39 30 63 60 74 94h207c0-26-12-53-36-74zm-683-20c-4-3-6-5-9-6-78-33-154-31-224 17-32 22-48 53-48 83h208c13-35 38-66 73-94zm447-154c0-54 44-99 98-99 54-1 100 44 100 98 1 53-45 100-97 100-56 1-101-44-101-99zm-553 98c-56 1-100-42-100-98-1-54 44-99 99-100 53 0 99 45 99 98 1 56-43 100-98 100z"/></svg>
Copied!