Sbpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sbpay 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/347003.svg" alt="Sbpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347003.svg" alt="Sbpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347003.svg" alt="Sbpay icon" :width="24" :height="24" />
CSS background
.icon-sbpay {
background-image: url('https://proicons.com/icon/347003.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M12.715,21.456v5.088M30.83,15.55l-4.098-2.555M30.83,32.473l-4.098-2.555M26.732,29.918v5.089M7.843,12.96v22.08M7.843,35.04l13.683-8.221M21.86,27.017v16.483M40.157,32.507l-14.025-8.496M26.132,24.011l14.025-8.426M40.157,15.585L21.86,4.5M21.86,43.5l18.297-10.993-9.326-.035M30.831,32.472l-4.098,2.534-4.873,8.494M21.86,21.454L7.843,12.96l4.872,8.495M16.813,24.01l-4.098,2.533-4.872,8.495M26.733,12.993l-4.873-8.493v16.954l4.272,2.557M26.733,12.994v5.09l-.6,5.927M40.157,15.585l-9.326-.036-4.098,2.534-4.873,3.37M12.715,21.456l4.098,2.555,9.92,5.906"/></svg>
Copied!