Clash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clash 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/323766.svg" alt="Clash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323766.svg" alt="Clash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323766.svg" alt="Clash icon" :width="24" :height="24" />
CSS background
.icon-clash {
background-image: url('https://proicons.com/icon/323766.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,.b{fill:none;stroke:#000;stroke-linecap:round;}.a{stroke-linejoin:round;}.b{stroke-miterlimit:5.7143;}</style></defs><path class="a" d="M27.19,42.5a89.0444,89.0444,0,0,1-14.6813-1.5725S13.94,12.3721,17.9209,5.5357c-.13-.297,2.9919,1.2125,4.4218,6.2665a25.5569,25.5569,0,0,1,4.8471-.47"/><ellipse class="a" cx="21.2404" cy="20.3089" rx="1.6708" ry="2.1301"/><path class="a" d="M27.19,42.5a89.0444,89.0444,0,0,0,14.6813-1.5725S40.44,12.3721,36.4583,5.5357c.03-.2006-3.59,1.7549-4.4218,6.2665a25.5582,25.5582,0,0,0-4.8471-.47"/><ellipse class="a" cx="33.1398" cy="20.3089" rx="1.6708" ry="2.1301"/><path class="b" d="M12.5083,40.927C10.5777,40.6,7.56,40.6178,6.4685,37.44c-1.0674-3.107.4377-6.6708,3.7411-7.0453"/><path class="b" d="M25.4634,26.3872a1.4666,1.4666,0,0,0,1.4726-1.4725"/><path class="b" d="M28.4091,26.3872a1.4666,1.4666,0,0,1-1.4726-1.4725"/></svg>
Copied!