Clash Of Clans Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clash Of Clans 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/323769.svg" alt="Clash Of Clans icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323769.svg" alt="Clash Of Clans icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323769.svg" alt="Clash Of Clans icon" :width="24" :height="24" />
CSS background
.icon-clash-of-clans {
background-image: url('https://proicons.com/icon/323769.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="M27.0128,43.5s9.3177-3.6007,12.37-8.5314,2.8726-14.57,2.8726-14.57A3.0078,3.0078,0,0,0,39.91,18.0534c-1.8481-.32-4.6354-.7448-4.6354-.7448a2.2383,2.2383,0,0,0-2.1207-1.74,43.7671,43.7671,0,0,0-10.1446-.357,2.324,2.324,0,0,0-1.7527,1.53l-1.9335.161a15.53,15.53,0,0,0-4.3337.6147,2.3017,2.3017,0,0,0-1.0124,1.8657c-.1684,2.0441-.3449,7.8679-.3449,7.8679a11.603,11.603,0,0,0,2.1059,6.6214c2.3046,3.3892,4.5069,6.16,11.2746,9.6279Z"/><path class="a" d="M27.0128,43.5l1.2459-28.341"/><path class="a" d="M25.94,23.0212,10.4244,12.1526"/><path class="a" d="M15.1793,15.2625V12.6231L9.9117,8.0859l.5114,4.0677"/><path class="a" d="M15.1793,15.2625l-3.34.8947L5.743,12.8411l4.68-.6875"/><path class="a" d="M30.9227,25.8381,22.4347,8.3008"/><path class="a" d="M25.0729,13.3336l1.2863-2.3048L23.9706,4.5,22.4348,8.3013"/><path class="a" d="M25.0729,13.3336l-3.3523-.846L18.0131,6.6212l4.4219,1.68"/></svg>
Copied!