Unionpay App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unionpay App 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/334516.svg" alt="Unionpay App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334516.svg" alt="Unionpay App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334516.svg" alt="Unionpay App icon" :width="24" :height="24" />
CSS background
.icon-unionpay-app {
background-image: url('https://proicons.com/icon/334516.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>.r{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="r" d="M9.1197,20.6874l7.8131.0002"/><path id="e" class="r" d="M8.6116,23.6872h8.8294"/><path id="f" class="r" d="M16.1523,25.7685l.3607.905c.3072.7706-.2445,1.2074-.8095,1.2074h-5.0974c-.565,0-1.1167-.4368-.8095-1.2074l1.1906-2.9872"/></g><g id="g"><path id="h" class="r" d="M19.8916,22.282v5.5989"/><path id="i" class="r" d="M27.5787,26.0787v1.0648c0,.4155-.3418.7375-.7663.7375h-.8814"/><path id="j" class="r" d="M20.3914,20.119l.643.5684h5.7781c.4245,0,.7663.3345.7663.7499v2.6158"/><path id="k" class="r" d="M21.5536,25.2904l2.3806-2.3298,2.3799,2.3294,5.1231-5.014"/></g><g id="l"><path id="m" class="r" d="M31.2489,22.487v5.394"/><path id="n" class="r" d="M33.5917,23.575l1.8443,1.8049"/><path id="o" class="r" d="M33.2396,21.6404h6.1488"/><path id="p" class="r" d="M37.8809,20.1388v7.0047c0,.4155-.3418.7375-.7663.7375h-.8814"/></g><path id="q" class="r" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/></g></svg>
Copied!