Catandicegame Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Catandicegame 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/323506.svg" alt="Catandicegame icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323506.svg" alt="Catandicegame icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323506.svg" alt="Catandicegame icon" :width="24" :height="24" />
CSS background
.icon-catandicegame {
background-image: url('https://proicons.com/icon/323506.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.42,4.5l6.63,3.83,6.46-3.74,6.54,4.19v7.87l6,3.45v8l-5.93,3.43v7.91l-7,4-6-3.45L18.2,43.48l-7.31-4.23V31.1L5,27.68V20.09l6.41-3.71V8.19Z"/><path class="a" d="M18,19.7v8.09l6,3.49,5.92-3.42v-8l-6-3.47Z"/><path class="a" d="M11.39,16.38,18,19.7"/><path class="a" d="M23.93,16.4l.12-8.07"/><path class="a" d="M29.93,19.87l7.12-3.22"/><path class="a" d="M24,31.28l.12,8.77"/><path class="a" d="M10.89,31.1,18,27.79"/><path class="a" d="M37.09,31.54l-7.16-3.68"/><rect class="a" x="15.6" y="10.26" width="3.87" height="3.88"/><rect class="a" x="28.66" y="10.26" width="3.87" height="3.88"/><rect class="a" x="34.8" y="21.83" width="3.87" height="3.88"/><rect class="a" x="28.34" y="34.21" width="3.87" height="3.88"/><rect class="a" x="15.56" y="33.62" width="3.87" height="3.88"/><rect class="a" x="9.18" y="21.83" width="3.87" height="3.88"/><path class="a" d="M28.65,12.19H19.49"/><path class="a" d="M17.62,14.16l-6.46,7.66"/><path class="a" d="M36.71,25.72l-6.3,8.49"/></svg>
Copied!