Sokoban G Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sokoban G 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/347603.svg" alt="Sokoban G icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347603.svg" alt="Sokoban G icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347603.svg" alt="Sokoban G icon" :width="24" :height="24" />
CSS background
.icon-sokoban-g {
background-image: url('https://proicons.com/icon/347603.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="m22.0705,34.2972c-.4474.2874-.7535.4871-1.0625.6822-5.2693,3.326-12.7252-.2915-13.2684-6.5002-.2202-2.5163.575-4.868,1.7439-7.0853,1.686-3.1982,4.1507-5.7777,6.6375-8.3384,1.9789-2.0377,4.0225-4.0151,5.7893-6.2495.7698-.9736,1.417-2.03,2.1052-3.2102,1.1056,1.7129,2.2718,3.2462,3.5387,4.7033,2.7207,3.1292,5.7683,5.9586,8.4026,9.1661,1.5715,1.9134,2.9594,3.9386,3.7554,6.3165.602,1.7982.749,3.6315.3957,5.4909-.5863,3.0865-2.3566,5.2086-5.3553,6.1605-2.9591.9393-5.8727.8972-8.7101-.9522.4044,3.6396,1.836,7.0994,3.911,10.0969h-11.8454c2.2516-2.9711,3.8248-6.4253,3.9624-10.2805Z"/></svg>
Copied!