The Tabler chess icon depicts a chess piece, commonly used in UIs to represent games, strategy, or board game-related features.
Common uses
- Link to a chess game section
- Button for a strategy game mode
- Icon for a board game category filter
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChess } from '@tabler/icons-react';
<IconChess size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconChess size={24} stroke={2} />filled
<IconChessFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Sport
- Keywords
- gamestrategypawnfigurechessathleticfitnessexercisephysicalsportboard gamepiece
FAQ
- What does the chess icon represent?
- It represents a chess piece, suitable for indicating games, strategy, or board game features.
- How do I use the chess icon in React?
- Import it using `import { IconChess } from '@tabler/icons-react';` and then use it as a component: `<IconChess />`.
- What is the license for the Tabler chess icon?
- The Tabler icon library, including the chess 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 →