diversity icon
diversity-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- diversity-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M26 10.75A4.75 4.75 0 0 1 30.75 6h6.5A4.75 4.75 0 0 1 42 10.75v6.5A4.75 4.75 0 0 1 37.25 22h-6.5A4.75 4.75 0 0 1 26 17.25zM11.105 7.797c1.205-2.396 4.594-2.396 5.8 0l4.743 9.432c1.099 2.184-.473 4.771-2.9 4.771H9.262c-2.426 0-3.998-2.587-2.9-4.771zM14 26a8 8 0 1 0 0 16a8 8 0 0 0 0-16m19.145-.728a1.75 1.75 0 0 1 1.75 0l6.255 3.611c.541.313.875.89.875 1.516v7.222a1.75 1.75 0 0 1-.875 1.516l-6.255 3.611a1.75 1.75 0 0 1-1.75 0l-6.255-3.611a1.75 1.75 0 0 1-.875-1.516V30.4c0-.626.334-1.203.875-1.516z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDiversity48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26 10.75A4.75 4.75 0 0 1 30.75 6h6.5A4.75 4.75 0 0 1 42 10.75v6.5A4.75 4.75 0 0 1 37.25 22h-6.5A4.75 4.75 0 0 1 26 17.25zM11.105 7.797c1.205-2.396 4.594-2.396 5.8 0l4.743 9.432c1.099 2.184-.473 4.771-2.9 4.771H9.262c-2.426 0-3.998-2.587-2.9-4.771zM14 26a8 8 0 1 0 0 16a8 8 0 0 0 0-16m19.145-.728a1.75 1.75 0 0 1 1.75 0l6.255 3.611c.541.313.875.89.875 1.516v7.222a1.75 1.75 0 0 1-.875 1.516l-6.255 3.611a1.75 1.75 0 0 1-1.75 0l-6.255-3.611a1.75 1.75 0 0 1-.875-1.516V30.4c0-.626.334-1.203.875-1.516z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26 10.75A4.75 4.75 0 0 1 30.75 6h6.5A4.75 4.75 0 0 1 42 10.75v6.5A4.75 4.75 0 0 1 37.25 22h-6.5A4.75 4.75 0 0 1 26 17.25zM11.105 7.797c1.205-2.396 4.594-2.396 5.8 0l4.743 9.432c1.099 2.184-.473 4.771-2.9 4.771H9.262c-2.426 0-3.998-2.587-2.9-4.771zM14 26a8 8 0 1 0 0 16a8 8 0 0 0 0-16m19.145-.728a1.75 1.75 0 0 1 1.75 0l6.255 3.611c.541.313.875.89.875 1.516v7.222a1.75 1.75 0 0 1-.875 1.516l-6.255 3.611a1.75 1.75 0 0 1-1.75 0l-6.255-3.611a1.75 1.75 0 0 1-.875-1.516V30.4c0-.626.334-1.203.875-1.516z"/></svg> </template>
CSS
.icon-diversity-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2010.75A4.75%204.75%200%200%201%2030.75%206h6.5A4.75%204.75%200%200%201%2042%2010.75v6.5A4.75%204.75%200%200%201%2037.25%2022h-6.5A4.75%204.75%200%200%201%2026%2017.25zM11.105%207.797c1.205-2.396%204.594-2.396%205.8%200l4.743%209.432c1.099%202.184-.473%204.771-2.9%204.771H9.262c-2.426%200-3.998-2.587-2.9-4.771zM14%2026a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m19.145-.728a1.75%201.75%200%200%201%201.75%200l6.255%203.611c.541.313.875.89.875%201.516v7.222a1.75%201.75%200%200%201-.875%201.516l-6.255%203.611a1.75%201.75%200%200%201-1.75%200l-6.255-3.611a1.75%201.75%200%200%201-.875-1.516V30.4c0-.626.334-1.203.875-1.516z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2010.75A4.75%204.75%200%200%201%2030.75%206h6.5A4.75%204.75%200%200%201%2042%2010.75v6.5A4.75%204.75%200%200%201%2037.25%2022h-6.5A4.75%204.75%200%200%201%2026%2017.25zM11.105%207.797c1.205-2.396%204.594-2.396%205.8%200l4.743%209.432c1.099%202.184-.473%204.771-2.9%204.771H9.262c-2.426%200-3.998-2.587-2.9-4.771zM14%2026a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m19.145-.728a1.75%201.75%200%200%201%201.75%200l6.255%203.611c.541.313.875.89.875%201.516v7.222a1.75%201.75%200%200%201-.875%201.516l-6.255%203.611a1.75%201.75%200%200%201-1.75%200l-6.255-3.611a1.75%201.75%200%200%201-.875-1.516V30.4c0-.626.334-1.203.875-1.516z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/diversity-48-filled.svg?color=%231a73e8&size=48