Diversity 4 icon

Diversity 4 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

diversity_4_outlined_fill0_wght400.svg

Diversity 4 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_4" />

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

Diversity 4 icon in React

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

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

Diversity 4 icon in Vue

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

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

Diversity 4 icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Diversity 4 icon in Android

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

<!-- res/drawable/diversity_4.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.5 20.5v-8 8Zm17 0v-8 8Zm-1.5-12q.638 0 1.069-.431T20.5 7q0-.637-.431-1.069T19 5.5q-.637 0-1.069 .431T17.5 7q0 .638 .431 1.069T19 8.5Zm0 1.5q-1.275 0-2.137-.862T16 7q0-1.25 .863-2.125t2.137-.875q1.25 0 2.125 .875t.875 2.125q0 1.275-.875 2.138T19 10ZM12.004 7.5q.821 0 1.409-.575t.587-1.429q0-.821-.583-1.408Q12.833 3.5 12 3.5q-.85 0-1.425 .583-.575 .584-.575 1.417 0 .85 .575 1.425t1.429 .575Zm-.004 1.5q-1.475 0-2.487-1.012T8.5 5.5q0-1.45 1.013-2.475t2.487-1.025q1.45 0 2.475 1.025t1.025 2.475q0 1.475-1.025 2.488T12 9ZM7.5 13.375q0 .866 .913 2.02Q9.325 16.55 12 18.975q2.644-2.408 3.572-3.542Q16.5 14.3 16.5 13.375q0-.8-.519-1.337T14.7 11.5q-.44 0-.832 .225Q13.475 11.95 13.125 12.25l-1.125 1.05-1.15-1.05q-.35-.3-.737-.525t-.821-.225q-.767 0-1.279 .546T7.5 13.375Zm-1.5 0q0-1.325 1-2.35t2.3-1.025q.75 0 1.472 .35 .722 .35 1.228 .95 .507-.6 1.216-.95Q13.925 10 14.7 10q1.275 0 2.288 1.025t1.012 2.35q0 1.325-.962 2.613T13.1 20l-1.1 1-1.1-1Q7.875 17.25 6.938 15.975T6 13.375Zm-1-4.875q.638 0 1.069-.431T6.5 7q0-.637-.431-1.069T5 5.5q-.637 0-1.069 .431T3.5 7q0 .638 .431 1.069T5 8.5ZM12.075 22v-1.5h8.425v-8H16.95v-1.5h3.55q.619 0 1.06 .441Q22 11.881 22 12.5v9.5H12.075Zm-8.575-1.5h8.575v1.5H2v-9.5q0-.619 .431-1.059Q2.863 11 3.5 11h3.525v1.5H3.5v8Zm1.5-10.5q-1.275 0-2.137-.862T2 7q0-1.25 .863-2.125t2.137-.875q1.25 0 2.125 .875t.875 2.125q0 1.275-.875 2.138T5 10Zm7-4.5Zm-7 1.5Zm14 0Z" />
</vector>

Diversity 4 icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

socialnetworkconnectionhumanpeoplegroupcommunityteamheartfamilyuserscollaboration

Related icons