Cex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cex 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/323567.svg" alt="Cex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323567.svg" alt="Cex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323567.svg" alt="Cex icon" :width="24" :height="24" />
CSS background
.icon-cex {
background-image: url('https://proicons.com/icon/323567.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m39.82,17.88c3.68,3.06,3.74,7.1667.18,12.32"/><path class="c" d="m42.9821,14.0531c-8.723,11.0361-10.783,20.1849-16.1687,22.9699-28.2865.5869-30.8528-25.375-.9321-25.9504,5.5698.1956,8.9532,10.6679,17.1008,22.2103"/><path class="c" d="m43.5,26.9996l-.2417,6.479-6.3294-.4258"/><path class="c" d="m36.7103,13.9611l6.4675-.1956.1036,6.4329"/><path class="c" d="m15.4436,27.8397c-8.8036-.7595-7.3306-8.6885-.0806-9.5516"/><path class="c" d="m26.5603,29.9801c-6.2948.2417-9.402-.2532-7.3421-12.6242,8.6425-5.052,15.0409,9.3099-.2647,7.2385"/><path class="c" d="m40.623,33.421c-4.0623,2.5318-8.3433,5.2016-11.9453,2.2441"/><path class="c" d="m29.5984,12.5341c3.1877-3.0496,7.5492-1.0817,10.4953,1.1163"/></svg>
Copied!