Clash Meta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clash Meta 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/338326.svg" alt="Clash Meta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338326.svg" alt="Clash Meta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338326.svg" alt="Clash Meta icon" :width="24" :height="24" />
CSS background
.icon-clash-meta {
background-image: url('https://proicons.com/icon/338326.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><line class="c" x1="15.1002" y1="35.1699" x2="5.6863" y2="35.1699"/><line class="c" x1="14.9677" y1="38.1627" x2="6.122" y2="41.3259"/><path class="c" d="M24,16.8741c.8014,0,2.5512.2557,2.5512.2557l11.1945-10.4557s3.2958.3409,4.7543.8524v24.1031c-1.4206.6535-4.5744,1.1081-6.4496,1.1081v-15.6268l-7.7566,7.302s-2.5855-.8524-4.2938-.8524-4.2938.8524-4.2938.8524l-7.7566-7.302v15.6268c-1.8752,0-5.029-.4546-6.4496-1.1081V7.5264c1.4585-.5114,4.7543-.8524,4.7543-.8524l11.1945,10.4557s1.7498-.2557,2.5512-.2557Z"/><polyline class="c" points="24.6256 34.1188 24 35.2646 23.3744 34.1188"/><line class="c" x1="32.8998" y1="35.1699" x2="42.3137" y2="35.1699"/><line class="c" x1="33.0323" y1="38.1627" x2="41.878" y2="41.3259"/></svg>
Copied!