Dice 4 Pixel Art Icon
A die showing four pips for board game roll results, tabletop game UIs, and chance-mechanic displays.
Tags
dice
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Dice 4 icon
A die face with four corner-placed dots, representing the value four on a standard die. It belongs in board game apps that display specific roll outcomes, tutorial illustrations explaining probability, or a game UI showing current dice values in a turn-based mechanic. Within the full dice set (1 through 6), four occupies the higher-than-average range, which can visually imply a good roll in simple gaming contexts. For a non-specific roll concept, the dices icon avoids committing to a number.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/dice-4.svg" width="24" height="24" alt="Dice 4" />
<!-- React -->
import { Dice4 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="dice-4.svg" width="48" height="48" style="image-rendering: pixelated" />