game-die from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
game-die
Set
Twitter Emoji
Style
Default
Category
Activities
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More activities icons from Twitter Emoji

Use the game die emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#a0041e" d="M4 11v.137c0-.042.011-.084.015-.126zm13 11.137a2 2 0 0 1-.412-.246L4.565 12.245C4.188 11.94 4 11.539 4 11.137v12.238c0 2.042 1.093 2.484 1.093 2.484l11.574 9.099c.205.161.377.259.528.318a1.1 1.1 0 0 1-.195-.604zm-8.773.363c-.994 0-2.033-1.007-2.319-2.25c-.287-1.242.287-2.249 1.28-2.249s2.033 1.007 2.319 2.249s-.286 2.25-1.28 2.25M13.81 30c-.994 0-2.033-1.008-2.319-2.25c-.287-1.243.287-2.25 1.281-2.25s2.033 1.007 2.319 2.25c.286 1.242-.287 2.25-1.281 2.25"/><path fill="#dd2e44" d="m31.435 12.161l-12.104 9.73a2 2 0 0 1-.331.212v12.569c0 .233-.083.437-.2.614c.155-.058.335-.16.548-.328c1.821-1.432 11.588-9.099 11.588-9.099S32 25.417 32 23.375V11.053c0 .402-.188.803-.565 1.108m-7.457 16.731c-.242 1.137-1.119 2.058-1.958 2.058c-.838 0-1.322-.921-1.08-2.058s1.118-2.058 1.957-2.058s1.322.921 1.081 2.058m3.538-5.271c-.254 1.172-1.178 2.121-2.062 2.121s-1.392-.949-1.138-2.121c.255-1.172 1.179-2.121 2.061-2.121c.885 0 1.394.949 1.139 2.121m3.063-5.105c-.251 1.115-1.163 2.017-2.035 2.017s-1.375-.902-1.123-2.017c.251-1.113 1.162-2.016 2.034-2.016c.873 0 1.376.903 1.124 2.016m1.415-7.511c.001.016.006.032.006.048V11z"/><path fill="#ea596e" d="M31.435 9.945L19.289.5c-.753-.61-1.988-.61-2.742 0L4.565 10.029a1.44 1.44 0 0 0-.551.983c-.003.042-.014.083-.014.125c0 .402.188.803.565 1.108l12.023 9.646c.125.101.265.178.412.246v12.535c0 .229.081.43.194.604c.181.28.466.474.806.474c.336 0 .619-.19.8-.464a1.1 1.1 0 0 0 .2-.614V22.103a2 2 0 0 0 .331-.212l12.104-9.73c.377-.305.565-.706.565-1.108c0-.016-.005-.032-.006-.049c-.014-.385-.198-.767-.559-1.059M18.5 8.667c1.61 0 2.916 1.044 2.916 2.333s-1.306 2.333-2.916 2.333c-1.611 0-2.916-1.044-2.916-2.333s1.305-2.333 2.916-2.333"/><ellipse cx="18.5" cy="11" fill="#fff" rx="2.916" ry="2.333"/><path fill="#fff" d="M29.455 16.5c-.872 0-1.783.903-2.034 2.016c-.252 1.115.251 2.017 1.123 2.017s1.784-.902 2.035-2.017c.252-1.113-.251-2.016-1.124-2.016m-3.077 5c-.883 0-1.807.949-2.061 2.121s.255 2.121 1.138 2.121c.884 0 1.808-.949 2.062-2.121s-.255-2.121-1.139-2.121m-3.482 5.334c-.839 0-1.715.921-1.957 2.058s.242 2.058 1.08 2.058s1.716-.921 1.958-2.058s-.242-2.058-1.081-2.058"/><path fill="#e1e8ed" d="M7.188 18.001c-.994 0-1.567 1.007-1.28 2.249s1.325 2.25 2.319 2.25s1.567-1.007 1.28-2.25c-.286-1.242-1.325-2.249-2.319-2.249m5.583 7.499c-.994 0-1.567 1.007-1.281 2.25c.287 1.242 1.326 2.25 2.32 2.25s1.567-1.008 1.281-2.25c-.287-1.243-1.326-2.25-2.32-2.25"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiGameDie(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#a0041e" d="M4 11v.137c0-.042.011-.084.015-.126zm13 11.137a2 2 0 0 1-.412-.246L4.565 12.245C4.188 11.94 4 11.539 4 11.137v12.238c0 2.042 1.093 2.484 1.093 2.484l11.574 9.099c.205.161.377.259.528.318a1.1 1.1 0 0 1-.195-.604zm-8.773.363c-.994 0-2.033-1.007-2.319-2.25c-.287-1.242.287-2.249 1.28-2.249s2.033 1.007 2.319 2.249s-.286 2.25-1.28 2.25M13.81 30c-.994 0-2.033-1.008-2.319-2.25c-.287-1.243.287-2.25 1.281-2.25s2.033 1.007 2.319 2.25c.286 1.242-.287 2.25-1.281 2.25"/><path fill="#dd2e44" d="m31.435 12.161l-12.104 9.73a2 2 0 0 1-.331.212v12.569c0 .233-.083.437-.2.614c.155-.058.335-.16.548-.328c1.821-1.432 11.588-9.099 11.588-9.099S32 25.417 32 23.375V11.053c0 .402-.188.803-.565 1.108m-7.457 16.731c-.242 1.137-1.119 2.058-1.958 2.058c-.838 0-1.322-.921-1.08-2.058s1.118-2.058 1.957-2.058s1.322.921 1.081 2.058m3.538-5.271c-.254 1.172-1.178 2.121-2.062 2.121s-1.392-.949-1.138-2.121c.255-1.172 1.179-2.121 2.061-2.121c.885 0 1.394.949 1.139 2.121m3.063-5.105c-.251 1.115-1.163 2.017-2.035 2.017s-1.375-.902-1.123-2.017c.251-1.113 1.162-2.016 2.034-2.016c.873 0 1.376.903 1.124 2.016m1.415-7.511c.001.016.006.032.006.048V11z"/><path fill="#ea596e" d="M31.435 9.945L19.289.5c-.753-.61-1.988-.61-2.742 0L4.565 10.029a1.44 1.44 0 0 0-.551.983c-.003.042-.014.083-.014.125c0 .402.188.803.565 1.108l12.023 9.646c.125.101.265.178.412.246v12.535c0 .229.081.43.194.604c.181.28.466.474.806.474c.336 0 .619-.19.8-.464a1.1 1.1 0 0 0 .2-.614V22.103a2 2 0 0 0 .331-.212l12.104-9.73c.377-.305.565-.706.565-1.108c0-.016-.005-.032-.006-.049c-.014-.385-.198-.767-.559-1.059M18.5 8.667c1.61 0 2.916 1.044 2.916 2.333s-1.306 2.333-2.916 2.333c-1.611 0-2.916-1.044-2.916-2.333s1.305-2.333 2.916-2.333"/><ellipse cx="18.5" cy="11" fill="#fff" rx="2.916" ry="2.333"/><path fill="#fff" d="M29.455 16.5c-.872 0-1.783.903-2.034 2.016c-.252 1.115.251 2.017 1.123 2.017s1.784-.902 2.035-2.017c.252-1.113-.251-2.016-1.124-2.016m-3.077 5c-.883 0-1.807.949-2.061 2.121s.255 2.121 1.138 2.121c.884 0 1.808-.949 2.062-2.121s-.255-2.121-1.139-2.121m-3.482 5.334c-.839 0-1.715.921-1.957 2.058s.242 2.058 1.08 2.058s1.716-.921 1.958-2.058s-.242-2.058-1.081-2.058"/><path fill="#e1e8ed" d="M7.188 18.001c-.994 0-1.567 1.007-1.28 2.249s1.325 2.25 2.319 2.25s1.567-1.007 1.28-2.25c-.286-1.242-1.325-2.249-2.319-2.249m5.583 7.499c-.994 0-1.567 1.007-1.281 2.25c.287 1.242 1.326 2.25 2.32 2.25s1.567-1.008 1.281-2.25c-.287-1.243-1.326-2.25-2.32-2.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#a0041e" d="M4 11v.137c0-.042.011-.084.015-.126zm13 11.137a2 2 0 0 1-.412-.246L4.565 12.245C4.188 11.94 4 11.539 4 11.137v12.238c0 2.042 1.093 2.484 1.093 2.484l11.574 9.099c.205.161.377.259.528.318a1.1 1.1 0 0 1-.195-.604zm-8.773.363c-.994 0-2.033-1.007-2.319-2.25c-.287-1.242.287-2.249 1.28-2.249s2.033 1.007 2.319 2.249s-.286 2.25-1.28 2.25M13.81 30c-.994 0-2.033-1.008-2.319-2.25c-.287-1.243.287-2.25 1.281-2.25s2.033 1.007 2.319 2.25c.286 1.242-.287 2.25-1.281 2.25"/><path fill="#dd2e44" d="m31.435 12.161l-12.104 9.73a2 2 0 0 1-.331.212v12.569c0 .233-.083.437-.2.614c.155-.058.335-.16.548-.328c1.821-1.432 11.588-9.099 11.588-9.099S32 25.417 32 23.375V11.053c0 .402-.188.803-.565 1.108m-7.457 16.731c-.242 1.137-1.119 2.058-1.958 2.058c-.838 0-1.322-.921-1.08-2.058s1.118-2.058 1.957-2.058s1.322.921 1.081 2.058m3.538-5.271c-.254 1.172-1.178 2.121-2.062 2.121s-1.392-.949-1.138-2.121c.255-1.172 1.179-2.121 2.061-2.121c.885 0 1.394.949 1.139 2.121m3.063-5.105c-.251 1.115-1.163 2.017-2.035 2.017s-1.375-.902-1.123-2.017c.251-1.113 1.162-2.016 2.034-2.016c.873 0 1.376.903 1.124 2.016m1.415-7.511c.001.016.006.032.006.048V11z"/><path fill="#ea596e" d="M31.435 9.945L19.289.5c-.753-.61-1.988-.61-2.742 0L4.565 10.029a1.44 1.44 0 0 0-.551.983c-.003.042-.014.083-.014.125c0 .402.188.803.565 1.108l12.023 9.646c.125.101.265.178.412.246v12.535c0 .229.081.43.194.604c.181.28.466.474.806.474c.336 0 .619-.19.8-.464a1.1 1.1 0 0 0 .2-.614V22.103a2 2 0 0 0 .331-.212l12.104-9.73c.377-.305.565-.706.565-1.108c0-.016-.005-.032-.006-.049c-.014-.385-.198-.767-.559-1.059M18.5 8.667c1.61 0 2.916 1.044 2.916 2.333s-1.306 2.333-2.916 2.333c-1.611 0-2.916-1.044-2.916-2.333s1.305-2.333 2.916-2.333"/><ellipse cx="18.5" cy="11" fill="#fff" rx="2.916" ry="2.333"/><path fill="#fff" d="M29.455 16.5c-.872 0-1.783.903-2.034 2.016c-.252 1.115.251 2.017 1.123 2.017s1.784-.902 2.035-2.017c.252-1.113-.251-2.016-1.124-2.016m-3.077 5c-.883 0-1.807.949-2.061 2.121s.255 2.121 1.138 2.121c.884 0 1.808-.949 2.062-2.121s-.255-2.121-1.139-2.121m-3.482 5.334c-.839 0-1.715.921-1.957 2.058s.242 2.058 1.08 2.058s1.716-.921 1.958-2.058s-.242-2.058-1.081-2.058"/><path fill="#e1e8ed" d="M7.188 18.001c-.994 0-1.567 1.007-1.28 2.249s1.325 2.25 2.319 2.25s1.567-1.007 1.28-2.25c-.286-1.242-1.325-2.249-2.319-2.249m5.583 7.499c-.994 0-1.567 1.007-1.281 2.25c.287 1.242 1.326 2.25 2.32 2.25s1.567-1.008 1.281-2.25c-.287-1.243-1.326-2.25-2.32-2.25"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23a0041e%22%20d%3D%22M4%2011v.137c0-.042.011-.084.015-.126zm13%2011.137a2%202%200%200%201-.412-.246L4.565%2012.245C4.188%2011.94%204%2011.539%204%2011.137v12.238c0%202.042%201.093%202.484%201.093%202.484l11.574%209.099c.205.161.377.259.528.318a1.1%201.1%200%200%201-.195-.604zm-8.773.363c-.994%200-2.033-1.007-2.319-2.25c-.287-1.242.287-2.249%201.28-2.249s2.033%201.007%202.319%202.249s-.286%202.25-1.28%202.25M13.81%2030c-.994%200-2.033-1.008-2.319-2.25c-.287-1.243.287-2.25%201.281-2.25s2.033%201.007%202.319%202.25c.286%201.242-.287%202.25-1.281%202.25%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22m31.435%2012.161l-12.104%209.73a2%202%200%200%201-.331.212v12.569c0%20.233-.083.437-.2.614c.155-.058.335-.16.548-.328c1.821-1.432%2011.588-9.099%2011.588-9.099S32%2025.417%2032%2023.375V11.053c0%20.402-.188.803-.565%201.108m-7.457%2016.731c-.242%201.137-1.119%202.058-1.958%202.058c-.838%200-1.322-.921-1.08-2.058s1.118-2.058%201.957-2.058s1.322.921%201.081%202.058m3.538-5.271c-.254%201.172-1.178%202.121-2.062%202.121s-1.392-.949-1.138-2.121c.255-1.172%201.179-2.121%202.061-2.121c.885%200%201.394.949%201.139%202.121m3.063-5.105c-.251%201.115-1.163%202.017-2.035%202.017s-1.375-.902-1.123-2.017c.251-1.113%201.162-2.016%202.034-2.016c.873%200%201.376.903%201.124%202.016m1.415-7.511c.001.016.006.032.006.048V11z%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M31.435%209.945L19.289.5c-.753-.61-1.988-.61-2.742%200L4.565%2010.029a1.44%201.44%200%200%200-.551.983c-.003.042-.014.083-.014.125c0%20.402.188.803.565%201.108l12.023%209.646c.125.101.265.178.412.246v12.535c0%20.229.081.43.194.604c.181.28.466.474.806.474c.336%200%20.619-.19.8-.464a1.1%201.1%200%200%200%20.2-.614V22.103a2%202%200%200%200%20.331-.212l12.104-9.73c.377-.305.565-.706.565-1.108c0-.016-.005-.032-.006-.049c-.014-.385-.198-.767-.559-1.059M18.5%208.667c1.61%200%202.916%201.044%202.916%202.333s-1.306%202.333-2.916%202.333c-1.611%200-2.916-1.044-2.916-2.333s1.305-2.333%202.916-2.333%22%2F%3E%3Cellipse%20cx%3D%2218.5%22%20cy%3D%2211%22%20fill%3D%22%23fff%22%20rx%3D%222.916%22%20ry%3D%222.333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.455%2016.5c-.872%200-1.783.903-2.034%202.016c-.252%201.115.251%202.017%201.123%202.017s1.784-.902%202.035-2.017c.252-1.113-.251-2.016-1.124-2.016m-3.077%205c-.883%200-1.807.949-2.061%202.121s.255%202.121%201.138%202.121c.884%200%201.808-.949%202.062-2.121s-.255-2.121-1.139-2.121m-3.482%205.334c-.839%200-1.715.921-1.957%202.058s.242%202.058%201.08%202.058s1.716-.921%201.958-2.058s-.242-2.058-1.081-2.058%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M7.188%2018.001c-.994%200-1.567%201.007-1.28%202.249s1.325%202.25%202.319%202.25s1.567-1.007%201.28-2.25c-.286-1.242-1.325-2.249-2.319-2.249m5.583%207.499c-.994%200-1.567%201.007-1.281%202.25c.287%201.242%201.326%202.25%202.32%202.25s1.567-1.008%201.281-2.25c-.287-1.243-1.326-2.25-2.32-2.25%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23a0041e%22%20d%3D%22M4%2011v.137c0-.042.011-.084.015-.126zm13%2011.137a2%202%200%200%201-.412-.246L4.565%2012.245C4.188%2011.94%204%2011.539%204%2011.137v12.238c0%202.042%201.093%202.484%201.093%202.484l11.574%209.099c.205.161.377.259.528.318a1.1%201.1%200%200%201-.195-.604zm-8.773.363c-.994%200-2.033-1.007-2.319-2.25c-.287-1.242.287-2.249%201.28-2.249s2.033%201.007%202.319%202.249s-.286%202.25-1.28%202.25M13.81%2030c-.994%200-2.033-1.008-2.319-2.25c-.287-1.243.287-2.25%201.281-2.25s2.033%201.007%202.319%202.25c.286%201.242-.287%202.25-1.281%202.25%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22m31.435%2012.161l-12.104%209.73a2%202%200%200%201-.331.212v12.569c0%20.233-.083.437-.2.614c.155-.058.335-.16.548-.328c1.821-1.432%2011.588-9.099%2011.588-9.099S32%2025.417%2032%2023.375V11.053c0%20.402-.188.803-.565%201.108m-7.457%2016.731c-.242%201.137-1.119%202.058-1.958%202.058c-.838%200-1.322-.921-1.08-2.058s1.118-2.058%201.957-2.058s1.322.921%201.081%202.058m3.538-5.271c-.254%201.172-1.178%202.121-2.062%202.121s-1.392-.949-1.138-2.121c.255-1.172%201.179-2.121%202.061-2.121c.885%200%201.394.949%201.139%202.121m3.063-5.105c-.251%201.115-1.163%202.017-2.035%202.017s-1.375-.902-1.123-2.017c.251-1.113%201.162-2.016%202.034-2.016c.873%200%201.376.903%201.124%202.016m1.415-7.511c.001.016.006.032.006.048V11z%22%2F%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M31.435%209.945L19.289.5c-.753-.61-1.988-.61-2.742%200L4.565%2010.029a1.44%201.44%200%200%200-.551.983c-.003.042-.014.083-.014.125c0%20.402.188.803.565%201.108l12.023%209.646c.125.101.265.178.412.246v12.535c0%20.229.081.43.194.604c.181.28.466.474.806.474c.336%200%20.619-.19.8-.464a1.1%201.1%200%200%200%20.2-.614V22.103a2%202%200%200%200%20.331-.212l12.104-9.73c.377-.305.565-.706.565-1.108c0-.016-.005-.032-.006-.049c-.014-.385-.198-.767-.559-1.059M18.5%208.667c1.61%200%202.916%201.044%202.916%202.333s-1.306%202.333-2.916%202.333c-1.611%200-2.916-1.044-2.916-2.333s1.305-2.333%202.916-2.333%22%2F%3E%3Cellipse%20cx%3D%2218.5%22%20cy%3D%2211%22%20fill%3D%22%23fff%22%20rx%3D%222.916%22%20ry%3D%222.333%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.455%2016.5c-.872%200-1.783.903-2.034%202.016c-.252%201.115.251%202.017%201.123%202.017s1.784-.902%202.035-2.017c.252-1.113-.251-2.016-1.124-2.016m-3.077%205c-.883%200-1.807.949-2.061%202.121s.255%202.121%201.138%202.121c.884%200%201.808-.949%202.062-2.121s-.255-2.121-1.139-2.121m-3.482%205.334c-.839%200-1.715.921-1.957%202.058s.242%202.058%201.08%202.058s1.716-.921%201.958-2.058s-.242-2.058-1.081-2.058%22%2F%3E%3Cpath%20fill%3D%22%23e1e8ed%22%20d%3D%22M7.188%2018.001c-.994%200-1.567%201.007-1.28%202.249s1.325%202.25%202.319%202.25s1.567-1.007%201.28-2.25c-.286-1.242-1.325-2.249-2.319-2.249m5.583%207.499c-.994%200-1.567%201.007-1.281%202.25c.287%201.242%201.326%202.25%202.32%202.25s1.567-1.008%201.281-2.25c-.287-1.243-1.326-2.25-2.32-2.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/game-die.svg?color=%231a73e8&size=48