Au Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Au 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/322149.svg" alt="Au Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322149.svg" alt="Au Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322149.svg" alt="Au Pay icon" :width="24" :height="24" />
CSS background
.icon-au-pay {
background-image: url('https://proicons.com/icon/322149.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M5.5,24h37"/><path class="d" d="M13.1194,37.3477v-10.283h3.3245c1.8796,0,3.4032,1.5462,3.4032,3.4534s-1.5236,3.4534-3.4032,3.4534h-3.3245"/><line class="d" x1="26.7502" y1="33.9418" x2="22.2515" y2="33.9418"/><polyline class="d" points="21.137 37.348 24.5009 27.065 27.8648 37.348"/><polyline class="d" points="35.8625 27.065 32.4986 32.2065 29.1347 27.065"/><line class="d" x1="32.4986" y1="37.348" x2="32.4986" y2="32.2065"/><path class="d" d="M22.3593,10.1938l-2.0266,7.5288s-.6975,2.1514,1.1789,2.1514c2.1677,0,3.456-3.8691,3.456-3.8691"/><path class="d" d="M26.547,10.1938l-1.5795,5.811s-1.2293,3.8302,1.5482,3.8302c3.2671,0,4.1575-4.1322,4.1575-4.1322"/><path class="d" d="M32.1713,10.1938l-2.0266,7.5288s-.2949,2.0328,1.1311,2.0011c1.9167-.0426,3.4768-3.7238,3.4768-3.7238"/><path class="d" d="M22.3593,10.1938s-6.7839-1.0454-8.1853,6.1047c-1.2377,6.3141,5.2471,2.4998,6.1587,1.4241"/><path id="c" class="d" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!