Game Plugins Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Game Plugins icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/340927.svg" alt="Game Plugins icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340927.svg" alt="Game Plugins icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340927.svg" alt="Game Plugins icon" :width="24" :height="24" />
CSS background
.icon-game-plugins {
background-image: url('https://proicons.com/icon/340927.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.5174,14.4594a4.9032,4.9032,0,1,1,5.5542.0484"/><path class="b" d="M8.14,25.6471a4.9032,4.9032,0,1,1-.2391,5.5493"/><path class="a" d="M17.5174,14.4594c.3291.6149.2658,1.66-1.29,1.8469h-9.65v8.2406a1.071,1.071,0,0,0,1.563,1.1"/><path class="a" d="M7.9013,31.1964a.9506.9506,0,0,0-1.3239,1.0862v7.9311h20.5"/><path class="a" d="M18.8064,34.4526l2.5516,4.4405c3.0683-1.8143,6.2015.008,6.2015,3.5672h5.097c0-3.5591,2.8385-5.2144,6.2164-3.5592l2.5534-4.45c-3.1492-1.8069-3.1514-5.3385-.0011-7.1506L38.873,22.8637c-3.0354,1.8025-6.2164.004-6.2164-3.5715H27.56c0,3.5755-3.1332,5.374-6.2037,3.5755l-2.5495,4.3529c3.2274,1.89,3.04,5.4852,0,7.232Z"/><circle class="a" cx="30.1163" cy="30.8763" r="4.1677"/><path class="a" d="M23.0716,14.5079c-.468.3765-.5805,1.6076,1.1868,1.7985h8.3981v2.9858"/></svg>
Copied!