Group Off icon

Group Off 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

group_off_outlined_fill0_wght400.svg

Group Off 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,[email protected],100..700,0..1,-50..200&icon_names=group_off" />

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

Group Off icon in React

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

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

Group Off icon in Vue

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

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

Group Off icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Group Off icon in Android

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

<!-- res/drawable/group_off.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="M20.825 22.975 16.95 19.1v.9H.95v-2.35q0-.875 .45-1.587t1.25-1.063q1.825-.8 3.288-1.15T8.95 13.5q.7 0 1.363 .075t1.312 .2l-1.875-1.875q-.2 .05-.4 .063t-.4 .012q-1.65 0-2.7-1.05t-1.05-2.7q0-.2 .013-.4t.062-.4L.65 2.8l1.075-1.075L21.9 21.9l-1.075 1.075ZM15.6 13.45q1.725 .2 3.225 .575t2.45 .875q.85 .45 1.313 1.163T23.05 17.65v2.35h-.9L18.175 16.025q-.35-.875-1.012-1.512T15.6 13.45Zm-6.65 1.55q-1.425 0-2.662 .275T3.25 16.35q-.35 .15-.575 .525t-.225 .775v.85h13v-.9l-1.575-1.575q-1.475-.6-2.562-.812T8.95 15Zm4.45-3.75q.4-.575 .6-1.35t.2-1.675q0-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.087 2.7T14.125 11.975l-.725-.725Zm-1.15-1.15-1.15-1.15q.05-.175 .075-.35t.025-.375q0-.975-.637-1.612T8.95 5.975q-.2 0-.375 .025t-.35 .075l-1.15-1.15q.4-.225 .875-.337t1-.113q1.65 0 2.7 1.05t1.05 2.7q0 .525-.112 1T12.25 10.1ZM9.1 18.5Zm.575-11Z" />
</vector>

Group Off icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/group_off.svg" width="24" height="24" alt="Group Off">

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

Keywords

socialhumanpersondisabledpeoplebodysplitmeetingcollaborationseparategatheringcrowd

Related icons