Mi Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi 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/343737.svg" alt="Mi Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343737.svg" alt="Mi Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343737.svg" alt="Mi Pay icon" :width="24" :height="24" />
CSS background
.icon-mi-pay {
background-image: url('https://proicons.com/icon/343737.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="o" d="M14.6236,12.6654l6.6814,7.299,12.0714-12.4644"/><path id="c" class="o" d="M16.7098,25.6422l.0005-10.5066"/><path id="d" class="o" d="M27.4021,25.6422v-11.6643"/><path id="e" class="o" d="M33.2347,13.9778l-.0005,11.6643"/><g id="f"><g id="g"><path id="h" class="o" d="M26.7399,35.0178c0,1.2831-1.0498,2.3329-2.3329,2.3329h0c-1.2831,0-2.3329-1.0498-2.3329-2.3329v-1.5164c0-1.2831,1.0498-2.3329,2.3329-2.3329h0c1.2831,0,2.3329,1.0498,2.3329,2.3329"/></g><line id="i" class="o" x1="26.7399" y1="37.3506" x2="26.7399" y2="31.1685"/></g><g id="j"><path id="k" class="o" d="M33.4287,35.0178v3.1494c0,1.2831-1.0498,2.3329-2.3329,2.3329h0c-.6999,0-1.2831-.2333-1.633-.6999"/><path id="l" class="o" d="M33.4287,31.1685v3.8492c0,1.2831-1.0498,2.3329-2.3329,2.3329h0c-1.2831,0-2.3329-1.0498-2.3329-2.3329v-3.8492"/></g><g id="m"><path id="n" class="o" d="M14.5713,37.4074v-8.6402h2.8081c1.62,0,2.9161,1.296,2.9161,2.9161s-1.296,2.9161-2.9161,2.9161h-2.8081"/></g><path class="o" d="M11.5,43.5h25c1.6569,0,3-1.3431,3-3V7.5c0-1.6569-1.3431-3-3-3H11.5c-1.6569,0-3,1.3431-3,3v33c0,1.6569,1.3431,3,3,3Z"/></svg>
Copied!