Dice Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dice icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305497.svg" alt="Dice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305497.svg" alt="Dice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305497.svg" alt="Dice icon" :width="24" :height="24" />
CSS background
.icon-dice {
background-image: url('https://proicons.com/icon/305497.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M868 224C693 171 519 119 345 67c-58-17-108 17-121 65-25 88-52 175-78 263S93 569 67 657c-16 54 11 103 65 119 175 52 350 105 525 157 54 16 103-11 119-65 53-175 105-349 157-524 16-54-11-104-65-120zM347 687c-14 48-66 76-115 61s-76-66-61-116c14-47 66-75 115-61 48 14 76 66 61 116zm64-213c-15 48-66 76-115 62-49-15-76-67-61-116 14-49 65-76 115-61 49 15 76 66 61 115zm63-212c-14 48-65 75-114 61-49-15-77-66-62-116 15-48 66-76 115-61s76 66 61 116zm228 530c-15 49-65 77-115 62-49-15-76-65-62-114 15-50 67-78 116-63 48 15 76 66 61 115zm64-213c-15 49-66 77-115 63-49-15-77-66-62-116 15-49 66-76 114-61 50 15 77 65 63 114zm63-213c-14 50-65 77-114 63-49-15-77-66-63-115 15-49 66-77 115-62 49 14 77 65 62 114z"/></svg>
Copied!