The Tabler woman icon depicts a female silhouette, commonly used to represent user profiles, gender options, or female-specific features in user interfaces.
Common uses
- User profile selection
- Gender input fields
- Female user statistics
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconWoman } from '@tabler/icons-react';
<IconWoman size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconWoman size={24} stroke={2} />filled
<IconWomanFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- girlfemalegenderwomansystem
FAQ
- What is the woman icon used for?
- It's used to signify female gender, user profiles, or any context related to women in a UI.
- How do I use the woman icon in React?
- Import it using `import { IconWoman } from '@tabler/icons-react'` and then use it as a component: `<IconWoman />`.
- What is the license for the Tabler woman icon?
- The Tabler icon library, including the woman icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →