Parkingpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Parkingpay 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/330982.svg" alt="Parkingpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330982.svg" alt="Parkingpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330982.svg" alt="Parkingpay icon" :width="24" :height="24" />
CSS background
.icon-parkingpay {
background-image: url('https://proicons.com/icon/330982.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="M7.0951,37.6117h7.741l1.5157-8.8945,5.7876.0306c7.8442,0,11.7835-5.9405,11.7405-11.665-.044-5.8965-4.2805-11.5828-10.5755-11.5828h-11.1231l-5.0861,32.1117Z"/><path id="d" class="g" d="M14.8352,37.6117l-.7827,4.8883h7.6932l1.5004-8.8964,6.8274-.0057c4.2489,0,8.8496-3.3554,10.3022-8.0669,1.7097-5.5496-.6307-12.7373-8.3746-14.9946"/><path id="e" class="g" d="M18.893,36.5003l-.5667,3.4424"/><path id="f" class="g" d="M16.8755,38.187h3.5121"/></g></svg>
Copied!