game handle icon
game-handle from IconPark by ByteDance · Color · Game · Apache-2.0 Free for personal and commercial use.
- Name
- game-handle
- 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 handle 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="M32 18H16C9.37258 18 4 23.3726 4 30C4 36.6274 9.37258 42 16 42H32C38.6274 42 44 36.6274 44 30C44 23.3726 38.6274 18 32 18Z"/><path stroke="#fff" stroke-linecap="round" d="M16 26V34"/><path stroke="#fff" stroke-linecap="round" d="M12 30H20"/><path stroke="#000" stroke-linecap="round" d="M24 16V9.71429H32V4"/><path fill="#43CCF8" stroke="#fff" d="M32 34C34.2091 34 36 32.2091 36 30C36 27.7909 34.2091 26 32 26C29.7909 26 28 27.7909 28 30C28 32.2091 29.7909 34 32 34Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkGameHandle(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="M32 18H16C9.37258 18 4 23.3726 4 30C4 36.6274 9.37258 42 16 42H32C38.6274 42 44 36.6274 44 30C44 23.3726 38.6274 18 32 18Z"/><path stroke="#fff" strokeLinecap="round" d="M16 26V34"/><path stroke="#fff" strokeLinecap="round" d="M12 30H20"/><path stroke="#000" strokeLinecap="round" d="M24 16V9.71429H32V4"/><path fill="#43CCF8" stroke="#fff" d="M32 34C34.2091 34 36 32.2091 36 30C36 27.7909 34.2091 26 32 26C29.7909 26 28 27.7909 28 30C28 32.2091 29.7909 34 32 34Z"/></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="M32 18H16C9.37258 18 4 23.3726 4 30C4 36.6274 9.37258 42 16 42H32C38.6274 42 44 36.6274 44 30C44 23.3726 38.6274 18 32 18Z"/><path stroke="#fff" stroke-linecap="round" d="M16 26V34"/><path stroke="#fff" stroke-linecap="round" d="M12 30H20"/><path stroke="#000" stroke-linecap="round" d="M24 16V9.71429H32V4"/><path fill="#43CCF8" stroke="#fff" d="M32 34C34.2091 34 36 32.2091 36 30C36 27.7909 34.2091 26 32 26C29.7909 26 28 27.7909 28 30C28 32.2091 29.7909 34 32 34Z"/></g></svg> </template>
CSS
.icon-game-handle {
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%22M32%2018H16C9.37258%2018%204%2023.3726%204%2030C4%2036.6274%209.37258%2042%2016%2042H32C38.6274%2042%2044%2036.6274%2044%2030C44%2023.3726%2038.6274%2018%2032%2018Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M16%2026V34%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M12%2030H20%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2016V9.71429H32V4%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M32%2034C34.2091%2034%2036%2032.2091%2036%2030C36%2027.7909%2034.2091%2026%2032%2026C29.7909%2026%2028%2027.7909%2028%2030C28%2032.2091%2029.7909%2034%2032%2034Z%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%22M32%2018H16C9.37258%2018%204%2023.3726%204%2030C4%2036.6274%209.37258%2042%2016%2042H32C38.6274%2042%2044%2036.6274%2044%2030C44%2023.3726%2038.6274%2018%2032%2018Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M16%2026V34%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M12%2030H20%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M24%2016V9.71429H32V4%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M32%2034C34.2091%2034%2036%2032.2091%2036%2030C36%2027.7909%2034.2091%2026%2032%2026C29.7909%2026%2028%2027.7909%2028%2030C28%2032.2091%2029.7909%2034%2032%2034Z%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-handle.svg?color=%231a73e8&size=48