Mpay2park Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mpay2park 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/329614.svg" alt="Mpay2park icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329614.svg" alt="Mpay2park icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329614.svg" alt="Mpay2park icon" :width="24" :height="24" />
CSS background
.icon-mpay2park {
background-image: url('https://proicons.com/icon/329614.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M22.3615,29.6213l18.0299-9.2014-12.9784-6.5478c3.6526,5.723.2331,12.6415-5.0515,15.7492Z"/><path class="c" d="M31.3765,15.8718c5.8286-.8618,12.1235-1.9498,12.1235,5.4331s-10.3361,5.9841-10.3361,5.9841l-1.0103,6.8389h-4.1966l1.5549-8.1557"/><path class="c" d="M25.7205,27.9071l-1.17,6.2208h-3.9117l1.3471-7.4477c.3368-1.6579.4922-3.2381-.9585-3.2381s-2.7977,2.2114-3.1345,3.7998-1.2953,6.886-1.2953,6.886h-3.9894l1.1657-6.1524c.3886-2.0983.9585-4.5334-.544-4.5334s-2.9014,1.4507-3.5231,4.0671l-1.2434,6.6187h-3.9635s1.5802-6.826,2.4869-13.5872h3.4713l-.1813,2.2019c2.2537-2.3315,7.2534-3.9117,7.901-.0518,2.0983-3.005,9.3948-4.0786,8.0595,3.546"/></svg>
Copied!