diversity icon
diversity-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.
- Name
- diversity-24
- Set
- Fluent UI System Color Icons
- Style
- 24
- Viewbox
- 24×24
- 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 24 24"><g fill="none"><path fill="url(#SVGa5S8geQn)" d="M17.625 12.745a1.25 1.25 0 0 0-1.25 0l-2.748 1.586a1.25 1.25 0 0 0-.625 1.083v3.172c0 .447.239.86.625 1.083l2.748 1.586a1.25 1.25 0 0 0 1.25 0l2.748-1.586a1.25 1.25 0 0 0 .625-1.083v-3.172c0-.447-.239-.86-.625-1.083z"/><path fill="url(#SVGZhjdTJTL)" d="M15.25 3A2.25 2.25 0 0 0 13 5.25v3.5A2.25 2.25 0 0 0 15.25 11h3.5A2.25 2.25 0 0 0 21 8.75v-3.5A2.25 2.25 0 0 0 18.75 3z"/><path fill="url(#SVGcDy8rKca)" d="M7 13a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fill="url(#SVGV0gOId3L)" d="M5.55 3.898a1.619 1.619 0 0 1 2.9 0l2.372 4.716C11.37 9.707 10.585 11 9.372 11H4.628c-1.213 0-1.999-1.293-1.45-2.386z"/><defs><linearGradient id="SVGa5S8geQn" x1="8.339" x2="19.212" y1="8.892" y2="20.111" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><linearGradient id="SVGZhjdTJTL" x1="9.667" x2="19.5" y1="-1" y2="11.75" gradientUnits="userSpaceOnUse"><stop stop-color="#ffcd0f"/><stop offset="1" stop-color="#fe8401"/></linearGradient><linearGradient id="SVGcDy8rKca" x1="3" x2="11" y1="13" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGV0gOId3L" x1="3.286" x2="8.807" y1="4.5" y2="10.236" gradientUnits="userSpaceOnUse"><stop stop-color="#f24a9d"/><stop offset="1" stop-color="#d7257d"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorDiversity24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGa5S8geQn)" d="M17.625 12.745a1.25 1.25 0 0 0-1.25 0l-2.748 1.586a1.25 1.25 0 0 0-.625 1.083v3.172c0 .447.239.86.625 1.083l2.748 1.586a1.25 1.25 0 0 0 1.25 0l2.748-1.586a1.25 1.25 0 0 0 .625-1.083v-3.172c0-.447-.239-.86-.625-1.083z"/><path fill="url(#SVGZhjdTJTL)" d="M15.25 3A2.25 2.25 0 0 0 13 5.25v3.5A2.25 2.25 0 0 0 15.25 11h3.5A2.25 2.25 0 0 0 21 8.75v-3.5A2.25 2.25 0 0 0 18.75 3z"/><path fill="url(#SVGcDy8rKca)" d="M7 13a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fill="url(#SVGV0gOId3L)" d="M5.55 3.898a1.619 1.619 0 0 1 2.9 0l2.372 4.716C11.37 9.707 10.585 11 9.372 11H4.628c-1.213 0-1.999-1.293-1.45-2.386z"/><defs><linearGradient id="SVGa5S8geQn" x1="8.339" x2="19.212" y1="8.892" y2="20.111" gradientUnits="userSpaceOnUse"><stop stopColor="#52d17c"/><stop offset="1" stopColor="#22918b"/></linearGradient><linearGradient id="SVGZhjdTJTL" x1="9.667" x2="19.5" y1="-1" y2="11.75" gradientUnits="userSpaceOnUse"><stop stopColor="#ffcd0f"/><stop offset="1" stopColor="#fe8401"/></linearGradient><linearGradient id="SVGcDy8rKca" x1="3" x2="11" y1="13" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGV0gOId3L" x1="3.286" x2="8.807" y1="4.5" y2="10.236" 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 24 24"><g fill="none"><path fill="url(#SVGa5S8geQn)" d="M17.625 12.745a1.25 1.25 0 0 0-1.25 0l-2.748 1.586a1.25 1.25 0 0 0-.625 1.083v3.172c0 .447.239.86.625 1.083l2.748 1.586a1.25 1.25 0 0 0 1.25 0l2.748-1.586a1.25 1.25 0 0 0 .625-1.083v-3.172c0-.447-.239-.86-.625-1.083z"/><path fill="url(#SVGZhjdTJTL)" d="M15.25 3A2.25 2.25 0 0 0 13 5.25v3.5A2.25 2.25 0 0 0 15.25 11h3.5A2.25 2.25 0 0 0 21 8.75v-3.5A2.25 2.25 0 0 0 18.75 3z"/><path fill="url(#SVGcDy8rKca)" d="M7 13a4 4 0 1 0 0 8a4 4 0 0 0 0-8"/><path fill="url(#SVGV0gOId3L)" d="M5.55 3.898a1.619 1.619 0 0 1 2.9 0l2.372 4.716C11.37 9.707 10.585 11 9.372 11H4.628c-1.213 0-1.999-1.293-1.45-2.386z"/><defs><linearGradient id="SVGa5S8geQn" x1="8.339" x2="19.212" y1="8.892" y2="20.111" gradientUnits="userSpaceOnUse"><stop stop-color="#52d17c"/><stop offset="1" stop-color="#22918b"/></linearGradient><linearGradient id="SVGZhjdTJTL" x1="9.667" x2="19.5" y1="-1" y2="11.75" gradientUnits="userSpaceOnUse"><stop stop-color="#ffcd0f"/><stop offset="1" stop-color="#fe8401"/></linearGradient><linearGradient id="SVGcDy8rKca" x1="3" x2="11" y1="13" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGV0gOId3L" x1="3.286" x2="8.807" y1="4.5" y2="10.236" gradientUnits="userSpaceOnUse"><stop stop-color="#f24a9d"/><stop offset="1" stop-color="#d7257d"/></linearGradient></defs></g></svg> </template>
CSS
.icon-diversity-24 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGa5S8geQn)%22%20d%3D%22M17.625%2012.745a1.25%201.25%200%200%200-1.25%200l-2.748%201.586a1.25%201.25%200%200%200-.625%201.083v3.172c0%20.447.239.86.625%201.083l2.748%201.586a1.25%201.25%200%200%200%201.25%200l2.748-1.586a1.25%201.25%200%200%200%20.625-1.083v-3.172c0-.447-.239-.86-.625-1.083z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZhjdTJTL)%22%20d%3D%22M15.25%203A2.25%202.25%200%200%200%2013%205.25v3.5A2.25%202.25%200%200%200%2015.25%2011h3.5A2.25%202.25%200%200%200%2021%208.75v-3.5A2.25%202.25%200%200%200%2018.75%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcDy8rKca)%22%20d%3D%22M7%2013a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGV0gOId3L)%22%20d%3D%22M5.55%203.898a1.619%201.619%200%200%201%202.9%200l2.372%204.716C11.37%209.707%2010.585%2011%209.372%2011H4.628c-1.213%200-1.999-1.293-1.45-2.386z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGa5S8geQn%22%20x1%3D%228.339%22%20x2%3D%2219.212%22%20y1%3D%228.892%22%20y2%3D%2220.111%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%22SVGZhjdTJTL%22%20x1%3D%229.667%22%20x2%3D%2219.5%22%20y1%3D%22-1%22%20y2%3D%2211.75%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%22SVGcDy8rKca%22%20x1%3D%223%22%20x2%3D%2211%22%20y1%3D%2213%22%20y2%3D%2221%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%22SVGV0gOId3L%22%20x1%3D%223.286%22%20x2%3D%228.807%22%20y1%3D%224.5%22%20y2%3D%2210.236%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGa5S8geQn)%22%20d%3D%22M17.625%2012.745a1.25%201.25%200%200%200-1.25%200l-2.748%201.586a1.25%201.25%200%200%200-.625%201.083v3.172c0%20.447.239.86.625%201.083l2.748%201.586a1.25%201.25%200%200%200%201.25%200l2.748-1.586a1.25%201.25%200%200%200%20.625-1.083v-3.172c0-.447-.239-.86-.625-1.083z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZhjdTJTL)%22%20d%3D%22M15.25%203A2.25%202.25%200%200%200%2013%205.25v3.5A2.25%202.25%200%200%200%2015.25%2011h3.5A2.25%202.25%200%200%200%2021%208.75v-3.5A2.25%202.25%200%200%200%2018.75%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGcDy8rKca)%22%20d%3D%22M7%2013a4%204%200%201%200%200%208a4%204%200%200%200%200-8%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGV0gOId3L)%22%20d%3D%22M5.55%203.898a1.619%201.619%200%200%201%202.9%200l2.372%204.716C11.37%209.707%2010.585%2011%209.372%2011H4.628c-1.213%200-1.999-1.293-1.45-2.386z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGa5S8geQn%22%20x1%3D%228.339%22%20x2%3D%2219.212%22%20y1%3D%228.892%22%20y2%3D%2220.111%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%22SVGZhjdTJTL%22%20x1%3D%229.667%22%20x2%3D%2219.5%22%20y1%3D%22-1%22%20y2%3D%2211.75%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%22SVGcDy8rKca%22%20x1%3D%223%22%20x2%3D%2211%22%20y1%3D%2213%22%20y2%3D%2221%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%22SVGV0gOId3L%22%20x1%3D%223.286%22%20x2%3D%228.807%22%20y1%3D%224.5%22%20y2%3D%2210.236%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-24.svg?color=%231a73e8&size=48