Groups icon

Groups is a Google Material Symbol from the Social category. It's one of the 100 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

groups_outlined_fill0_wght400.svg

Groups icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=groups" />

<span class="material-symbols-outlined">groups</span>

Groups icon in React

// With the font from the HTML tab:
export function GroupsIcon() {
  return (
    <span className="material-symbols-outlined">
      groups
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import GroupsIcon from "@material-symbols/svg-400/outlined/groups.svg?react";

Groups icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">groups</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import GroupsIcon from "@material-symbols/svg-400/outlined/groups.svg?component"; -->

Groups icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">groups</mat-icon>

Groups icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.groups, fill: 0, weight: 400)

Groups icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/groups.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M0 18v-1.325q0-.964 1.038-1.569Q2.075 14.5 3.76 14.5q.304 0 .584 .013t.556 .053q-.2 .434-.3 .88-.1 .445-.1 .929v1.625H0Zm6 0v-1.625q0-.8 .438-1.462T7.675 13.75q.8-.5 1.913-.75t2.412-.25q1.325 0 2.438 .25t1.912 .75q.8 .5 1.225 1.163t.425 1.462v1.625H6Zm13.5 0v-1.625q0-.496-.087-.936T19.125 14.568q.275-.043 .554-.055 .28-.013 .571-.013 1.688 0 2.719 .594T24 16.675v1.325H19.5Zm-12-1.5h9v-.15q0-.925-1.262-1.512T12 14.25q-1.975 0-3.237 .588T7.5 16.375v.125ZM3.739 13.75q-.714 0-1.226-.514Q2 12.722 2 12q0-.725 .514-1.237Q3.028 10.25 3.75 10.25q.725 0 1.238 .513t.512 1.248q0 .714-.512 1.227T3.739 13.75Zm16.5 0q-.714 0-1.226-.514Q18.5 12.722 18.5 12q0-.725 .514-1.237Q19.528 10.25 20.25 10.25q.725 0 1.238 .513t.512 1.248q0 .714-.512 1.227T20.239 13.75ZM12 12q-1.25 0-2.125-.875t-.875-2.125q0-1.275 .875-2.137t2.125-.863q1.275 0 2.138 .863T15 9q0 1.25-.862 2.125T12 12Zm.009-1.5Q12.65 10.5 13.075 10.066t.425-1.075Q13.5 8.35 13.071 7.925t-1.062-.425q-.634 0-1.071 .429t-.438 1.062q0 .634 .434 1.072t1.075 .437ZM12 16.5Zm0-7.5Z" />
</vector>

Groups icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/groups.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/groups.svg" width="24" height="24" alt="Groups">

Groups icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameGroups
Ligaturegroups
Code pointU+F233
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/groups.svg, groups-fill.svg
FlutterSymbols.groups
LicenseApache License 2.0 (© Google LLC)

Keywords

socialnetworkhumaniconpersongraphicpeoplebodymultipleconnectedcommunityteam

Related icons