Peopay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Peopay 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/331115.svg" alt="Peopay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331115.svg" alt="Peopay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331115.svg" alt="Peopay icon" :width="24" :height="24" />
CSS background
.icon-peopay {
background-image: url('https://proicons.com/icon/331115.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="m22.2743,37.834c1.2411-2.1102,1.6531-4.2403.495-7.1425,2.0822-1.4881,4.0803-1.2341,5.5914.9901,2.7322-5.3374,12.0649-2.4012,9.2607,6.0394"/><path class="b" d="m10.8305,14.3543c6.7755-5.2804,13.446-2.0551,17.8213,2.8712,10.2437-.8201,15.0561,7.3975,10.3908,11.7639,4.8534,1.0831,4.8103,5.7004,4.1283,8.8446"/><path class="b" d="m18.691,37.834c2.7852-9.9167-3.1472-12.5609-9.9347-9.1727l-3.2362-10.9268c1.6401-1.2371,4.0463-4.7323-1.0201-7.5685"/></svg>
Copied!