The HugeIcons add team icon visually represents the action of adding a new member or creating a new group, commonly used in interfaces to initiate team creation or user invitation processes.
Common uses
- Button to create a new team or project group.
- Link to invite new users to an existing team.
- Icon within a user management section for adding members.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AddTeamIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AddTeamIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add usernew groupinvite membercreate group
FAQ
- What does the add team icon signify?
- It signifies the action of adding a new member to a team or creating a new team altogether. It's a visual cue for initiating team-related actions.
- How do I use the AddTeamIcon in React?
- Import both HugeiconsIcon and AddTeamIcon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={AddTeamIcon} /> component.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.