Paysera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paysera 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/345610.svg" alt="Paysera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345610.svg" alt="Paysera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345610.svg" alt="Paysera icon" :width="24" :height="24" />
CSS background
.icon-paysera {
background-image: url('https://proicons.com/icon/345610.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m8.8184,43.5v-23.8184c0-8.3689,6.8126-15.1816,15.1816-15.1816s15.1816,6.8126,15.1816,15.1816-6.8126,15.1816-15.1816,15.1816c-4.7616,0-8.6472,3.8753-8.6472,8.6369h-6.5344c0-5.1533,2.5869-9.7294,6.5344-12.4709,2.453-1.7109,5.4316-2.7106,8.6472-2.7106,4.7616,0,8.6472-3.8753,8.6472-8.6369,0-4.7719-3.8856-8.6472-8.6472-8.6472s-8.6472,3.8753-8.6472,8.6472v11.3475"/><line class="c" x1="32.6422" y1="19.6788" x2="39.1814" y2="19.6788"/><line class="c" x1="8.8186" y1="19.6788" x2="15.3578" y2="19.6788"/></svg>
Copied!