diversity-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
diversity-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

The same icon in other sets

Use the diversity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.188 4.123c.753-1.497 2.871-1.497 3.624 0l2.965 5.895c.687 1.365-.296 2.982-1.812 2.982h-5.93c-1.516 0-2.499-1.617-1.812-2.982zM15 5.75A2.75 2.75 0 0 1 17.75 3h4.5A2.75 2.75 0 0 1 25 5.75v4.5A2.75 2.75 0 0 1 22.25 13h-4.5A2.75 2.75 0 0 1 15 10.25zM8 15a5 5 0 1 0 0 10a5 5 0 0 0 0-10m11.375-.405a1.25 1.25 0 0 1 1.25 0l3.744 2.161c.386.223.625.636.625 1.083v4.322c0 .447-.239.86-.625 1.083l-3.744 2.161a1.25 1.25 0 0 1-1.25 0l-3.743-2.161a1.25 1.25 0 0 1-.625-1.083V17.84c0-.447.238-.86.625-1.083z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDiversity28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.188 4.123c.753-1.497 2.871-1.497 3.624 0l2.965 5.895c.687 1.365-.296 2.982-1.812 2.982h-5.93c-1.516 0-2.499-1.617-1.812-2.982zM15 5.75A2.75 2.75 0 0 1 17.75 3h4.5A2.75 2.75 0 0 1 25 5.75v4.5A2.75 2.75 0 0 1 22.25 13h-4.5A2.75 2.75 0 0 1 15 10.25zM8 15a5 5 0 1 0 0 10a5 5 0 0 0 0-10m11.375-.405a1.25 1.25 0 0 1 1.25 0l3.744 2.161c.386.223.625.636.625 1.083v4.322c0 .447-.239.86-.625 1.083l-3.744 2.161a1.25 1.25 0 0 1-1.25 0l-3.743-2.161a1.25 1.25 0 0 1-.625-1.083V17.84c0-.447.238-.86.625-1.083z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.188 4.123c.753-1.497 2.871-1.497 3.624 0l2.965 5.895c.687 1.365-.296 2.982-1.812 2.982h-5.93c-1.516 0-2.499-1.617-1.812-2.982zM15 5.75A2.75 2.75 0 0 1 17.75 3h4.5A2.75 2.75 0 0 1 25 5.75v4.5A2.75 2.75 0 0 1 22.25 13h-4.5A2.75 2.75 0 0 1 15 10.25zM8 15a5 5 0 1 0 0 10a5 5 0 0 0 0-10m11.375-.405a1.25 1.25 0 0 1 1.25 0l3.744 2.161c.386.223.625.636.625 1.083v4.322c0 .447-.239.86-.625 1.083l-3.744 2.161a1.25 1.25 0 0 1-1.25 0l-3.743-2.161a1.25 1.25 0 0 1-.625-1.083V17.84c0-.447.238-.86.625-1.083z"/></svg>
</template>

CSS

.icon-diversity-28-filled {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.188%204.123c.753-1.497%202.871-1.497%203.624%200l2.965%205.895c.687%201.365-.296%202.982-1.812%202.982h-5.93c-1.516%200-2.499-1.617-1.812-2.982zM15%205.75A2.75%202.75%200%200%201%2017.75%203h4.5A2.75%202.75%200%200%201%2025%205.75v4.5A2.75%202.75%200%200%201%2022.25%2013h-4.5A2.75%202.75%200%200%201%2015%2010.25zM8%2015a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m11.375-.405a1.25%201.25%200%200%201%201.25%200l3.744%202.161c.386.223.625.636.625%201.083v4.322c0%20.447-.239.86-.625%201.083l-3.744%202.161a1.25%201.25%200%200%201-1.25%200l-3.743-2.161a1.25%201.25%200%200%201-.625-1.083V17.84c0-.447.238-.86.625-1.083z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.188%204.123c.753-1.497%202.871-1.497%203.624%200l2.965%205.895c.687%201.365-.296%202.982-1.812%202.982h-5.93c-1.516%200-2.499-1.617-1.812-2.982zM15%205.75A2.75%202.75%200%200%201%2017.75%203h4.5A2.75%202.75%200%200%201%2025%205.75v4.5A2.75%202.75%200%200%201%2022.25%2013h-4.5A2.75%202.75%200%200%201%2015%2010.25zM8%2015a5%205%200%201%200%200%2010a5%205%200%200%200%200-10m11.375-.405a1.25%201.25%200%200%201%201.25%200l3.744%202.161c.386.223.625.636.625%201.083v4.322c0%20.447-.239.86-.625%201.083l-3.744%202.161a1.25%201.25%200%200%201-1.25%200l-3.743-2.161a1.25%201.25%200%200%201-.625-1.083V17.84c0-.447.238-.86.625-1.083z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/diversity-28-filled.svg?color=%231a73e8&size=48