game die emoji
game-die from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.
- Name
- game-die
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Activities
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More activities icons from Emoji One (Colored)
Use the game die emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M60.6 41.9c1.2-2.5 1.7-4.7 1.2-5c-.3-.1-1 .5-1.7 1.6l-8.1-14L30 5.1l-5.1-.8c1.5-.9 2.4-1.7 2.2-2.1c-.2-.5-2.5 0-5 1.2s-4.3 2.5-4.1 3c.1.2.7.2 1.5.1C18.1 9 10.6 22 10.6 22L8.8 47.5l1.1 1.1c-.6-.3-1-.5-1.2-.3c-.4.4.9 2.3 2.8 4.3c2 2 3.9 3.2 4.3 2.8c.2-.2 0-.8-.6-1.6L31 56.4l23.1-8.5l3.6-4.1c-.4 1.2-.4 2.1-.1 2.3c.5.1 1.8-1.7 3-4.2"/><path fill="#e8e8e8" d="M44.1 59.8c-1.9 1.9-5.5 2.7-8.2 1.9l-19.7-6c-2.7-.8-3.3-3-1.5-4.8l13.7-13.7c1.9-1.9 5.5-2.7 8.2-1.9l19.7 6c2.7.8 3.3 3 1.5 4.8zM4.2 19.9c-1.9 1.9-2.7 5.5-1.9 8.2l6 19.7c.8 2.7 3 3.3 4.8 1.5l13.7-13.7c1.9-1.9 2.7-5.5 1.9-8.2l-6-19.7c-.8-2.7-3-3.3-4.8-1.5z"/><path fill="#f5f5f5" d="M55 15.7C54 13 51 10 48.3 9L27.8 2.3c-2.8-.9-4.3.6-3.4 3.4l6.8 20.4c.9 2.8 3.9 5.8 6.7 6.7l20.4 6.8c2.8.9 4.3-.6 3.4-3.4z"/><path fill="#ed4c5c" d="M41.1 18.1c-.7 0-1.2.3-1.4.8c-.3 1.1.9 2.8 2.8 3.9c.9.5 1.8.8 2.5.8s1.2-.3 1.4-.8c.3-1.1-.9-2.8-2.8-3.9c-.8-.5-1.8-.8-2.5-.8"/><path fill="#333" d="M29 48.7c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2.1-.2 2.7.1m10.2-2.3c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2.1-.2 2.7.1m9.8-2c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2-.1 2.7.1M21 26.1c.6-.4 1.1-.5 1.6-.2c.9.7 1 2.8.2 4.8c-.4 1-.9 1.8-1.5 2.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1 1-1.8 1.5-2.2M9.7 22.6c.6-.4 1.1-.5 1.6-.2c.9.7 1 2.8.2 4.8c-.4 1-.9 1.8-1.5 2.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1 .9-1.7 1.5-2.2"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneGameDie(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M60.6 41.9c1.2-2.5 1.7-4.7 1.2-5c-.3-.1-1 .5-1.7 1.6l-8.1-14L30 5.1l-5.1-.8c1.5-.9 2.4-1.7 2.2-2.1c-.2-.5-2.5 0-5 1.2s-4.3 2.5-4.1 3c.1.2.7.2 1.5.1C18.1 9 10.6 22 10.6 22L8.8 47.5l1.1 1.1c-.6-.3-1-.5-1.2-.3c-.4.4.9 2.3 2.8 4.3c2 2 3.9 3.2 4.3 2.8c.2-.2 0-.8-.6-1.6L31 56.4l23.1-8.5l3.6-4.1c-.4 1.2-.4 2.1-.1 2.3c.5.1 1.8-1.7 3-4.2"/><path fill="#e8e8e8" d="M44.1 59.8c-1.9 1.9-5.5 2.7-8.2 1.9l-19.7-6c-2.7-.8-3.3-3-1.5-4.8l13.7-13.7c1.9-1.9 5.5-2.7 8.2-1.9l19.7 6c2.7.8 3.3 3 1.5 4.8zM4.2 19.9c-1.9 1.9-2.7 5.5-1.9 8.2l6 19.7c.8 2.7 3 3.3 4.8 1.5l13.7-13.7c1.9-1.9 2.7-5.5 1.9-8.2l-6-19.7c-.8-2.7-3-3.3-4.8-1.5z"/><path fill="#f5f5f5" d="M55 15.7C54 13 51 10 48.3 9L27.8 2.3c-2.8-.9-4.3.6-3.4 3.4l6.8 20.4c.9 2.8 3.9 5.8 6.7 6.7l20.4 6.8c2.8.9 4.3-.6 3.4-3.4z"/><path fill="#ed4c5c" d="M41.1 18.1c-.7 0-1.2.3-1.4.8c-.3 1.1.9 2.8 2.8 3.9c.9.5 1.8.8 2.5.8s1.2-.3 1.4-.8c.3-1.1-.9-2.8-2.8-3.9c-.8-.5-1.8-.8-2.5-.8"/><path fill="#333" d="M29 48.7c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2.1-.2 2.7.1m10.2-2.3c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2.1-.2 2.7.1m9.8-2c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2-.1 2.7.1M21 26.1c.6-.4 1.1-.5 1.6-.2c.9.7 1 2.8.2 4.8c-.4 1-.9 1.8-1.5 2.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1 1-1.8 1.5-2.2M9.7 22.6c.6-.4 1.1-.5 1.6-.2c.9.7 1 2.8.2 4.8c-.4 1-.9 1.8-1.5 2.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1 .9-1.7 1.5-2.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d0d0d0" d="M60.6 41.9c1.2-2.5 1.7-4.7 1.2-5c-.3-.1-1 .5-1.7 1.6l-8.1-14L30 5.1l-5.1-.8c1.5-.9 2.4-1.7 2.2-2.1c-.2-.5-2.5 0-5 1.2s-4.3 2.5-4.1 3c.1.2.7.2 1.5.1C18.1 9 10.6 22 10.6 22L8.8 47.5l1.1 1.1c-.6-.3-1-.5-1.2-.3c-.4.4.9 2.3 2.8 4.3c2 2 3.9 3.2 4.3 2.8c.2-.2 0-.8-.6-1.6L31 56.4l23.1-8.5l3.6-4.1c-.4 1.2-.4 2.1-.1 2.3c.5.1 1.8-1.7 3-4.2"/><path fill="#e8e8e8" d="M44.1 59.8c-1.9 1.9-5.5 2.7-8.2 1.9l-19.7-6c-2.7-.8-3.3-3-1.5-4.8l13.7-13.7c1.9-1.9 5.5-2.7 8.2-1.9l19.7 6c2.7.8 3.3 3 1.5 4.8zM4.2 19.9c-1.9 1.9-2.7 5.5-1.9 8.2l6 19.7c.8 2.7 3 3.3 4.8 1.5l13.7-13.7c1.9-1.9 2.7-5.5 1.9-8.2l-6-19.7c-.8-2.7-3-3.3-4.8-1.5z"/><path fill="#f5f5f5" d="M55 15.7C54 13 51 10 48.3 9L27.8 2.3c-2.8-.9-4.3.6-3.4 3.4l6.8 20.4c.9 2.8 3.9 5.8 6.7 6.7l20.4 6.8c2.8.9 4.3-.6 3.4-3.4z"/><path fill="#ed4c5c" d="M41.1 18.1c-.7 0-1.2.3-1.4.8c-.3 1.1.9 2.8 2.8 3.9c.9.5 1.8.8 2.5.8s1.2-.3 1.4-.8c.3-1.1-.9-2.8-2.8-3.9c-.8-.5-1.8-.8-2.5-.8"/><path fill="#333" d="M29 48.7c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2.1-.2 2.7.1m10.2-2.3c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2.1-.2 2.7.1m9.8-2c.7.2 1.1.7 1 1.2c-.1 1.1-1.8 2.4-3.9 2.8c-1.1.2-2 .2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1 1.8-2.4 3.9-2.8c1.1-.2 2-.1 2.7.1M21 26.1c.6-.4 1.1-.5 1.6-.2c.9.7 1 2.8.2 4.8c-.4 1-.9 1.8-1.5 2.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1 1-1.8 1.5-2.2M9.7 22.6c.6-.4 1.1-.5 1.6-.2c.9.7 1 2.8.2 4.8c-.4 1-.9 1.8-1.5 2.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1 .9-1.7 1.5-2.2"/></svg> </template>
CSS
.icon-game-die {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M60.6%2041.9c1.2-2.5%201.7-4.7%201.2-5c-.3-.1-1%20.5-1.7%201.6l-8.1-14L30%205.1l-5.1-.8c1.5-.9%202.4-1.7%202.2-2.1c-.2-.5-2.5%200-5%201.2s-4.3%202.5-4.1%203c.1.2.7.2%201.5.1C18.1%209%2010.6%2022%2010.6%2022L8.8%2047.5l1.1%201.1c-.6-.3-1-.5-1.2-.3c-.4.4.9%202.3%202.8%204.3c2%202%203.9%203.2%204.3%202.8c.2-.2%200-.8-.6-1.6L31%2056.4l23.1-8.5l3.6-4.1c-.4%201.2-.4%202.1-.1%202.3c.5.1%201.8-1.7%203-4.2%22%2F%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M44.1%2059.8c-1.9%201.9-5.5%202.7-8.2%201.9l-19.7-6c-2.7-.8-3.3-3-1.5-4.8l13.7-13.7c1.9-1.9%205.5-2.7%208.2-1.9l19.7%206c2.7.8%203.3%203%201.5%204.8zM4.2%2019.9c-1.9%201.9-2.7%205.5-1.9%208.2l6%2019.7c.8%202.7%203%203.3%204.8%201.5l13.7-13.7c1.9-1.9%202.7-5.5%201.9-8.2l-6-19.7c-.8-2.7-3-3.3-4.8-1.5z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M55%2015.7C54%2013%2051%2010%2048.3%209L27.8%202.3c-2.8-.9-4.3.6-3.4%203.4l6.8%2020.4c.9%202.8%203.9%205.8%206.7%206.7l20.4%206.8c2.8.9%204.3-.6%203.4-3.4z%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M41.1%2018.1c-.7%200-1.2.3-1.4.8c-.3%201.1.9%202.8%202.8%203.9c.9.5%201.8.8%202.5.8s1.2-.3%201.4-.8c.3-1.1-.9-2.8-2.8-3.9c-.8-.5-1.8-.8-2.5-.8%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M29%2048.7c.7.2%201.1.7%201%201.2c-.1%201.1-1.8%202.4-3.9%202.8c-1.1.2-2%20.2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1%201.8-2.4%203.9-2.8c1.1-.2%202.1-.2%202.7.1m10.2-2.3c.7.2%201.1.7%201%201.2c-.1%201.1-1.8%202.4-3.9%202.8c-1.1.2-2%20.2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1%201.8-2.4%203.9-2.8c1.1-.2%202.1-.2%202.7.1m9.8-2c.7.2%201.1.7%201%201.2c-.1%201.1-1.8%202.4-3.9%202.8c-1.1.2-2%20.2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1%201.8-2.4%203.9-2.8c1.1-.2%202-.1%202.7.1M21%2026.1c.6-.4%201.1-.5%201.6-.2c.9.7%201%202.8.2%204.8c-.4%201-.9%201.8-1.5%202.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1%201-1.8%201.5-2.2M9.7%2022.6c.6-.4%201.1-.5%201.6-.2c.9.7%201%202.8.2%204.8c-.4%201-.9%201.8-1.5%202.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1%20.9-1.7%201.5-2.2%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d0d0d0%22%20d%3D%22M60.6%2041.9c1.2-2.5%201.7-4.7%201.2-5c-.3-.1-1%20.5-1.7%201.6l-8.1-14L30%205.1l-5.1-.8c1.5-.9%202.4-1.7%202.2-2.1c-.2-.5-2.5%200-5%201.2s-4.3%202.5-4.1%203c.1.2.7.2%201.5.1C18.1%209%2010.6%2022%2010.6%2022L8.8%2047.5l1.1%201.1c-.6-.3-1-.5-1.2-.3c-.4.4.9%202.3%202.8%204.3c2%202%203.9%203.2%204.3%202.8c.2-.2%200-.8-.6-1.6L31%2056.4l23.1-8.5l3.6-4.1c-.4%201.2-.4%202.1-.1%202.3c.5.1%201.8-1.7%203-4.2%22%2F%3E%3Cpath%20fill%3D%22%23e8e8e8%22%20d%3D%22M44.1%2059.8c-1.9%201.9-5.5%202.7-8.2%201.9l-19.7-6c-2.7-.8-3.3-3-1.5-4.8l13.7-13.7c1.9-1.9%205.5-2.7%208.2-1.9l19.7%206c2.7.8%203.3%203%201.5%204.8zM4.2%2019.9c-1.9%201.9-2.7%205.5-1.9%208.2l6%2019.7c.8%202.7%203%203.3%204.8%201.5l13.7-13.7c1.9-1.9%202.7-5.5%201.9-8.2l-6-19.7c-.8-2.7-3-3.3-4.8-1.5z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M55%2015.7C54%2013%2051%2010%2048.3%209L27.8%202.3c-2.8-.9-4.3.6-3.4%203.4l6.8%2020.4c.9%202.8%203.9%205.8%206.7%206.7l20.4%206.8c2.8.9%204.3-.6%203.4-3.4z%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M41.1%2018.1c-.7%200-1.2.3-1.4.8c-.3%201.1.9%202.8%202.8%203.9c.9.5%201.8.8%202.5.8s1.2-.3%201.4-.8c.3-1.1-.9-2.8-2.8-3.9c-.8-.5-1.8-.8-2.5-.8%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M29%2048.7c.7.2%201.1.7%201%201.2c-.1%201.1-1.8%202.4-3.9%202.8c-1.1.2-2%20.2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1%201.8-2.4%203.9-2.8c1.1-.2%202.1-.2%202.7.1m10.2-2.3c.7.2%201.1.7%201%201.2c-.1%201.1-1.8%202.4-3.9%202.8c-1.1.2-2%20.2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1%201.8-2.4%203.9-2.8c1.1-.2%202.1-.2%202.7.1m9.8-2c.7.2%201.1.7%201%201.2c-.1%201.1-1.8%202.4-3.9%202.8c-1.1.2-2%20.2-2.7-.1c-.7-.2-1.1-.7-1-1.2c.1-1.1%201.8-2.4%203.9-2.8c1.1-.2%202-.1%202.7.1M21%2026.1c.6-.4%201.1-.5%201.6-.2c.9.7%201%202.8.2%204.8c-.4%201-.9%201.8-1.5%202.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1%201-1.8%201.5-2.2M9.7%2022.6c.6-.4%201.1-.5%201.6-.2c.9.7%201%202.8.2%204.8c-.4%201-.9%201.8-1.5%202.2s-1.1.5-1.6.2c-.9-.7-1-2.8-.2-4.8c.4-1%20.9-1.7%201.5-2.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/game-die.svg?color=%231a73e8&size=48