The Tabler dice 1 icon depicts a single die showing the number one, commonly used in UIs to represent game actions, random outcomes, or specific game states.
Common uses
- Button to roll dice in a game
- Displaying a specific dice roll result
- Indicator for a game turn or event
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDice1 } from '@tabler/icons-react';
<IconDice1 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDice1 size={24} stroke={2} />filled
<IconDice1Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Games
- Keywords
- gameboardgamerollthrowcubenumbersgamblingdiceentertainmentplayinggames1die 1single diegame piecenumber one die
FAQ
- What does the dice 1 icon represent?
- It represents a single die with the face showing the number one. It's often used in games or interfaces related to chance and randomness.
- How do I use the dice 1 icon in React?
- You can import it directly from the '@tabler/icons-react' library like this: import { IconDice1 } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icons, including dice 1, are 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 →