game logo
game from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- game
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the game logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.389 20.34A9 9 0 0 1 12 21a9 9 0 0 1-8.312-5.543c.05-2.152 1.924-5.55 5.8-6.674a4.5 4.5 0 0 0-1.605 4.393c.11 1.291.594 2.936 1.742 4.333c1.166 1.42 3 2.56 5.764 2.83m1.104-.54c-3.225-.043-5.213-1.222-6.405-2.672a7 7 0 0 1-1.03-1.704a4.5 4.5 0 0 0 7.483-1.621c.643.006 1.534.107 2.25.453c.368.177.677.412.889.72c.202.29.328.662.32 1.148a9.05 9.05 0 0 1-3.507 3.676m3.945-4.662A9 9 0 0 0 21 12c0-1.08-1.072-1.802-2.151-1.802h-2.952v.002h-3.145c-.745 0-1.238.336-1.238 1.082c0 1.242.896 1.918 2.138 1.918h3.055l-.001.006c.672.021 1.578.139 2.346.51c.432.208.834.503 1.122.918q.159.231.264.504M11.92 7.812q.099-.008.197-.012H16.2A4.8 4.8 0 0 0 21 3h-9a9 9 0 0 0-9 9c0 .759.094 1.496.27 2.2c.722-2.787 3.568-6.252 8.65-6.388m1.878 3.288a.3.3 0 1 1 .6 0v.3h.3a.3.3 0 0 1 0 .6h-.3v.3a.3.3 0 0 1-.6 0V12h-.3a.3.3 0 0 1 0-.6h.3zm4.8 0a.3.3 0 1 1-.6 0a.3.3 0 0 1 .6 0m-.6.6a.3.3 0 0 1-.3.3a.3.3 0 1 1 .3-.3m.9.3a.3.3 0 1 0 0-.6a.3.3 0 0 0 0 .6m-.3.3a.3.3 0 1 1-.602 0a.3.3 0 0 1 .602 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenGame(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" fillRule="evenodd" d="M15.389 20.34A9 9 0 0 1 12 21a9 9 0 0 1-8.312-5.543c.05-2.152 1.924-5.55 5.8-6.674a4.5 4.5 0 0 0-1.605 4.393c.11 1.291.594 2.936 1.742 4.333c1.166 1.42 3 2.56 5.764 2.83m1.104-.54c-3.225-.043-5.213-1.222-6.405-2.672a7 7 0 0 1-1.03-1.704a4.5 4.5 0 0 0 7.483-1.621c.643.006 1.534.107 2.25.453c.368.177.677.412.889.72c.202.29.328.662.32 1.148a9.05 9.05 0 0 1-3.507 3.676m3.945-4.662A9 9 0 0 0 21 12c0-1.08-1.072-1.802-2.151-1.802h-2.952v.002h-3.145c-.745 0-1.238.336-1.238 1.082c0 1.242.896 1.918 2.138 1.918h3.055l-.001.006c.672.021 1.578.139 2.346.51c.432.208.834.503 1.122.918q.159.231.264.504M11.92 7.812q.099-.008.197-.012H16.2A4.8 4.8 0 0 0 21 3h-9a9 9 0 0 0-9 9c0 .759.094 1.496.27 2.2c.722-2.787 3.568-6.252 8.65-6.388m1.878 3.288a.3.3 0 1 1 .6 0v.3h.3a.3.3 0 0 1 0 .6h-.3v.3a.3.3 0 0 1-.6 0V12h-.3a.3.3 0 0 1 0-.6h.3zm4.8 0a.3.3 0 1 1-.6 0a.3.3 0 0 1 .6 0m-.6.6a.3.3 0 0 1-.3.3a.3.3 0 1 1 .3-.3m.9.3a.3.3 0 1 0 0-.6a.3.3 0 0 0 0 .6m-.3.3a.3.3 0 1 1-.602 0a.3.3 0 0 1 .602 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.389 20.34A9 9 0 0 1 12 21a9 9 0 0 1-8.312-5.543c.05-2.152 1.924-5.55 5.8-6.674a4.5 4.5 0 0 0-1.605 4.393c.11 1.291.594 2.936 1.742 4.333c1.166 1.42 3 2.56 5.764 2.83m1.104-.54c-3.225-.043-5.213-1.222-6.405-2.672a7 7 0 0 1-1.03-1.704a4.5 4.5 0 0 0 7.483-1.621c.643.006 1.534.107 2.25.453c.368.177.677.412.889.72c.202.29.328.662.32 1.148a9.05 9.05 0 0 1-3.507 3.676m3.945-4.662A9 9 0 0 0 21 12c0-1.08-1.072-1.802-2.151-1.802h-2.952v.002h-3.145c-.745 0-1.238.336-1.238 1.082c0 1.242.896 1.918 2.138 1.918h3.055l-.001.006c.672.021 1.578.139 2.346.51c.432.208.834.503 1.122.918q.159.231.264.504M11.92 7.812q.099-.008.197-.012H16.2A4.8 4.8 0 0 0 21 3h-9a9 9 0 0 0-9 9c0 .759.094 1.496.27 2.2c.722-2.787 3.568-6.252 8.65-6.388m1.878 3.288a.3.3 0 1 1 .6 0v.3h.3a.3.3 0 0 1 0 .6h-.3v.3a.3.3 0 0 1-.6 0V12h-.3a.3.3 0 0 1 0-.6h.3zm4.8 0a.3.3 0 1 1-.6 0a.3.3 0 0 1 .6 0m-.6.6a.3.3 0 0 1-.3.3a.3.3 0 1 1 .3-.3m.9.3a.3.3 0 1 0 0-.6a.3.3 0 0 0 0 .6m-.3.3a.3.3 0 1 1-.602 0a.3.3 0 0 1 .602 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-game {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.389%2020.34A9%209%200%200%201%2012%2021a9%209%200%200%201-8.312-5.543c.05-2.152%201.924-5.55%205.8-6.674a4.5%204.5%200%200%200-1.605%204.393c.11%201.291.594%202.936%201.742%204.333c1.166%201.42%203%202.56%205.764%202.83m1.104-.54c-3.225-.043-5.213-1.222-6.405-2.672a7%207%200%200%201-1.03-1.704a4.5%204.5%200%200%200%207.483-1.621c.643.006%201.534.107%202.25.453c.368.177.677.412.889.72c.202.29.328.662.32%201.148a9.05%209.05%200%200%201-3.507%203.676m3.945-4.662A9%209%200%200%200%2021%2012c0-1.08-1.072-1.802-2.151-1.802h-2.952v.002h-3.145c-.745%200-1.238.336-1.238%201.082c0%201.242.896%201.918%202.138%201.918h3.055l-.001.006c.672.021%201.578.139%202.346.51c.432.208.834.503%201.122.918q.159.231.264.504M11.92%207.812q.099-.008.197-.012H16.2A4.8%204.8%200%200%200%2021%203h-9a9%209%200%200%200-9%209c0%20.759.094%201.496.27%202.2c.722-2.787%203.568-6.252%208.65-6.388m1.878%203.288a.3.3%200%201%201%20.6%200v.3h.3a.3.3%200%200%201%200%20.6h-.3v.3a.3.3%200%200%201-.6%200V12h-.3a.3.3%200%200%201%200-.6h.3zm4.8%200a.3.3%200%201%201-.6%200a.3.3%200%200%201%20.6%200m-.6.6a.3.3%200%200%201-.3.3a.3.3%200%201%201%20.3-.3m.9.3a.3.3%200%201%200%200-.6a.3.3%200%200%200%200%20.6m-.3.3a.3.3%200%201%201-.602%200a.3.3%200%200%201%20.602%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.389%2020.34A9%209%200%200%201%2012%2021a9%209%200%200%201-8.312-5.543c.05-2.152%201.924-5.55%205.8-6.674a4.5%204.5%200%200%200-1.605%204.393c.11%201.291.594%202.936%201.742%204.333c1.166%201.42%203%202.56%205.764%202.83m1.104-.54c-3.225-.043-5.213-1.222-6.405-2.672a7%207%200%200%201-1.03-1.704a4.5%204.5%200%200%200%207.483-1.621c.643.006%201.534.107%202.25.453c.368.177.677.412.889.72c.202.29.328.662.32%201.148a9.05%209.05%200%200%201-3.507%203.676m3.945-4.662A9%209%200%200%200%2021%2012c0-1.08-1.072-1.802-2.151-1.802h-2.952v.002h-3.145c-.745%200-1.238.336-1.238%201.082c0%201.242.896%201.918%202.138%201.918h3.055l-.001.006c.672.021%201.578.139%202.346.51c.432.208.834.503%201.122.918q.159.231.264.504M11.92%207.812q.099-.008.197-.012H16.2A4.8%204.8%200%200%200%2021%203h-9a9%209%200%200%200-9%209c0%20.759.094%201.496.27%202.2c.722-2.787%203.568-6.252%208.65-6.388m1.878%203.288a.3.3%200%201%201%20.6%200v.3h.3a.3.3%200%200%201%200%20.6h-.3v.3a.3.3%200%200%201-.6%200V12h-.3a.3.3%200%200%201%200-.6h.3zm4.8%200a.3.3%200%201%201-.6%200a.3.3%200%200%201%20.6%200m-.6.6a.3.3%200%200%201-.3.3a.3.3%200%201%201%20.3-.3m.9.3a.3.3%200%201%200%200-.6a.3.3%200%200%200%200%20.6m-.3.3a.3.3%200%201%201-.602%200a.3.3%200%200%201%20.602%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/game.svg?color=%231a73e8&size=48