Gamestop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gamestop 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/326379.svg" alt="Gamestop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326379.svg" alt="Gamestop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326379.svg" alt="Gamestop icon" :width="24" :height="24" />
CSS background
.icon-gamestop {
background-image: url('https://proicons.com/icon/326379.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m26.116,32.627h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v1.3c0,1.1-.9,2-2,2Z"/><path class="b" d="m23.62,17.373c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v3.3"/><line class="b" x1="23.62" y1="15.373" x2="23.62" y2="20.773"/><path class="b" d="m27.62,17.373c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v3.3"/><path class="b" d="m12.52,31.727c.5.6,1.1.9,2,.9h1.2c1.1,0,2-.9,2-2h0c0-1.1-.9-2-2-2h-1.3c-1.1,0-2-.9-2-2h0c0-1.1.9-2,2-2h1.2c.9,0,1.5.2,2,.9"/><path class="b" d="m20.61,25.627v6c0,.6.4,1,1,1h.3"/><line class="b" x1="19.51" y1="27.227" x2="21.71" y2="27.227"/><path class="b" d="m21.616,18.673c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/><line class="b" x1="21.616" y1="20.673" x2="21.616" y2="15.273"/><path class="b" d="m37.316,19.673c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v.7h-4"/><path class="b" d="m30.32,30.627c0,1.1.9,2,2,2h0c1.1,0,2-.9,2-2v-1.3c0-1.1-.9-2-2-2h0c-1.1,0-2,.9-2,2"/><line class="b" x1="30.32" y1="27.227" x2="30.32" y2="35.227"/><path class="b" d="m15.784,15.473c0-1.5-1.2-2.7-2.7-2.7h0c-1.5,0-2.7,1.2-2.7,2.7v2.7c0,1.5,1.2,2.6,2.7,2.6h0c1.5,0,2.7-1.2,2.7-2.6h-2.7"/></svg>
Copied!