Mobile Chess Gogo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobile Chess Gogo 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/329413.svg" alt="Mobile Chess Gogo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329413.svg" alt="Mobile Chess Gogo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329413.svg" alt="Mobile Chess Gogo icon" :width="24" :height="24" />
CSS background
.icon-mobile-chess-gogo {
background-image: url('https://proicons.com/icon/329413.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><path class="b" d="M5.5,38.3096c1.7498-2.1182,5.6179-5.7561,5.6179-5.7561v-12.4331c1.5657-2.4866,3.9602-4.1904,5.8482-4.9272-1.1973,1.6577-.6907,2.5787-.6907,2.5787l5.1805,5.1805s9.6472-10.1998,12.4101-12.318c-8.0124,2.855-16.6235.3223-19.2022.3223s-8.8413,2.9932-8.8413,8.565.1381,15.8867-.3223,18.7878Z"/><path class="b" d="M5.5,41.8553l9.2558-8.4269v-10.7293l5.9403,5.9403,16.2551-13.7685c-1.7959,5.1114-.967,13.4895-.967,17.8641s-3.8681,7.877-7.9664,7.877-12.4792-1.5657-22.5177,1.2433Z"/><path class="b" d="M31.2642,22.4228l-3.9371,3.6148v5.9403c0,2.0952-.7368,3.8911-2.0261,5.0884,4.3976-2.2103,6.2626-3.8451,6.2626-6.5849s-.2993-5.5719-.2993-8.0585Z"/><path class="b" d="M31.6556,16.2984c2.7629-3.3155,4.9502-6.1935,4.9502-6.1935l-1.0591-1.6117h2.5557l2.0492-2.3485v2.3485l2.3485-.0691-2.3945,2.0722v3.0853l-2.0952-1.7038s-3.8681,2.4175-6.3547,4.4207Z"/></svg>
Copied!