Coinswitch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coinswitch 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/338460.svg" alt="Coinswitch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338460.svg" alt="Coinswitch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338460.svg" alt="Coinswitch icon" :width="24" :height="24" />
CSS background
.icon-coinswitch {
background-image: url('https://proicons.com/icon/338460.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="33.1685" cy="8.393" r="3.893"/><circle class="a" cx="14.8315" cy="38.6817" r="3.893"/><path class="a" d="M25.3971,6.326c-4.0931,0-11.1332,2.2375-11.1332,8.2953,0,11.7334,21.9935,8.077,21.9935,18.5007,0,7.9132-7.695,11.7516-14.4986,9.9325"/></svg>
Copied!