Groups 3 icon

Groups 3 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_3_outlined_fill0_wght400.svg

Groups 3 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_3" />

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

Groups 3 icon in React

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

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

Groups 3 icon in Vue

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

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

Groups 3 icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Groups 3 icon in Android

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

<!-- res/drawable/groups_3.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="m3.75 14 2.05-2-2.05-2.05-2 2.05 2 2Zm14.325-.25 2.175-3.5 2.2 3.5H18.075Zm-6.075-1.75q-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-4.5q-.634 0-1.071 .429t-.438 1.062q0 .634 .434 1.072t1.075 .437Q12.65 10.5 13.075 10.066t.425-1.075Q13.5 8.35 13.071 7.925t-1.062-.425Zm-.009 1.5ZM0 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.25Z" />
</vector>

Groups 3 icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

socialnetworkhumanpersonpeoplebodyprofileuseraccountabstractgrouphead

Related icons