Paypay Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paypay Bank 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/345605.svg" alt="Paypay Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345605.svg" alt="Paypay Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345605.svg" alt="Paypay Bank icon" :width="24" :height="24" />
CSS background
.icon-paypay-bank {
background-image: url('https://proicons.com/icon/345605.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9947,6.0517l-14.409,8.2656-4.0857.0086v3.3902h3.5347s0,17.3458,0,17.3458h-1.5112v3.3851l-1.68.1162v3.3851h36.2963v-3.3851l-1.6636-.1162v-3.3851h-1.5209v-17.3459h3.5448s0-3.3901,0-3.3901l-4.094-.0086-14.4113-8.2656Z"/><path class="b" d="M9.0345,17.7157c10.6091-1.2312,27.7136,3.0096,25.0228,11.3096-2.6911,8.2994-17.1264,5.9688-17.1264,5.9688"/><path class="b" d="M20.9199,18.3696l-5.656,23.5724"/></svg>
Copied!