group list icon
group-list-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- group-list-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the group list icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.001 11.996l3 .004a1 1 0 0 1 .114 1.993L6 14l-2-.004v5.003L6 19a1 1 0 0 1 .993.883L7 20a1 1 0 0 1-.883.993L6 21H3a1 1 0 0 1-.993-.883L2 20v-7.004a1 1 0 0 1 .885-.994zM21 17a1 1 0 0 1 .117 1.993L21 19H9a1 1 0 0 1-.117-1.993L9 17zm0-3a1 1 0 0 1 .117 1.993L21 16H9a1 1 0 0 1-.117-1.993L9 14zM6 2a1 1 0 0 1 .117 1.993L6 4H4v4.995h2a1 1 0 0 1 .993.883L7 9.995a1 1 0 0 1-.883.993L6 10.995H3a1 1 0 0 1-.993-.883L2 9.995V3a1 1 0 0 1 .883-.993L3 2zm15 5a1 1 0 0 1 .117 1.993L21 9H9a1 1 0 0 1-.117-1.993L9 7zm0-3a1 1 0 0 1 .117 1.993L21 6H9a1 1 0 0 1-.117-1.993L9 4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentGroupList24Filled(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="m3.001 11.996l3 .004a1 1 0 0 1 .114 1.993L6 14l-2-.004v5.003L6 19a1 1 0 0 1 .993.883L7 20a1 1 0 0 1-.883.993L6 21H3a1 1 0 0 1-.993-.883L2 20v-7.004a1 1 0 0 1 .885-.994zM21 17a1 1 0 0 1 .117 1.993L21 19H9a1 1 0 0 1-.117-1.993L9 17zm0-3a1 1 0 0 1 .117 1.993L21 16H9a1 1 0 0 1-.117-1.993L9 14zM6 2a1 1 0 0 1 .117 1.993L6 4H4v4.995h2a1 1 0 0 1 .993.883L7 9.995a1 1 0 0 1-.883.993L6 10.995H3a1 1 0 0 1-.993-.883L2 9.995V3a1 1 0 0 1 .883-.993L3 2zm15 5a1 1 0 0 1 .117 1.993L21 9H9a1 1 0 0 1-.117-1.993L9 7zm0-3a1 1 0 0 1 .117 1.993L21 6H9a1 1 0 0 1-.117-1.993L9 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.001 11.996l3 .004a1 1 0 0 1 .114 1.993L6 14l-2-.004v5.003L6 19a1 1 0 0 1 .993.883L7 20a1 1 0 0 1-.883.993L6 21H3a1 1 0 0 1-.993-.883L2 20v-7.004a1 1 0 0 1 .885-.994zM21 17a1 1 0 0 1 .117 1.993L21 19H9a1 1 0 0 1-.117-1.993L9 17zm0-3a1 1 0 0 1 .117 1.993L21 16H9a1 1 0 0 1-.117-1.993L9 14zM6 2a1 1 0 0 1 .117 1.993L6 4H4v4.995h2a1 1 0 0 1 .993.883L7 9.995a1 1 0 0 1-.883.993L6 10.995H3a1 1 0 0 1-.993-.883L2 9.995V3a1 1 0 0 1 .883-.993L3 2zm15 5a1 1 0 0 1 .117 1.993L21 9H9a1 1 0 0 1-.117-1.993L9 7zm0-3a1 1 0 0 1 .117 1.993L21 6H9a1 1 0 0 1-.117-1.993L9 4z"/></svg> </template>
CSS
.icon-group-list-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%22m3.001%2011.996l3%20.004a1%201%200%200%201%20.114%201.993L6%2014l-2-.004v5.003L6%2019a1%201%200%200%201%20.993.883L7%2020a1%201%200%200%201-.883.993L6%2021H3a1%201%200%200%201-.993-.883L2%2020v-7.004a1%201%200%200%201%20.885-.994zM21%2017a1%201%200%200%201%20.117%201.993L21%2019H9a1%201%200%200%201-.117-1.993L9%2017zm0-3a1%201%200%200%201%20.117%201.993L21%2016H9a1%201%200%200%201-.117-1.993L9%2014zM6%202a1%201%200%200%201%20.117%201.993L6%204H4v4.995h2a1%201%200%200%201%20.993.883L7%209.995a1%201%200%200%201-.883.993L6%2010.995H3a1%201%200%200%201-.993-.883L2%209.995V3a1%201%200%200%201%20.883-.993L3%202zm15%205a1%201%200%200%201%20.117%201.993L21%209H9a1%201%200%200%201-.117-1.993L9%207zm0-3a1%201%200%200%201%20.117%201.993L21%206H9a1%201%200%200%201-.117-1.993L9%204z%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%22m3.001%2011.996l3%20.004a1%201%200%200%201%20.114%201.993L6%2014l-2-.004v5.003L6%2019a1%201%200%200%201%20.993.883L7%2020a1%201%200%200%201-.883.993L6%2021H3a1%201%200%200%201-.993-.883L2%2020v-7.004a1%201%200%200%201%20.885-.994zM21%2017a1%201%200%200%201%20.117%201.993L21%2019H9a1%201%200%200%201-.117-1.993L9%2017zm0-3a1%201%200%200%201%20.117%201.993L21%2016H9a1%201%200%200%201-.117-1.993L9%2014zM6%202a1%201%200%200%201%20.117%201.993L6%204H4v4.995h2a1%201%200%200%201%20.993.883L7%209.995a1%201%200%200%201-.883.993L6%2010.995H3a1%201%200%200%201-.993-.883L2%209.995V3a1%201%200%200%201%20.883-.993L3%202zm15%205a1%201%200%200%201%20.117%201.993L21%209H9a1%201%200%200%201-.117-1.993L9%207zm0-3a1%201%200%200%201%20.117%201.993L21%206H9a1%201%200%200%201-.117-1.993L9%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/group-list-24-filled.svg?color=%231a73e8&size=48