Sparkasse Mobile Payment Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sparkasse Mobile Payment 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/333154.svg" alt="Sparkasse Mobile Payment icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333154.svg" alt="Sparkasse Mobile Payment icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333154.svg" alt="Sparkasse Mobile Payment icon" :width="24" :height="24" />
CSS background
.icon-sparkasse-mobile-payment {
background-image: url('https://proicons.com/icon/333154.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.9414" y="26.3942" width="18.617" height="16.1058" rx="3.0925" ry="3.0925"/><line class="c" x1="10.2833" y1="31.7628" x2="24.5583" y2="31.7628"/><line class="c" x1="5.9414" y1="37.1314" x2="20.2164" y2="37.1314"/><circle class="c" cx="15.2375" cy="23.3016" r="3.0925"/><g><path class="c" d="m24.8251,18.8957c.4847-.546.7883-1.2568.7883-2.0443s-.3035-1.4982-.7883-2.0442"/><path class="c" d="m29.1106,21.9981c1.2204-1.3746,1.9845-3.164,1.9845-5.1468s-.7641-3.772-1.9845-5.1465"/><path class="c" d="m33.3961,25.1005c1.956-2.2031,3.1808-5.0713,3.1808-8.2493s-1.2247-6.0457-3.1808-8.2489"/><path class="c" d="m37.6816,28.2029c2.6917-3.0317,4.377-6.9785,4.377-11.3517s-1.6853-8.3195-4.377-11.3512"/></g></svg>
Copied!