Payconiq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Payconiq 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/345597.svg" alt="Payconiq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345597.svg" alt="Payconiq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345597.svg" alt="Payconiq icon" :width="24" :height="24" />
CSS background
.icon-payconiq {
background-image: url('https://proicons.com/icon/345597.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="f" d="M16.6164,24.0028c0,2.3748-1.9248,4.3001-4.2995,4.3007-2.3748.0006-4.3006-1.9236-4.3019-4.2984-.0013-2.3748,1.9224-4.3011,4.2972-4.3031,2.3748-.002,4.3017,1.9212,4.3043,4.296v.0047Z"/><path id="d" class="f" d="M31.4254,24.0028c0,2.3621,1.9146,4.2772,4.2767,4.2779,2.3621.0006,4.2777-1.9134,4.279-4.2755.0012-2.3621-1.9122-4.2783-4.2743-4.2802-2.3621-.002-4.2788,1.911-4.2814,4.2732v.0047Z"/><path id="e" class="f" d="M21.629,22.5116l8.6136-6.2735s2.0512-1.7046,5.4309-1.7046c5.1326,0,9.3266,4.0855,9.3266,9.3266,0,5.635-4.2781,9.522-9.126,9.522-8.3132,0-9.419-7.9119-9.419-7.9119l-9.2066,6.6162s-1.8781,1.3914-4.7905,1.3914c-5.0806,0-9.4578-4.0298-9.4578-9.4578,0-4.9887,3.8486-9.4976,9.4976-9.4976,7.8058,0,9.1314,7.9893,9.1314,7.9893Z"/></g></svg>
Copied!