The Tabler hexagon letter x icon depicts the letter 'X' enclosed within a hexagonal shape, commonly used to represent actions like closing, deleting, or indicating an unknown value.
Common uses
- Close button for modals or pop-ups
- Delete or remove item action
- Placeholder for an unknown or invalid input
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHexagonLetterX } from '@tabler/icons-react';
<IconHexagonLetterX size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHexagonLetterX size={24} stroke={2} />filled
<IconHexagonLetterXFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Letters
- Keywords
- shapealphabetsignlatinhexagonlettercharactertypographytextwritinglettersxclose icondelete iconcancel iconx symbol
FAQ
- What is the purpose of the hexagon letter x icon?
- It's used to signify closure, deletion, or an unknown/invalid state in user interfaces.
- How do I use this icon in React?
- Import it using `import { IconHexagonLetterX } from '@tabler/icons-react'` and render the component.
- What is the license for this icon?
- This 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 →