The Phosphor checkerboard icon depicts a grid pattern often used to represent games, puzzles, or a visual matrix.
Common uses
- Game board representation
- Puzzle element
- Matrix or grid visualization
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Checkerboard } from '@phosphor-icons/react';
<Checkerboard size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Checkerboard size={24} />thin
<Checkerboard size={24} weight="thin" />light
<Checkerboard size={24} weight="light" />bold
<Checkerboard size={24} weight="bold" />fill
<Checkerboard size={24} weight="fill" />duotone
<Checkerboard size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- *new*crosswordgamescheckerboardgridboardpattern
FAQ
- What is the checkerboard icon used for?
- It's commonly used to signify games, puzzles, or any interface element that involves a grid or matrix.
- How do I use the checkerboard icon in React?
- Import it as `Checkerboard` from '@phosphor-icons/react' and use it as a component: `<Checkerboard />`.
- What is the license for the Phosphor checkerboard icon?
- The Phosphor icon library, including the checkerboard icon, is available under the MIT license.
Looking for something else? Search Phosphor 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 →