Quo Card Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quo Card Pay 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/346398.svg" alt="Quo Card Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346398.svg" alt="Quo Card Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346398.svg" alt="Quo Card Pay icon" :width="24" :height="24" />
CSS background
.icon-quo-card-pay {
background-image: url('https://proicons.com/icon/346398.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m17.847 19.191a4 4 0 01-4.7963 1.5371 4 4 0 01-2.4554-4.5938 4 4 0 014.1668-3.1257 4 4 0 013.7232 3.6428"/><circle class="d" cx="33.5" cy="17" r="4"/><path class="d" d="m21 13v4c0 1.6569 1.3431 3 3 3s3-1.3431 3-3v-4"/><path class="d" d="m27.857 21.596c-2.3832 1.9997-5.8995 1.8462-8.3824-.84598s-3.9033-3.0008-5.1714-2.5392c-.96352.35069-1.7248 1.1063-2.0827 2.0671"/><path class="d" d="m14.858 34.094v-8.6118h2.8127c1.5902 0 2.8793 1.2949 2.8793 2.8922 0 1.5973-1.2891 2.8922-2.8793 2.8922h-2.8127"/><path class="d" d="m33.142 31.941v2.9065c0 1.1891-.96167 2.1529-2.148 2.1529-.59312 0-1.1301-.24096-1.5188-.63054"/><path class="d" d="m33.142 28.388v3.5524c0 1.1891-.96167 2.1529-2.148 2.1529-1.1863 0-2.148-.9639-2.148-2.1529v-3.5524"/><path class="d" d="m26.846 31.941c0 1.1891-.96167 2.1529-2.148 2.1529-1.1863 0-2.148-.9639-2.148-2.1529v-1.3994c0-1.1891.96167-2.1529 2.148-2.1529 1.1863 0 2.148.9639 2.148 2.1529"/><line class="d" x1="26.846" x2="26.846" y1="34.094" y2="28.388"/></svg>
Copied!