game icon
game from IconPark by ByteDance · Color · Game · Apache-2.0 Free for personal and commercial use.
- Name
- game
- Set
- IconPark
- Style
- Color
- Category
- Game
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More game icons from IconPark
Use the game icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M38.5121 9.5362C34.8466 6.10249 29.9188 4 24.5 4C13.1782 4 4 13.1782 4 24.5C4 35.8218 13.1782 45 24.5 45C30.1148 45 35.2024 42.7427 38.9048 39.0861L24 24L38.5121 9.5362Z"/><path fill="#2F88FF" stroke="#000" d="M40 28C42.2091 28 44 26.2091 44 24C44 21.7909 42.2091 20 40 20C37.7909 20 36 21.7909 36 24C36 26.2091 37.7909 28 40 28Z"/><path stroke="#fff" stroke-linecap="round" d="M17 13V21"/><path stroke="#fff" stroke-linecap="round" d="M13 17H21"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkGame(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M38.5121 9.5362C34.8466 6.10249 29.9188 4 24.5 4C13.1782 4 4 13.1782 4 24.5C4 35.8218 13.1782 45 24.5 45C30.1148 45 35.2024 42.7427 38.9048 39.0861L24 24L38.5121 9.5362Z"/><path fill="#2F88FF" stroke="#000" d="M40 28C42.2091 28 44 26.2091 44 24C44 21.7909 42.2091 20 40 20C37.7909 20 36 21.7909 36 24C36 26.2091 37.7909 28 40 28Z"/><path stroke="#fff" strokeLinecap="round" d="M17 13V21"/><path stroke="#fff" strokeLinecap="round" d="M13 17H21"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M38.5121 9.5362C34.8466 6.10249 29.9188 4 24.5 4C13.1782 4 4 13.1782 4 24.5C4 35.8218 13.1782 45 24.5 45C30.1148 45 35.2024 42.7427 38.9048 39.0861L24 24L38.5121 9.5362Z"/><path fill="#2F88FF" stroke="#000" d="M40 28C42.2091 28 44 26.2091 44 24C44 21.7909 42.2091 20 40 20C37.7909 20 36 21.7909 36 24C36 26.2091 37.7909 28 40 28Z"/><path stroke="#fff" stroke-linecap="round" d="M17 13V21"/><path stroke="#fff" stroke-linecap="round" d="M13 17H21"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M38.5121%209.5362C34.8466%206.10249%2029.9188%204%2024.5%204C13.1782%204%204%2013.1782%204%2024.5C4%2035.8218%2013.1782%2045%2024.5%2045C30.1148%2045%2035.2024%2042.7427%2038.9048%2039.0861L24%2024L38.5121%209.5362Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M40%2028C42.2091%2028%2044%2026.2091%2044%2024C44%2021.7909%2042.2091%2020%2040%2020C37.7909%2020%2036%2021.7909%2036%2024C36%2026.2091%2037.7909%2028%2040%2028Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M17%2013V21%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2017H21%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M38.5121%209.5362C34.8466%206.10249%2029.9188%204%2024.5%204C13.1782%204%204%2013.1782%204%2024.5C4%2035.8218%2013.1782%2045%2024.5%2045C30.1148%2045%2035.2024%2042.7427%2038.9048%2039.0861L24%2024L38.5121%209.5362Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M40%2028C42.2091%2028%2044%2026.2091%2044%2024C44%2021.7909%2042.2091%2020%2040%2020C37.7909%2020%2036%2021.7909%2036%2024C36%2026.2091%2037.7909%2028%2040%2028Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M17%2013V21%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2017H21%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/game.svg?color=%231a73e8&size=48