dice multiple icon
dice-multiple from Material Design Icons by Pictogrammers · Filled · Gaming / RPG · Apache-2.0 Free for personal and commercial use.
- Name
- dice-multiple
- Set
- Material Design Icons
- Style
- Filled
- Category
- Gaming / RPG
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- die-multiple
1 other variant in Material Design Icons
More gaming / rpg icons from Material Design Icons
arrow-projectilearrow-projectile-multipleaxe-battlebombbomb-offboomerangbottle-tonic-plusbottle-tonic-skullbow-arrowcardscards-clubcards-diamondcards-heartcards-playingcards-playing-clubcards-playing-club-multiplecards-playing-diamondcards-playing-diamond-multiplecards-playing-heartcards-playing-heart-multiplecards-playing-spadecards-playing-spade-multiplecards-spadecards-variant
Use the dice multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.78 3h-8.56C10.55 3 10 3.55 10 4.22V8h6v6h3.78c.67 0 1.22-.55 1.22-1.22V4.22C21 3.55 20.45 3 19.78 3m-7.34 3.67a1.23 1.23 0 1 1 0-2.46a1.23 1.23 0 0 1 1.23 1.23c0 .68-.55 1.23-1.23 1.23m6.12 6.11a1.23 1.23 0 1 1-.02-2.46c.68-.01 1.23.54 1.24 1.24c-.01.67-.55 1.21-1.22 1.22m0-6.11a1.23 1.23 0 1 1-.02-2.46a1.231 1.231 0 0 1 .02 2.46M4.22 10h8.56A1.22 1.22 0 0 1 14 11.22v8.56c0 .67-.55 1.22-1.22 1.22H4.22C3.55 21 3 20.45 3 19.78v-8.56c0-.67.55-1.22 1.22-1.22m4.28 4.28c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22s1.22-.55 1.22-1.22a1.22 1.22 0 0 0-1.22-1.22m-3.06-3.06c-.67 0-1.22.55-1.22 1.22a1.22 1.22 0 0 0 1.22 1.22c.67 0 1.22-.55 1.22-1.22s-.55-1.22-1.22-1.22m6.11 6.11c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22a1.22 1.22 0 0 0 1.22-1.22c0-.67-.54-1.21-1.21-1.22z"/></svg>
React
import type { SVGProps } from "react";
export function MdiDiceMultiple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.78 3h-8.56C10.55 3 10 3.55 10 4.22V8h6v6h3.78c.67 0 1.22-.55 1.22-1.22V4.22C21 3.55 20.45 3 19.78 3m-7.34 3.67a1.23 1.23 0 1 1 0-2.46a1.23 1.23 0 0 1 1.23 1.23c0 .68-.55 1.23-1.23 1.23m6.12 6.11a1.23 1.23 0 1 1-.02-2.46c.68-.01 1.23.54 1.24 1.24c-.01.67-.55 1.21-1.22 1.22m0-6.11a1.23 1.23 0 1 1-.02-2.46a1.231 1.231 0 0 1 .02 2.46M4.22 10h8.56A1.22 1.22 0 0 1 14 11.22v8.56c0 .67-.55 1.22-1.22 1.22H4.22C3.55 21 3 20.45 3 19.78v-8.56c0-.67.55-1.22 1.22-1.22m4.28 4.28c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22s1.22-.55 1.22-1.22a1.22 1.22 0 0 0-1.22-1.22m-3.06-3.06c-.67 0-1.22.55-1.22 1.22a1.22 1.22 0 0 0 1.22 1.22c.67 0 1.22-.55 1.22-1.22s-.55-1.22-1.22-1.22m6.11 6.11c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22a1.22 1.22 0 0 0 1.22-1.22c0-.67-.54-1.21-1.21-1.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.78 3h-8.56C10.55 3 10 3.55 10 4.22V8h6v6h3.78c.67 0 1.22-.55 1.22-1.22V4.22C21 3.55 20.45 3 19.78 3m-7.34 3.67a1.23 1.23 0 1 1 0-2.46a1.23 1.23 0 0 1 1.23 1.23c0 .68-.55 1.23-1.23 1.23m6.12 6.11a1.23 1.23 0 1 1-.02-2.46c.68-.01 1.23.54 1.24 1.24c-.01.67-.55 1.21-1.22 1.22m0-6.11a1.23 1.23 0 1 1-.02-2.46a1.231 1.231 0 0 1 .02 2.46M4.22 10h8.56A1.22 1.22 0 0 1 14 11.22v8.56c0 .67-.55 1.22-1.22 1.22H4.22C3.55 21 3 20.45 3 19.78v-8.56c0-.67.55-1.22 1.22-1.22m4.28 4.28c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22s1.22-.55 1.22-1.22a1.22 1.22 0 0 0-1.22-1.22m-3.06-3.06c-.67 0-1.22.55-1.22 1.22a1.22 1.22 0 0 0 1.22 1.22c.67 0 1.22-.55 1.22-1.22s-.55-1.22-1.22-1.22m6.11 6.11c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22a1.22 1.22 0 0 0 1.22-1.22c0-.67-.54-1.21-1.21-1.22z"/></svg> </template>
CSS
.icon-dice-multiple {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.78%203h-8.56C10.55%203%2010%203.55%2010%204.22V8h6v6h3.78c.67%200%201.22-.55%201.22-1.22V4.22C21%203.55%2020.45%203%2019.78%203m-7.34%203.67a1.23%201.23%200%201%201%200-2.46a1.23%201.23%200%200%201%201.23%201.23c0%20.68-.55%201.23-1.23%201.23m6.12%206.11a1.23%201.23%200%201%201-.02-2.46c.68-.01%201.23.54%201.24%201.24c-.01.67-.55%201.21-1.22%201.22m0-6.11a1.23%201.23%200%201%201-.02-2.46a1.231%201.231%200%200%201%20.02%202.46M4.22%2010h8.56A1.22%201.22%200%200%201%2014%2011.22v8.56c0%20.67-.55%201.22-1.22%201.22H4.22C3.55%2021%203%2020.45%203%2019.78v-8.56c0-.67.55-1.22%201.22-1.22m4.28%204.28c-.67%200-1.22.55-1.22%201.22s.55%201.22%201.22%201.22s1.22-.55%201.22-1.22a1.22%201.22%200%200%200-1.22-1.22m-3.06-3.06c-.67%200-1.22.55-1.22%201.22a1.22%201.22%200%200%200%201.22%201.22c.67%200%201.22-.55%201.22-1.22s-.55-1.22-1.22-1.22m6.11%206.11c-.67%200-1.22.55-1.22%201.22s.55%201.22%201.22%201.22a1.22%201.22%200%200%200%201.22-1.22c0-.67-.54-1.21-1.21-1.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.78%203h-8.56C10.55%203%2010%203.55%2010%204.22V8h6v6h3.78c.67%200%201.22-.55%201.22-1.22V4.22C21%203.55%2020.45%203%2019.78%203m-7.34%203.67a1.23%201.23%200%201%201%200-2.46a1.23%201.23%200%200%201%201.23%201.23c0%20.68-.55%201.23-1.23%201.23m6.12%206.11a1.23%201.23%200%201%201-.02-2.46c.68-.01%201.23.54%201.24%201.24c-.01.67-.55%201.21-1.22%201.22m0-6.11a1.23%201.23%200%201%201-.02-2.46a1.231%201.231%200%200%201%20.02%202.46M4.22%2010h8.56A1.22%201.22%200%200%201%2014%2011.22v8.56c0%20.67-.55%201.22-1.22%201.22H4.22C3.55%2021%203%2020.45%203%2019.78v-8.56c0-.67.55-1.22%201.22-1.22m4.28%204.28c-.67%200-1.22.55-1.22%201.22s.55%201.22%201.22%201.22s1.22-.55%201.22-1.22a1.22%201.22%200%200%200-1.22-1.22m-3.06-3.06c-.67%200-1.22.55-1.22%201.22a1.22%201.22%200%200%200%201.22%201.22c.67%200%201.22-.55%201.22-1.22s-.55-1.22-1.22-1.22m6.11%206.11c-.67%200-1.22.55-1.22%201.22s.55%201.22%201.22%201.22a1.22%201.22%200%200%200%201.22-1.22c0-.67-.54-1.21-1.21-1.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/dice-multiple.svg?color=%231a73e8&size=48