Dice 5 Pixel Art Icon
A die showing five pips for board game roll displays, high-roll outcomes, and tabletop game UI elements.
Tags
dice
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Dice 5 icon
A die face with five dots, the second-highest value on a standard six-sided die. Use it to show a specific roll result in a board game app, a near-maximum outcome in a probability explainer, or a high-score die state in a luck-based game. In systems where higher rolls are advantageous, five signals a strong near-win result. For the maximum value, dice-6 completes the high end; for generic chance, dices avoids specifying a number.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/dice-5.svg" width="24" height="24" alt="Dice 5" />
<!-- React -->
import { Dice5 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="dice-5.svg" width="48" height="48" style="image-rendering: pixelated" />