Coinex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coinex 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/323894.svg" alt="Coinex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323894.svg" alt="Coinex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323894.svg" alt="Coinex icon" :width="24" :height="24" />
CSS background
.icon-coinex {
background-image: url('https://proicons.com/icon/323894.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m32.22,28.23s-1.3679,1.6226-1.8495,2.1405c-3.1822,3.4228-8.6627,3.3047-11.9674,0s-3.3047-8.6627,0-11.9674,8.6627-3.3047,11.9674,0l-.0105.0069,5.54,5.54,8.05,8.05c-.72,1.83-1.7,3.53-2.89,5.07-3.92,5.12-10.11,8.43-17.06,8.43-11.87,0-21.5-9.63-21.5-21.5S12.13,2.5,24,2.5c8.68,0,16.17,5.15,19.56,12.57l-4.21,4.88-3.45,4"/><path class="b" d="m28.24,24.25s-1.3798,1.6184-1.8636,2.1364c-1.0661,1.1413-2.8948,1.1043-3.9992,0-1.1043-1.1043-1.1043-2.8948,0-3.9992s2.8948-1.1043,3.9992,0l.0036.0028,10.66,10.66c-2.87,4.13-7.64,6.82-13.04,6.82-8.77,0-15.87-7.1-15.87-15.87s7.1-15.87,15.87-15.87c5.18,0,9.78,2.48,12.68,6.32l-4.76,5.52"/></svg>
Copied!