Diversity 2 icon

Diversity 2 is a Google Material Symbol from the Social category. It's one of the 500 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

diversity_2_outlined_fill0_wght400.svg

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

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

Diversity 2 icon in React

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

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

Diversity 2 icon in Vue

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

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

Diversity 2 icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Diversity 2 icon in Android

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

<!-- res/drawable/diversity_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="M8.525 22.325q-1.2 0-2.125-.712T5.1 19.775q-.4 .65-.975 1.013T2.75 21.15q-1.175 0-1.95-.825T.025 18.375q0-1.225 .763-1.937T2.725 15.7q-.45-.5-.7-1.162T1.775 13.2q0-.95 .488-1.775t1.387-1.325q.125 .325 .313 .7t.387 .65q-.5 .325-.787 .8T3.275 13.25q0 1.5 1.213 1.888T6.825 15.75l.275 .475q-.3 .875-.487 1.438T6.425 18.7q0 .85 .638 1.488T8.55 20.825q1.025 0 1.688-.862t1.075-2.05q.412-1.188 .637-2.4t.375-1.888l1.45 .4q-.225 1.075-.525 2.5t-.862 2.713Q11.825 20.525 10.913 21.425T8.525 22.325ZM2.775 19.65q.525 0 .888-.362T4.025 18.4q0-.525-.362-.887T2.775 17.15q-.525 0-.887 .363T1.525 18.4q0 .525 .363 .888T2.775 19.65Zm7.5-4.75q-1.125-1-2.05-1.862T6.638 11.35q-.663-.825-1.025-1.625T5.25 8.025q0-1.5 1.05-2.55t2.55-1.05q.225 0 .425 .013t.4 .062q-.225-.425-.325-.725t-.1-.6q0-1.15 .8-1.95t1.95-.8q1.15 0 1.95 .8t.8 1.95q0 .275-.087 .588T14.325 4.5q.2-.05 .4-.062t.425-.013q1.425 0 2.413 .913T18.7 7.6q-.35-.025-.75-.012t-.75 .062q-.125-.75-.675-1.237T15.15 5.925q-.925 0-1.462 .513T12.25 8h-.525q-.925-1.1-1.462-1.587T8.85 5.925q-.9 0-1.5 .6t-.6 1.5q0 .6 .325 1.225t.925 1.338q.6 .712 1.45 1.5t1.9 1.737l-1.075 1.075Zm2.613-10.837Q13.25 3.7 13.25 3.175t-.362-.887Q12.525 1.925 12 1.925t-.887 .363Q10.75 2.65 10.75 3.175t.363 .888Q11.475 4.425 12 4.425t.888-.362ZM15.45 22.35q-.55 0-1.087-.175T13.325 21.65q.2-.3 .4-.675t.325-.7q.35 .275 .713 .413T15.5 20.825q.875 0 1.488-.637T17.6 18.7q0-.5-.2-1.062T16.925 16.225l.275-.475q1.15-.2 2.35-.587t1.2-1.888q0-1.1-.8-1.637T18.175 11.1q-1.05 0-2.487 .4T12.35 12.525l-.375-1.45q1.9-.625 3.425-1.05t2.775-.425q1.6 0 2.838 .963T22.25 13.25q0 .675-.25 1.325t-.7 1.15q1.15 .025 1.925 .75t.775 1.925q0 1.125-.775 1.95t-1.95 .825q-.775 0-1.375-.362T18.925 19.8q-.4 1.125-1.325 1.838T15.45 22.35Zm6.688-3.037Q22.5 18.95 22.5 18.425q0-.5-.375-.887T21.25 17.15q-.5 0-.875 .375t-.375 .875q0 .5 .388 .888T21.275 19.675q.5 0 .863-.362ZM2.775 18.4Zm9.225-15.225Zm9.25 15.225Z" />
</vector>

Diversity 2 icon in SVG

npm install @material-symbols/svg-400

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

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

Diversity 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

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

Keywords

socialnetworkhumanpeoplegroupcommunityteamrepresentationheartfamilyuserscollaboration

Related icons