Paysafecard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paysafecard 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/345609.svg" alt="Paysafecard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345609.svg" alt="Paysafecard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345609.svg" alt="Paysafecard icon" :width="24" :height="24" />
CSS background
.icon-paysafecard {
background-image: url('https://proicons.com/icon/345609.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M15.4167,17.2408H32.5832a5.5844,5.5844,0,0,1,5.5844,5.5844v15.09A5.5843,5.5843,0,0,1,32.5833,43.5H15.4168a5.5844,5.5844,0,0,1-5.5844-5.5844v-15.09A5.5843,5.5843,0,0,1,15.4167,17.2408Z"/><path class="a" d="M12.5121,15.3292A11.508,11.508,0,0,1,31.8939,7.6341a11.6361,11.6361,0,0,1,3.5938,7.6951"/></svg>
Copied!