Palmpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Palmpay 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/330921.svg" alt="Palmpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330921.svg" alt="Palmpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330921.svg" alt="Palmpay icon" :width="24" :height="24" />
CSS background
.icon-palmpay {
background-image: url('https://proicons.com/icon/330921.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><rect class="b" x="21.4733" y="21.4733" width="5.0535" height="5.0535" rx=".6317" ry=".6317" transform="translate(-9.9411 24) rotate(-45)"/><path class="b" d="M21.1574,4.2617c1.759-1.0156,3.9262-1.0156,5.6851,0l12.83,7.4074c1.759,1.0156,2.8426,2.8925,2.8426,4.9236v14.8147c0,2.0311-1.0836,3.908-2.8426,4.9236l-12.83,7.4074c-1.759,1.0156-3.9262,1.0156-5.6851,0l-12.83-7.4074c-1.759-1.0156-2.8426-2.8925-2.8426-4.9236v-14.8147c0-2.0311,1.0836-3.908,2.8426-4.9236l12.83-7.4074Z"/><path class="b" d="M5.5645,29.8801L23.0057,12.4388c.4851-.4853,1.2688-.4945,1.7653-.0208l7.4316,7.0885"/><path class="b" d="M42.4482,18.6101l-17.4414,17.4413c-.4851.4851-1.2688.4944-1.7653.0208l-7.4316-7.0886"/></svg>
Copied!