Group icon

Group 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

group_outlined_fill0_wght400.svg

Group 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=group" />

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

Group icon in React

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

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

Group icon in Vue

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

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

Group icon in Angular

With Angular Material and the font from the HTML tab:

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

Group 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.group, fill: 0, weight: 400)

Group icon in Android

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

<!-- res/drawable/group.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="M.95 20v-2.35q0-.875 .45-1.587t1.25-1.063q1.825-.8 3.288-1.15T8.95 13.5q1.55 0 3 .35t3.275 1.15q.8 .35 1.263 1.063T16.95 17.65v2.35H.95Zm17.5 0v-2.35q0-1.575-.8-2.587T15.55 13.425q1.725 .2 3.25 .588t2.475 .887q.825 .475 1.3 1.175t.475 1.575v2.35H18.45ZM6.25 10.925q-1.05-1.05-1.05-2.7t1.05-2.7q1.05-1.05 2.7-1.05t2.7 1.05q1.05 1.05 1.05 2.7t-1.05 2.7q-1.05 1.05-2.7 1.05t-2.7-1.05Zm10.65 0q-1.05 1.05-2.7 1.05-.275 0-.612-.037T12.975 11.8q.6-.625 .913-1.537T14.2 8.225q0-1.125-.312-1.987T12.975 4.65q.275-.075 .613-.125t.612-.05q1.65 0 2.7 1.05t1.05 2.7q0 1.65-1.05 2.7ZM2.45 18.5h13v-.85q0-.4-.237-.775T14.625 16.35q-1.8-.8-3.025-1.075t-2.65-.275q-1.425 0-2.662 .275T3.25 16.35q-.35 .15-.575 .525t-.225 .775v.85Zm8.113-8.662Q11.2 9.2 11.2 8.225t-.637-1.612Q9.925 5.975 8.95 5.975t-1.612 .638Q6.7 7.25 6.7 8.225t.638 1.613Q7.975 10.475 8.95 10.475t1.613-.637ZM8.95 18.5Zm0-10.275Z" />
</vector>

Group icon in SVG

npm install @material-symbols/svg-400

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

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

Group 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

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

Keywords

socialnetworklistpeopleprofilesimplefacemanagementbasicdirectorycommunityteam

Related icons