Sokoban Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sokoban 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/347602.svg" alt="Sokoban icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347602.svg" alt="Sokoban icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347602.svg" alt="Sokoban icon" :width="24" :height="24" />
CSS background
.icon-sokoban {
background-image: url('https://proicons.com/icon/347602.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;fill-rule:evenodd;}</style></defs><path class="cls-1" d="M24,4.5,15.09,30.23H32.91Z"/><path class="cls-1" d="M15.09,30.23,24,43.5l8.91-13.27Z"/><path class="cls-1" d="M24,4.5l8.91,25.73,8.87-.39Z"/><path class="cls-1" d="M41.78,29.84l-8.87.39L24,43.5Z"/><path class="cls-1" d="M24,4.5,6.22,29.84l8.87.39Z"/><path class="cls-1" d="M6.22,29.84,24,43.5,15.09,30.23Z"/></svg>
Copied!