Pokepay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pokepay 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/346022.svg" alt="Pokepay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346022.svg" alt="Pokepay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346022.svg" alt="Pokepay icon" :width="24" :height="24" />
CSS background
.icon-pokepay {
background-image: url('https://proicons.com/icon/346022.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="b" 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 class="c" d="M4.5001,11.9422v8.4302c0,6.3186,3.3709,12.157,8.843,15.316,5.4721,3.1593,12.214,3.1593,17.686,0,5.4721-3.1593,8.843-8.9973,8.843-15.316h3.6279l-5.8953-5.8953-5.8953,5.8953h3.6279c0,4.7057-2.5003,9.0357-6.5756,11.389-4.0753,2.3529-9.0759,2.3529-13.151,0-4.0753-2.3529-6.5756-6.6829-6.5756-11.389v-4.8953c0-.5523.4477-1,1-1h0s21.674,0,21.674,0l4.5349-4.5349H6.5c-1.1046,0-2,.8954-2,2h0Z"/></svg>
Copied!