group icon
group-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- group-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
group-outlinedAnt Design IconsgroupBoxIcons v2groupBoxIcons v2 SolidgroupCarbongroupHuge IconsgroupIconParkgroupIconPark OutlinegroupIconPark SolidgroupIconPark TwoTonegroupIconoirgroupLucidegroupMaterial SymbolsgroupMaterial Symbols LightgroupMaterial Design Iconsgroup-fillMingCute IcongroupPixelarticonsgroupRadix Iconsgroup-fillRemix Icon
Related icons in Fluent UI System Icons
Use the group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m14 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0M5 21a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7.83 6a3 3 0 0 0 0-2h4.67A2.5 2.5 0 0 1 15 6.5V9h2.5a2.5 2.5 0 0 1 2.5 2.5v4.67a3 3 0 0 0-2 0V11.5a.5.5 0 0 0-.5-.5H15v1.5a2.5 2.5 0 0 1-2.5 2.5H11v2.5a.5.5 0 0 0 .5.5h4.67a3 3 0 0 0 0 2H11.5A2.5 2.5 0 0 1 9 17.5V15H6.5A2.5 2.5 0 0 1 4 12.5V7.83a3 3 0 0 0 2 0v4.67a.5.5 0 0 0 .5.5H9v-1.5A2.5 2.5 0 0 1 11.5 9H13V6.5a.5.5 0 0 0-.5-.5zM13 12.5V11h-1.5a.5.5 0 0 0-.5.5V13h1.5a.5.5 0 0 0 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGroup24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m14 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0M5 21a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7.83 6a3 3 0 0 0 0-2h4.67A2.5 2.5 0 0 1 15 6.5V9h2.5a2.5 2.5 0 0 1 2.5 2.5v4.67a3 3 0 0 0-2 0V11.5a.5.5 0 0 0-.5-.5H15v1.5a2.5 2.5 0 0 1-2.5 2.5H11v2.5a.5.5 0 0 0 .5.5h4.67a3 3 0 0 0 0 2H11.5A2.5 2.5 0 0 1 9 17.5V15H6.5A2.5 2.5 0 0 1 4 12.5V7.83a3 3 0 0 0 2 0v4.67a.5.5 0 0 0 .5.5H9v-1.5A2.5 2.5 0 0 1 11.5 9H13V6.5a.5.5 0 0 0-.5-.5zM13 12.5V11h-1.5a.5.5 0 0 0-.5.5V13h1.5a.5.5 0 0 0 .5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4m14 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0M5 21a2 2 0 1 0 0-4a2 2 0 0 0 0 4M7.83 6a3 3 0 0 0 0-2h4.67A2.5 2.5 0 0 1 15 6.5V9h2.5a2.5 2.5 0 0 1 2.5 2.5v4.67a3 3 0 0 0-2 0V11.5a.5.5 0 0 0-.5-.5H15v1.5a2.5 2.5 0 0 1-2.5 2.5H11v2.5a.5.5 0 0 0 .5.5h4.67a3 3 0 0 0 0 2H11.5A2.5 2.5 0 0 1 9 17.5V15H6.5A2.5 2.5 0 0 1 4 12.5V7.83a3 3 0 0 0 2 0v4.67a.5.5 0 0 0 .5.5H9v-1.5A2.5 2.5 0 0 1 11.5 9H13V6.5a.5.5 0 0 0-.5-.5zM13 12.5V11h-1.5a.5.5 0 0 0-.5.5V13h1.5a.5.5 0 0 0 .5-.5"/></svg> </template>
CSS
.icon-group-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204m14%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200M5%2021a2%202%200%201%200%200-4a2%202%200%200%200%200%204M7.83%206a3%203%200%200%200%200-2h4.67A2.5%202.5%200%200%201%2015%206.5V9h2.5a2.5%202.5%200%200%201%202.5%202.5v4.67a3%203%200%200%200-2%200V11.5a.5.5%200%200%200-.5-.5H15v1.5a2.5%202.5%200%200%201-2.5%202.5H11v2.5a.5.5%200%200%200%20.5.5h4.67a3%203%200%200%200%200%202H11.5A2.5%202.5%200%200%201%209%2017.5V15H6.5A2.5%202.5%200%200%201%204%2012.5V7.83a3%203%200%200%200%202%200v4.67a.5.5%200%200%200%20.5.5H9v-1.5A2.5%202.5%200%200%201%2011.5%209H13V6.5a.5.5%200%200%200-.5-.5zM13%2012.5V11h-1.5a.5.5%200%200%200-.5.5V13h1.5a.5.5%200%200%200%20.5-.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204m14%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200M5%2021a2%202%200%201%200%200-4a2%202%200%200%200%200%204M7.83%206a3%203%200%200%200%200-2h4.67A2.5%202.5%200%200%201%2015%206.5V9h2.5a2.5%202.5%200%200%201%202.5%202.5v4.67a3%203%200%200%200-2%200V11.5a.5.5%200%200%200-.5-.5H15v1.5a2.5%202.5%200%200%201-2.5%202.5H11v2.5a.5.5%200%200%200%20.5.5h4.67a3%203%200%200%200%200%202H11.5A2.5%202.5%200%200%201%209%2017.5V15H6.5A2.5%202.5%200%200%201%204%2012.5V7.83a3%203%200%200%200%202%200v4.67a.5.5%200%200%200%20.5.5H9v-1.5A2.5%202.5%200%200%201%2011.5%209H13V6.5a.5.5%200%200%200-.5-.5zM13%2012.5V11h-1.5a.5.5%200%200%200-.5.5V13h1.5a.5.5%200%200%200%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/group-24-filled.svg?color=%231a73e8&size=48