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

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

4 other variants in Fluent UI System Color 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"><g fill="none"><path fill="url(#SVGh2wbKvAi)" d="M20.625 14.595a1.25 1.25 0 0 0-1.25 0l-3.744 2.161a1.25 1.25 0 0 0-.625 1.083v4.322c0 .447.239.86.625 1.083l3.744 2.161a1.25 1.25 0 0 0 1.25 0l3.743-2.161a1.25 1.25 0 0 0 .625-1.083V17.84c0-.447-.238-.86-.625-1.083z"/><path fill="url(#SVGQcOzxcsG)" d="M8 15a5 5 0 1 0 0 10a5 5 0 0 0 0-10"/><path fill="url(#SVGMhO3lehS)" d="M17.75 3A2.75 2.75 0 0 0 15 5.75v4.5A2.75 2.75 0 0 0 17.75 13h4.5A2.75 2.75 0 0 0 25 10.25v-4.5A2.75 2.75 0 0 0 22.25 3z"/><path fill="url(#SVG93JwWdCz)" d="M9.812 4.123c-.753-1.497-2.871-1.497-3.624 0l-2.965 5.895C2.536 11.383 3.519 13 5.035 13h5.93c1.516 0 2.499-1.617 1.812-2.982z"/><defs><linearGradient id="SVGh2wbKvAi" x1="9.181" x2="22.885" y1="9.783" y2="23.801" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><linearGradient id="SVGQcOzxcsG" x1="3" x2="13" y1="15" y2="25" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGMhO3lehS" x1="10.833" x2="23.125" y1="-2" y2="13.938" gradientUnits="userSpaceOnUse"><stop stop-color="#ffcd0f"/><stop offset="1" stop-color="#fe8401"/></linearGradient><linearGradient id="SVG93JwWdCz" x1="3.357" x2="10.258" y1="4.875" y2="12.045" gradientUnits="userSpaceOnUse"><stop stop-color="#f24a9d"/><stop offset="1" stop-color="#d7257d"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorDiversity28(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGh2wbKvAi)" d="M20.625 14.595a1.25 1.25 0 0 0-1.25 0l-3.744 2.161a1.25 1.25 0 0 0-.625 1.083v4.322c0 .447.239.86.625 1.083l3.744 2.161a1.25 1.25 0 0 0 1.25 0l3.743-2.161a1.25 1.25 0 0 0 .625-1.083V17.84c0-.447-.238-.86-.625-1.083z"/><path fill="url(#SVGQcOzxcsG)" d="M8 15a5 5 0 1 0 0 10a5 5 0 0 0 0-10"/><path fill="url(#SVGMhO3lehS)" d="M17.75 3A2.75 2.75 0 0 0 15 5.75v4.5A2.75 2.75 0 0 0 17.75 13h4.5A2.75 2.75 0 0 0 25 10.25v-4.5A2.75 2.75 0 0 0 22.25 3z"/><path fill="url(#SVG93JwWdCz)" d="M9.812 4.123c-.753-1.497-2.871-1.497-3.624 0l-2.965 5.895C2.536 11.383 3.519 13 5.035 13h5.93c1.516 0 2.499-1.617 1.812-2.982z"/><defs><linearGradient id="SVGh2wbKvAi" x1="9.181" x2="22.885" y1="9.783" y2="23.801" gradientUnits="userSpaceOnUse"><stop stopColor="#52d17c"/><stop offset="1" stopColor="#22918b"/></linearGradient><linearGradient id="SVGQcOzxcsG" x1="3" x2="13" y1="15" y2="25" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGMhO3lehS" x1="10.833" x2="23.125" y1="-2" y2="13.938" gradientUnits="userSpaceOnUse"><stop stopColor="#ffcd0f"/><stop offset="1" stopColor="#fe8401"/></linearGradient><linearGradient id="SVG93JwWdCz" x1="3.357" x2="10.258" y1="4.875" y2="12.045" gradientUnits="userSpaceOnUse"><stop stopColor="#f24a9d"/><stop offset="1" stopColor="#d7257d"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGh2wbKvAi)" d="M20.625 14.595a1.25 1.25 0 0 0-1.25 0l-3.744 2.161a1.25 1.25 0 0 0-.625 1.083v4.322c0 .447.239.86.625 1.083l3.744 2.161a1.25 1.25 0 0 0 1.25 0l3.743-2.161a1.25 1.25 0 0 0 .625-1.083V17.84c0-.447-.238-.86-.625-1.083z"/><path fill="url(#SVGQcOzxcsG)" d="M8 15a5 5 0 1 0 0 10a5 5 0 0 0 0-10"/><path fill="url(#SVGMhO3lehS)" d="M17.75 3A2.75 2.75 0 0 0 15 5.75v4.5A2.75 2.75 0 0 0 17.75 13h4.5A2.75 2.75 0 0 0 25 10.25v-4.5A2.75 2.75 0 0 0 22.25 3z"/><path fill="url(#SVG93JwWdCz)" d="M9.812 4.123c-.753-1.497-2.871-1.497-3.624 0l-2.965 5.895C2.536 11.383 3.519 13 5.035 13h5.93c1.516 0 2.499-1.617 1.812-2.982z"/><defs><linearGradient id="SVGh2wbKvAi" x1="9.181" x2="22.885" y1="9.783" y2="23.801" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><linearGradient id="SVGQcOzxcsG" x1="3" x2="13" y1="15" y2="25" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGMhO3lehS" x1="10.833" x2="23.125" y1="-2" y2="13.938" gradientUnits="userSpaceOnUse"><stop stop-color="#ffcd0f"/><stop offset="1" stop-color="#fe8401"/></linearGradient><linearGradient id="SVG93JwWdCz" x1="3.357" x2="10.258" y1="4.875" y2="12.045" gradientUnits="userSpaceOnUse"><stop stop-color="#f24a9d"/><stop offset="1" stop-color="#d7257d"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-diversity-28 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGh2wbKvAi)%22%20d%3D%22M20.625%2014.595a1.25%201.25%200%200%200-1.25%200l-3.744%202.161a1.25%201.25%200%200%200-.625%201.083v4.322c0%20.447.239.86.625%201.083l3.744%202.161a1.25%201.25%200%200%200%201.25%200l3.743-2.161a1.25%201.25%200%200%200%20.625-1.083V17.84c0-.447-.238-.86-.625-1.083z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGQcOzxcsG)%22%20d%3D%22M8%2015a5%205%200%201%200%200%2010a5%205%200%200%200%200-10%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMhO3lehS)%22%20d%3D%22M17.75%203A2.75%202.75%200%200%200%2015%205.75v4.5A2.75%202.75%200%200%200%2017.75%2013h4.5A2.75%202.75%200%200%200%2025%2010.25v-4.5A2.75%202.75%200%200%200%2022.25%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG93JwWdCz)%22%20d%3D%22M9.812%204.123c-.753-1.497-2.871-1.497-3.624%200l-2.965%205.895C2.536%2011.383%203.519%2013%205.035%2013h5.93c1.516%200%202.499-1.617%201.812-2.982z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGh2wbKvAi%22%20x1%3D%229.181%22%20x2%3D%2222.885%22%20y1%3D%229.783%22%20y2%3D%2223.801%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2322918b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGQcOzxcsG%22%20x1%3D%223%22%20x2%3D%2213%22%20y1%3D%2215%22%20y2%3D%2225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGMhO3lehS%22%20x1%3D%2210.833%22%20x2%3D%2223.125%22%20y1%3D%22-2%22%20y2%3D%2213.938%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe8401%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG93JwWdCz%22%20x1%3D%223.357%22%20x2%3D%2210.258%22%20y1%3D%224.875%22%20y2%3D%2212.045%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f24a9d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d7257d%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGh2wbKvAi)%22%20d%3D%22M20.625%2014.595a1.25%201.25%200%200%200-1.25%200l-3.744%202.161a1.25%201.25%200%200%200-.625%201.083v4.322c0%20.447.239.86.625%201.083l3.744%202.161a1.25%201.25%200%200%200%201.25%200l3.743-2.161a1.25%201.25%200%200%200%20.625-1.083V17.84c0-.447-.238-.86-.625-1.083z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGQcOzxcsG)%22%20d%3D%22M8%2015a5%205%200%201%200%200%2010a5%205%200%200%200%200-10%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMhO3lehS)%22%20d%3D%22M17.75%203A2.75%202.75%200%200%200%2015%205.75v4.5A2.75%202.75%200%200%200%2017.75%2013h4.5A2.75%202.75%200%200%200%2025%2010.25v-4.5A2.75%202.75%200%200%200%2022.25%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG93JwWdCz)%22%20d%3D%22M9.812%204.123c-.753-1.497-2.871-1.497-3.624%200l-2.965%205.895C2.536%2011.383%203.519%2013%205.035%2013h5.93c1.516%200%202.499-1.617%201.812-2.982z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGh2wbKvAi%22%20x1%3D%229.181%22%20x2%3D%2222.885%22%20y1%3D%229.783%22%20y2%3D%2223.801%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2352d17c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2322918b%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGQcOzxcsG%22%20x1%3D%223%22%20x2%3D%2213%22%20y1%3D%2215%22%20y2%3D%2225%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGMhO3lehS%22%20x1%3D%2210.833%22%20x2%3D%2223.125%22%20y1%3D%22-2%22%20y2%3D%2213.938%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe8401%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG93JwWdCz%22%20x1%3D%223.357%22%20x2%3D%2210.258%22%20y1%3D%224.875%22%20y2%3D%2212.045%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f24a9d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d7257d%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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