Payme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Payme 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/331042.svg" alt="Payme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331042.svg" alt="Payme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331042.svg" alt="Payme icon" :width="24" :height="24" />
CSS background
.icon-payme {
background-image: url('https://proicons.com/icon/331042.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="M12.667,31.4552c.1979-1.8291,1.8549-3.3118,3.7013-3.3118h0c1.8464,0,3.1826,1.4827,2.9848,3.3118l-.5911,5.4644"/><line class="b" x1="13.025" y1="28.1442" x2="12.076" y2="36.9202"/><path class="b" d="M19.353,31.4552c.1979-1.8291,1.8549-3.3118,3.7013-3.3118h0c1.8464,0,3.1826,1.4827,2.9848,3.3118l-.5911,5.4644"/><path class="b" d="M35.101,35.2492c-.6838.9983-1.8418,1.6713-3.0856,1.6713h0c-1.8464,0-3.1826-1.4827-2.9848-3.3118l.2329-2.1526c.1979-1.8291,1.8549-3.3118,3.7013-3.3118h0c1.8464,0,3.1826,1.4827,2.9848,3.3118l-.1164,1.0763h-6.6861"/><path class="b" d="M40.185,12.8472l-.5279,4.88c-.216,1.9965-2.0101,3.6148-4.0074,3.6148h0c-.9987,0-1.859-.4045-2.4426-1.0588"/><path class="b" d="M40.83,6.8832l-.6452,5.9644c-.216,1.9965-2.0101,3.6148-4.0074,3.6148h0c-1.9973,0-3.4413-1.6183-3.2254-3.6148l.6452-5.9644"/><path class="b" d="M10.4012,12.8472c-.216,1.9965,1.228,3.6148,3.2254,3.6148h0c1.9973,0,3.7915-1.6183,4.0074-3.6148l.2542-2.3496c.216-1.9965-1.228-3.6148-3.2254-3.6148h0c-1.9973,0-3.7915,1.6183-4.0074,3.6148"/><line class="b" x1="11.0464" y1="6.8832" x2="9.4823" y2="21.3422"/><path class="b" d="M28.903,12.8472c-.216,1.9965-1.9978,3.6148-3.98,3.6148h-1.2596c-1.3131,0-2.2616-1.0722-2.1186-2.3948.1431-1.3227,1.3235-2.3948,2.6367-2.3948h4.8552"/><path class="b" d="M23.123,7.8321c.9659-.8724,1.5848-.9489,3.267-.9489,1.9096,0,3.0735.8395,2.8281,3.1089l-.6999,6.4703"/><path class="b" d="M35.723,40.1212c-.9065,1.0105-1.6745.9959-1.8965.9959H8.4845c-1.0017,0-1.721-.8061-1.6127-1.8074l1.4664-13.556c.1083-1.0013,1.002-1.8074,2.0037-1.8074h25.342c.3921,0,.9496.0499,1.6665,1.1314l3.5711,6.2681c.1642.2535.2451.8517.209,1.1856-.0361.334-.2742.9439-.4678,1.2071l-4.9397,6.3827Z"/></svg>
Copied!