The Tabler hexagon icon depicts a six-sided polygon and is commonly used to represent geometric concepts, data structures, or elements with a hexagonal arrangement in user interfaces.
Common uses
- Representing hexagonal data grids or charts.
- Indicating a 'shape' or 'geometry' related setting.
- As a visual element in mathematical or scientific applications.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHexagon } from '@tabler/icons-react';
<IconHexagon size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHexagon size={24} stroke={2} />filled
<IconHexagonFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- shapegeometricmath2dhexagongeometryformfigurepatternoutlineshapessix-sided shapegeometric formmath shape
FAQ
- What is the Tabler hexagon icon used for?
- It represents a six-sided polygon and is useful for UI elements related to geometry, math, or hexagonal patterns.
- How do I use the hexagon icon in React?
- Import it using `import { IconHexagon } from '@tabler/icons-react'` and use it as a component: `<IconHexagon />`.
- What is the license for the Tabler hexagon icon?
- The Tabler icon library, including the hexagon icon, is 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 →