The Tabler dice icon depicts a pair of six-sided dice, commonly used in user interfaces to represent actions related to games, chance, or random selection.
Common uses
- Button to 'roll' for a random outcome
- Indicator for game-related features
- Element in a virtual board game interface
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDice } from '@tabler/icons-react';
<IconDice size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDice size={24} stroke={2} />filled
<IconDiceFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Games
- Keywords
- gameboardgamerollthrowcubenumbersgamblingdiceentertainmentplayinggamesdiecubesrandom
FAQ
- What is the dice icon used for?
- It's used to visually represent games, chance, or random number generation within an application's UI.
- How do I use the dice icon in React?
- Import it using `import { IconDice } from '@tabler/icons-react'` and then use it as a component: `<IconDice />`.
- What is the license for the Tabler dice icon?
- The Tabler dice icon is available under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →