Instapay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Instapay 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/327472.svg" alt="Instapay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327472.svg" alt="Instapay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327472.svg" alt="Instapay icon" :width="24" :height="24" />
CSS background
.icon-instapay {
background-image: url('https://proicons.com/icon/327472.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 id="b" class="c" d="M21.3591,15.8685l4.5467,7.8876-9.2775,8.3215M14.7544,15.8685l4.5467,7.8876-9.2785,8.3215M31.1215,17.1654h8.1296c2.8118,0,4.6697,1.9599,4.1668,4.3968-.504,2.4359-3.1728,4.3968-5.9837,4.3968h-9.7625l-1.8959,6.1727M9.3827,16.0164l-.9359,3.0868M7.4518,22.3901l-2.9518,9.7415"/></svg>
Copied!