usergroup-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
usergroup-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the usergroup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 5a3 3 0 0 0 0 6v2a5 5 0 0 0-5 5v4H0v-4a7 7 0 0 1 3.75-6.2A5 5 0 0 1 7 3h1v2a5 5 0 0 1 4-2a4.99 4.99 0 0 1 4 2V3h1a5 5 0 0 1 3.25 8.8A7 7 0 0 1 24 18v4h-2v-4a5 5 0 0 0-5-5v-2a3 3 0 1 0 0-6h-1a5 5 0 1 1-8 0zM4 19a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v3H4z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignUsergroupFilled(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="M7 5a3 3 0 0 0 0 6v2a5 5 0 0 0-5 5v4H0v-4a7 7 0 0 1 3.75-6.2A5 5 0 0 1 7 3h1v2a5 5 0 0 1 4-2a4.99 4.99 0 0 1 4 2V3h1a5 5 0 0 1 3.25 8.8A7 7 0 0 1 24 18v4h-2v-4a5 5 0 0 0-5-5v-2a3 3 0 1 0 0-6h-1a5 5 0 1 1-8 0zM4 19a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v3H4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 5a3 3 0 0 0 0 6v2a5 5 0 0 0-5 5v4H0v-4a7 7 0 0 1 3.75-6.2A5 5 0 0 1 7 3h1v2a5 5 0 0 1 4-2a4.99 4.99 0 0 1 4 2V3h1a5 5 0 0 1 3.25 8.8A7 7 0 0 1 24 18v4h-2v-4a5 5 0 0 0-5-5v-2a3 3 0 1 0 0-6h-1a5 5 0 1 1-8 0zM4 19a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v3H4z"/></svg>
</template>

CSS

.icon-usergroup-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%22M7%205a3%203%200%200%200%200%206v2a5%205%200%200%200-5%205v4H0v-4a7%207%200%200%201%203.75-6.2A5%205%200%200%201%207%203h1v2a5%205%200%200%201%204-2a4.99%204.99%200%200%201%204%202V3h1a5%205%200%200%201%203.25%208.8A7%207%200%200%201%2024%2018v4h-2v-4a5%205%200%200%200-5-5v-2a3%203%200%201%200%200-6h-1a5%205%200%201%201-8%200zM4%2019a5%205%200%200%201%205-5h6a5%205%200%200%201%205%205v3H4z%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%22M7%205a3%203%200%200%200%200%206v2a5%205%200%200%200-5%205v4H0v-4a7%207%200%200%201%203.75-6.2A5%205%200%200%201%207%203h1v2a5%205%200%200%201%204-2a4.99%204.99%200%200%201%204%202V3h1a5%205%200%200%201%203.25%208.8A7%207%200%200%201%2024%2018v4h-2v-4a5%205%200%200%200-5-5v-2a3%203%200%201%200%200-6h-1a5%205%200%201%201-8%200zM4%2019a5%205%200%200%201%205-5h6a5%205%200%200%201%205%205v3H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/usergroup-filled.svg?color=%231a73e8&size=48