Zapya Go Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zapya Go 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/350106.svg" alt="Zapya Go icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350106.svg" alt="Zapya Go icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350106.svg" alt="Zapya Go icon" :width="24" :height="24" />
CSS background
.icon-zapya-go {
background-image: url('https://proicons.com/icon/350106.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><path class="a" d="M5.66,16.2854A54.1485,54.1485,0,0,1,29.4368,11.501s-6.8141,9.7621-7.539,15.32c0,0,13.8215-2.368,21.6022,0l-.6766,2.5613s-17.4461-.6282-29.8178,7.1525c-.7249-6.4759,3.0446-17.35,3.0446-17.35a49.3687,49.3687,0,0,0-11.55,1.45Z"/></svg>
Copied!