group icon
group-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- group-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- group
The same icon in other sets
groupBoxIcons v2groupBoxIcons v2 SolidgroupCarbongroup-20-filledFluent UI System IconsgroupHuge IconsgroupIconParkgroupIconPark OutlinegroupIconPark SolidgroupIconPark TwoTonegroupIconoirgroupLucidegroupMaterial SymbolsgroupMaterial Symbols LightgroupMaterial Design Iconsgroup-fillMingCute IcongroupPixelarticonsgroupRadix Iconsgroup-fillRemix Icon
Use the group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M912 820.1V203.9c28-9.9 48-36.6 48-67.9c0-39.8-32.2-72-72-72c-31.3 0-58 20-67.9 48H203.9C194 84 167.3 64 136 64c-39.8 0-72 32.2-72 72c0 31.3 20 58 48 67.9v616.2C84 830 64 856.7 64 888c0 39.8 32.2 72 72 72c31.3 0 58-20 67.9-48h616.2c9.9 28 36.6 48 67.9 48c39.8 0 72-32.2 72-72c0-31.3-20-58-48-67.9M888 112c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24M136 912c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m0-752c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m704 680H184V184h656zm48 72c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/><path fill="currentColor" d="M288 474h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16m56-136h336v64H344zm-56 420h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16m56-136h336v64H344z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignGroupOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M912 820.1V203.9c28-9.9 48-36.6 48-67.9c0-39.8-32.2-72-72-72c-31.3 0-58 20-67.9 48H203.9C194 84 167.3 64 136 64c-39.8 0-72 32.2-72 72c0 31.3 20 58 48 67.9v616.2C84 830 64 856.7 64 888c0 39.8 32.2 72 72 72c31.3 0 58-20 67.9-48h616.2c9.9 28 36.6 48 67.9 48c39.8 0 72-32.2 72-72c0-31.3-20-58-48-67.9M888 112c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24M136 912c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m0-752c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m704 680H184V184h656zm48 72c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/><path fill="currentColor" d="M288 474h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16m56-136h336v64H344zm-56 420h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16m56-136h336v64H344z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M912 820.1V203.9c28-9.9 48-36.6 48-67.9c0-39.8-32.2-72-72-72c-31.3 0-58 20-67.9 48H203.9C194 84 167.3 64 136 64c-39.8 0-72 32.2-72 72c0 31.3 20 58 48 67.9v616.2C84 830 64 856.7 64 888c0 39.8 32.2 72 72 72c31.3 0 58-20 67.9-48h616.2c9.9 28 36.6 48 67.9 48c39.8 0 72-32.2 72-72c0-31.3-20-58-48-67.9M888 112c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24M136 912c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m0-752c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24m704 680H184V184h656zm48 72c-13.3 0-24-10.7-24-24s10.7-24 24-24s24 10.7 24 24s-10.7 24-24 24"/><path fill="currentColor" d="M288 474h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16m56-136h336v64H344zm-56 420h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16m56-136h336v64H344z"/></svg> </template>
CSS
.icon-group-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M912%20820.1V203.9c28-9.9%2048-36.6%2048-67.9c0-39.8-32.2-72-72-72c-31.3%200-58%2020-67.9%2048H203.9C194%2084%20167.3%2064%20136%2064c-39.8%200-72%2032.2-72%2072c0%2031.3%2020%2058%2048%2067.9v616.2C84%20830%2064%20856.7%2064%20888c0%2039.8%2032.2%2072%2072%2072c31.3%200%2058-20%2067.9-48h616.2c9.9%2028%2036.6%2048%2067.9%2048c39.8%200%2072-32.2%2072-72c0-31.3-20-58-48-67.9M888%20112c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24M136%20912c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024m0-752c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024m704%20680H184V184h656zm48%2072c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%20474h448c8.8%200%2016-7.2%2016-16V282c0-8.8-7.2-16-16-16H288c-8.8%200-16%207.2-16%2016v176c0%208.8%207.2%2016%2016%2016m56-136h336v64H344zm-56%20420h448c8.8%200%2016-7.2%2016-16V566c0-8.8-7.2-16-16-16H288c-8.8%200-16%207.2-16%2016v176c0%208.8%207.2%2016%2016%2016m56-136h336v64H344z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M912%20820.1V203.9c28-9.9%2048-36.6%2048-67.9c0-39.8-32.2-72-72-72c-31.3%200-58%2020-67.9%2048H203.9C194%2084%20167.3%2064%20136%2064c-39.8%200-72%2032.2-72%2072c0%2031.3%2020%2058%2048%2067.9v616.2C84%20830%2064%20856.7%2064%20888c0%2039.8%2032.2%2072%2072%2072c31.3%200%2058-20%2067.9-48h616.2c9.9%2028%2036.6%2048%2067.9%2048c39.8%200%2072-32.2%2072-72c0-31.3-20-58-48-67.9M888%20112c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24M136%20912c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024m0-752c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024m704%20680H184V184h656zm48%2072c-13.3%200-24-10.7-24-24s10.7-24%2024-24s24%2010.7%2024%2024s-10.7%2024-24%2024%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%20474h448c8.8%200%2016-7.2%2016-16V282c0-8.8-7.2-16-16-16H288c-8.8%200-16%207.2-16%2016v176c0%208.8%207.2%2016%2016%2016m56-136h336v64H344zm-56%20420h448c8.8%200%2016-7.2%2016-16V566c0-8.8-7.2-16-16-16H288c-8.8%200-16%207.2-16%2016v176c0%208.8%207.2%2016%2016%2016m56-136h336v64H344z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/group-outlined.svg?color=%231a73e8&size=48