Group Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Group icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305791.svg" alt="Group icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305791.svg" alt="Group icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305791.svg" alt="Group icon" :width="24" :height="24" />
CSS background
.icon-group {
background-image: url('https://proicons.com/icon/305791.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="M753 420c50 0 90-40 90-89 0-50-40-90-90-90-49 0-89 40-89 90 0 49 40 89 89 89zm-506 0c49 0 89-40 89-89 0-50-40-90-89-90s-90 40-90 90c1 49 41 89 90 89zm253-93c73 0 132-59 132-132S573 62 500 62s-132 60-132 133 59 132 132 132zm253 128c-14 0-27 2-40 6 17 33 27 69 27 108v286h156V597c0-79-64-142-143-142zM104 597v258h156V569c0-39 11-75 27-108-13-4-26-6-40-6-79 0-143 63-143 142zm396-235c-114 0-207 93-207 207v369h414V569c0-114-93-207-207-207z"/></svg>
Group in other icon packs
Copied!