The Tabler pentagon icon depicts a five-sided polygon, commonly used to represent geometric concepts, mathematical elements, or distinct sections within a user interface.
Common uses
- Illustrating geometric settings or tools.
- Representing a 'five-star' rating system.
- As a visual element in data visualization or charts.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPentagon } from '@tabler/icons-react';
<IconPentagon size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPentagon size={24} stroke={2} />filled
<IconPentagonFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- shapefiguremathgeometryformpentagonpatternoutlineshapesfive sided shapegeometry shapemath symbolpolygon
FAQ
- What is the pentagon icon used for?
- It's used to visually represent a five-sided shape, often in contexts related to geometry, math, or as a distinct UI element.
- How do I use the pentagon icon in React?
- Import it using `import { IconPentagon } from '@tabler/icons-react'` and then use it as a component: `<IconPentagon />`.
- What is the license for this icon?
- The Tabler icons, including the pentagon, are available 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 →