Gamelauncher 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gamelauncher 2 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/326372.svg" alt="Gamelauncher 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326372.svg" alt="Gamelauncher 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326372.svg" alt="Gamelauncher 2 icon" :width="24" :height="24" />
CSS background
.icon-gamelauncher-2 {
background-image: url('https://proicons.com/icon/326372.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M36.2317,22.593c0,1.2928-1.0404,2.3409-2.3239,2.3409h0c-1.2835,0-2.3239-1.0481-2.3239-2.3409h0c0-1.2928,1.0404-2.3409,2.3239-2.3409h0c1.2835,0,2.3239,1.0481,2.3239,2.3409ZM32.5002,17.7711c-.0005,1.2925-1.0408,2.3399-2.3239,2.3399s-2.3239-1.0481-2.3239-2.3409h0c.0005-1.2925,1.0408-2.3399,2.3239-2.3399,1.2831.0006,2.3229,1.0485,2.3229,2.3409h.001ZM17.5124,15.2021c-.9064,0-1.6366.7343-1.6366,1.6476v2.0018h-1.9908c-.9064,0-1.6356.7353-1.6356,1.6476v.2391c0,.9124.7303,1.6476,1.6356,1.6476h1.9908v2.0048c0,.9134.7303,1.6476,1.6366,1.6476h.2331c.9064,0,1.6366-.7343,1.6366-1.6476v-2.0048h1.9908c.9064,0,1.6366-.7353,1.6366-1.6476v-.2391c0-.9124-.7303-1.6476-1.6366-1.6476h-1.9908v-2.0018c0-.9134-.7303-1.6476-1.6366-1.6476h-.2331ZM30.1313,10.6133c5.4881,0,6.7246,2.1859,9.3326,6.7166,3.3913,5.8933,5.4051,14.5657,2.9471,18.5032-1.7707,2.8381-8.2982,1.7247-11.3004-2.8251-1.4306-2.1708-3.4143-3.4113-7.1108-3.4113s-5.6792,1.2405-7.1108,3.4113c-3.0012,4.5498-9.5287,5.6622-11.3004,2.8251-2.458-3.9375-.4432-12.6099,2.9471-18.5032,2.608-4.5318,3.8445-6.7166,9.3336-6.7166h12.2618Z"/></svg>
Copied!