The HugeIcons male 02 icon depicts a stylized representation of a male figure, commonly used to indicate gender, user profiles, or personnel in user interfaces.
Common uses
- User profile gender selection
- Identifying male users in a list
- Form field for male designation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Male02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Male02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- man icongender maleuser maleperson male
FAQ
- What does the Male02Icon represent?
- The Male02Icon represents a male figure and is typically used to denote gender or male users in UI elements.
- How do I use the Male02Icon in React?
- You can use the Male02Icon in React by importing it and then rendering it within the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { Male02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={Male02Icon} />.
- What is the license for this icon?
- The HugeIcons male 02 icon is distributed under the MIT license.
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 →