Btpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Btpay 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/322992.svg" alt="Btpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322992.svg" alt="Btpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322992.svg" alt="Btpay icon" :width="24" :height="24" />
CSS background
.icon-btpay {
background-image: url('https://proicons.com/icon/322992.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="m8.6297,7.21l.002-.004c4.693-1.738,9.8961-2.706,15.3683-2.706,6.0806,0,11.8219,1.1888,16.9065,3.3034-.3223,1.0121-.5914,2.0453-.8012,3.0835-.9207,4.5685-.5864,8.9964.9519,14.2648-2.3405,6.2574-6.6449,11.854-11.8319,15.4918-9.4543-3.4761-16.3101-8.8248-19.8123-16.3312,1.7471-7.0666,1.0764-11.4946-.7832-17.1023Zm15.3663,30.5307c4.1056-2.0192,9.5427-6.6801,12.7567-14.1122-1.3555-5.195-1.6035-9.6702-.7701-14.2367-3.7381-1.1225-7.7765-1.739-11.9876-1.739-4.0574-.005-8.0928.5763-11.9785,1.738.8344,4.5635.5864,9.0456-.7691,14.2437,3.206,7.4281,8.644,12.088,12.7486,14.1061Zm5.2292,2.9028c-9.4543-3.4761-16.3101-8.8248-19.8123-16.3312,1.7481-7.0706,1.0754-11.4996-.7862-17.1113-.5221.1938-1.0332.3926-1.5392.6024,1.8133,5.7252,1.738,10.9182-.1446,17.3533,3.0885,8.2595,9.6099,15.3783,17.0571,18.3433,1.8455-.748,3.5996-1.7059,5.2252-2.8566m-13.7607-17.4397v-8.0325h2.6106c1.5061,0,2.711,1.2049,2.711,2.711s-1.2049,2.711-2.711,2.711h-2.6106m11.0488.5994c0,1.1045-.9037,2.0081-2.0081,2.0081s-2.0081-.9037-2.0081-2.0081v-1.3053c0-1.1045.9037-2.0081,2.0081-2.0081s2.0081.9037,2.0081,2.0081m0,3.3134v-5.422m6.0224,3.5444v2.711c0,1.1045-.9037,2.0081-2.0081,2.0081-.6024,0-1.1045-.2008-1.4057-.6024m3.4138-7.5305v3.3134c0,1.1045-.9037,2.0081-2.0081,2.0081s-2.0081-.9037-2.0081-2.0081v-3.3134"/></svg>
Copied!