Game Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Game Space 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/340928.svg" alt="Game Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340928.svg" alt="Game Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340928.svg" alt="Game Space icon" :width="24" :height="24" />
CSS background
.icon-game-space {
background-image: url('https://proicons.com/icon/340928.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,36.7943c-2.9176,0-2.1206.2657-2.9901-.4589s-3.647-4.5648-4.5406-6.183-1.0563-5.6543-1.0563-5.6543"/><path class="c" d="M22.1451,27.0972c-.5555-2.4635-3.1156-3.6953-5.8448-5.3376.0966,1.6182,1.0869,2.3374,2.6084,2.7386s2.0275.4291,2.0275.4291"/><path class="c" d="M18.2068,10.5045c-.2521,4.3475,1.4997,7.6563,1.4997,7.6563-1.2205.9178,1.0257,4.2749,3.3443,6.6902"/><path class="c" d="M17.354,31.5796c-2.9739,1.3866-6.4759,3.995-6.4759,3.995l-.3381-.6763s-3.0973.4589-5.04,1.5457"/><path class="c" d="M27.2074,33.5579c1.1593-3.0673,7.1732-9.2503,7.1732-15.7473s-2.0046-9.2745-2.0046-9.2745l-1.5216,2.4877s-3.1881-1.8356-6.8544-1.8356-6.8544,1.8356-6.8544,1.8356l-1.5216-2.4877s-2.0046,2.7775-2.0046,9.2745,6.0139,12.6799,7.1732,15.7473"/><path class="c" d="M24,36.7943c2.9176,0,2.1206.2657,2.9901-.4589s3.647-4.5648,4.5406-6.183,1.0563-5.6543,1.0563-5.6543"/><path class="c" d="M25.8549,27.0972c.5555-2.4635,3.1156-3.6953,5.8448-5.3376-.0966,1.6182-1.0869,2.3374-2.6084,2.7386s-2.0275.4291-2.0275.4291"/><path class="c" d="M29.7932,10.5045c.2521,4.3475-1.4997,7.6563-1.4997,7.6563,1.2205.9178-1.0257,4.2749-3.3443,6.6902"/><path class="c" d="M30.646,31.5796c2.9739,1.3866,6.4759,3.995,6.4759,3.995l.3381-.6763s3.0973.4589,5.04,1.5457"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!