Mir Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mir 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/329356.svg" alt="Mir Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329356.svg" alt="Mir Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329356.svg" alt="Mir Pay icon" :width="24" :height="24" />
CSS background
.icon-mir-pay {
background-image: url('https://proicons.com/icon/329356.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>.v{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="v" d="M38.5,5.5001H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5001c0-2.2091-1.7909-4-4-4Z"/><g id="c"><g id="d"><line id="e" class="v" x1="30.4362" y1="33.8734" x2="28.3362" y2="28.5734"/></g><path id="f" class="v" d="M32.3362,28.5734l-2.5,7.2c-.2.5-.6.8-1.1.8h-.3"/></g><g id="g"><g id="h"><path id="i" class="v" d="M26.4,31.8234c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/></g><line id="j" class="v" x1="26.4" y1="33.8234" x2="26.4" y2="28.5234"/></g><g id="k"><path id="l" class="v" d="M15.6638,33.8234v-8h2.6c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7h-2.6"/></g><g id="m"><g id="n"><g id="o"><g id="p"><path id="q" class="v" d="M29.8561,23.3717v-11.9451h3.8822c2.2397,0,4.0315,1.7918,4.0315,4.0315s-1.7918,4.0315-4.0315,4.0315h-3.8822"/></g><path id="r" class="v" d="M33.9817,19.4848l3.7881,3.8869"/></g></g></g><g id="s"><line id="t" class="v" x1="26.0157" y1="11.4266" x2="26.0157" y2="23.3717"/></g><polyline id="u" class="v" points="10.2302 23.3717 10.2302 11.4266 16.2028 23.3717 22.1754 11.4266 22.1754 23.3717"/></svg>
Copied!