The HugeIcons add female icon visually represents the addition of a female user or entity, commonly used in interfaces for actions like adding a new female member to a group or selecting a female gender option.
Common uses
- Add new female user to a system
- Select female gender in a form
- Indicate a female participant in a list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AddFemaleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AddFemaleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add womannew femalefemale usergender female
FAQ
- What does the 'add female' icon represent?
- It signifies the action of adding a female individual or entity. It's typically used for user management or profile settings where gender is specified.
- How do I use the AddFemaleIcon in React?
- Import both HugeiconsIcon and AddFemaleIcon from their respective packages, then render the icon using <HugeiconsIcon icon={AddFemaleIcon} />.
- What is the license for this icon?
- The AddFemaleIcon is distributed 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.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →