Groups 2 icon

Groups 2 is a Google Material Symbol from the Social category. 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_2_outlined_fill0_wght400.svg

Groups 2 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_2" />

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

Groups 2 icon in React

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

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

Groups 2 icon in Vue

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

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

Groups 2 icon in Angular

With Angular Material and the font from the HTML tab:

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

Groups 2 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_2, fill: 0, weight: 400)

Groups 2 icon in Android

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

<!-- res/drawable/groups_2.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="M9.825 12q-.525 0-.862-.4t-.238-.9l.375-2.25q.2-1.075 1.013-1.762T12 6q1.1 0 1.913 .688T14.925 8.45l.375 2.25q.1 .5-.237 .9T14.2 12H9.825Zm.45-1.5h3.475l-.3-1.8q-.1-.525-.5-.862T12.013 7.5q-.538 0-.938 .338T10.575 8.7l-.3 1.8ZM3.475 13.778q-.5 .022-.871-.198-.371-.22-.484-.682Q2.075 12.7 2.113 12.5t.112-.383q0 .023-.025-.092 0-.025-.22-.526Q1.925 11.225 2.025 11.013q.1-.213 .3-.413l.05-.05q.05-.425 .345-.7 .294-.275 .73-.275 .025 0 .404 .075l.071-.025q.125-.1 .292-.162 .166-.063 .354-.063 .229 0 .429 .088 .2 .087 .308 .24 .021 0 .032 .011 .011 .011 .032 .011 .301 .022 .527 .186Q6.125 10.1 6.25 10.383q.05 .153 .038 .295-.013 .141-.063 .272 0 .05 .025 .075 .152 .154 .238 .341Q6.575 11.552 6.575 11.75q0 .05-.125 .455-.025 .048 0 .095 .025 .1 .025 .35 0 .45-.38 .789-.381 .339-.924 .339H3.475Zm16.723-.028q-.723 0-1.235-.517-.513-.517-.513-1.244 0-.264 .088-.501T18.75 11.05l-.625-.55q-.2-.2-.075-.45t.388-.25h1.756q.725 0 1.24 .517Q21.95 10.834 21.95 11.56v.439q0 .726-.515 1.239t-1.237 .512ZM0 18v-1.325q0-.986 1.05-1.581Q2.1 14.5 3.76 14.5q.304 0 .585 .013 .28 .012 .555 .055-.2 .432-.3 .871-.1 .44-.1 .936v1.625H0Zm6 0v-1.625q0-1.625 1.663-2.625T12 12.75q2.7 0 4.35 1t1.65 2.625v1.625H6Zm14.25-3.5q1.688 0 2.719 .594T24 16.675v1.325H19.5v-1.625q0-.496-.087-.936T19.125 14.568q.275-.043 .554-.055 .28-.013 .571-.013Zm-8.255-.25Q10 14.25 8.75 14.85q-1.25 .6-1.25 1.525v.125h9v-.15q0-.9-1.237-1.5t-3.268-.6Zm.005 2.25Zm.025-7.5Z" />
</vector>

Groups 2 icon in SVG

npm install @material-symbols/svg-400

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

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

Groups 2 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 2
Ligaturegroups_2
Code pointU+F8DF
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/groups_2.svg, groups_2-fill.svg
FlutterSymbols.groups_2
LicenseApache License 2.0 (© Google LLC)

Keywords

socialnetworkconnectionhumanpersonpeoplebodyinteractioncommunityteamusersmeeting

Related icons