Hsbc Payme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hsbc 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/327152.svg" alt="Hsbc Payme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327152.svg" alt="Hsbc Payme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327152.svg" alt="Hsbc Payme icon" :width="24" :height="24" />
CSS background
.icon-hsbc-payme {
background-image: url('https://proicons.com/icon/327152.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m16.904 32.877h7.0959c7.8379 0 14.192-6.3589 14.192-14.203s-6.3539-14.203-14.192-14.203-14.192 6.3589-14.192 14.203v21.304c0 1.961 1.5885 3.5507 3.548 3.5507 1.9595 0 3.548-1.5897 3.548-3.5507z"/><path class="d" d="m13.356 39.978v-21.304c0-5.8831 4.7654-10.652 10.644-10.652s10.644 4.7692 10.644 10.652-4.7654 10.652-10.644 10.652h-10.644"/><path class="d" d="m16.904 18.674c0-3.922 3.1769-7.1015 7.0959-7.1015s7.0959 3.1794 7.0959 7.1015-3.1769 7.1015-7.0959 7.1015h-7.0959z"/><path class="d" d="m20.452 18.674c0-1.961 1.5885-3.5507 3.548-3.5507s3.548 1.5897 3.548 3.5507-1.5885 3.5507-3.548 3.5507h-3.548z"/></svg>
Copied!