Diversity 1 icon

Diversity 1 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_1_outlined_fill0_wght400.svg

Diversity 1 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_1" />

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

Diversity 1 icon in React

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

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

Diversity 1 icon in Vue

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

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

Diversity 1 icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Diversity 1 icon in Android

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

<!-- res/drawable/diversity_1.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="M1.275 13.9q-.65-1.075-.962-2.162T0 9.6q0-2.75 1.925-4.675t4.675-1.925q1.575 0 2.988 .65t2.412 1.775q1-1.125 2.413-1.775T17.4 3q2.75 0 4.675 1.925t1.925 4.675q0 1.05-.312 2.125T22.725 13.875q-.25-.3-.562-.512T21.5 13q.5-.875 .75-1.725t.25-1.675q0-2.125-1.487-3.612T17.4 4.5q-1.375 0-2.712 .813T12 7.775q-1.35-1.65-2.687-2.462T6.6 4.5q-2.125 0-3.612 1.488T1.5 9.6q0 .825 .25 1.675t.75 1.725q-.35 .15-.662 .375T1.275 13.9ZM0 22v-1.325q0-.975 1.05-1.575t2.7-.6q.325 0 .6 .013t.55 .062q-.2 .425-.3 .863t-.1 .937v1.625H0Zm6 0v-1.625q0-1.625 1.663-2.625T12 16.75q2.7 0 4.35 1t1.65 2.625v1.625H6Zm13.5 0v-1.625q0-.5-.087-.937T19.125 18.575q.275-.05 .55-.062t.575-.013q1.675 0 2.713 .6t1.037 1.575v1.325H19.5ZM12 18.25q-2 0-3.25 .6t-1.25 1.525v.125h9v-.15q0-.9-1.237-1.5T12 18.25Zm-8.25-.5q-.725 0-1.237-.512T2 16q0-.725 .513-1.237T3.75 14.25q.725 0 1.238 .513T5.5 16q0 .725-.512 1.238T3.75 17.75Zm16.5 0q-.725 0-1.237-.512T18.5 16q0-.725 .513-1.237T20.25 14.25q.725 0 1.238 .513T22 16q0 .725-.512 1.238T20.25 17.75Zm-8.25-1.75q-1.25 0-2.125-.875t-.875-2.125q0-1.275 .875-2.137t2.125-.863q1.275 0 2.138 .863T15 13q0 1.25-.862 2.125T12 16Zm0-4.5q-.625 0-1.062 .425T10.5 13q0 .625 .438 1.063T12 14.5q.65 0 1.075-.437t.425-1.063q0-.65-.425-1.075t-1.075-.425Zm0 1.5Zm0 7.5Z" />
</vector>

Diversity 1 icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

socialnetworkpersonpeopleprofileaccountsilhouetteavatarmultiplegroupheadidentity

Related icons