Vimpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vimpay 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/334768.svg" alt="Vimpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334768.svg" alt="Vimpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334768.svg" alt="Vimpay icon" :width="24" :height="24" />
CSS background
.icon-vimpay {
background-image: url('https://proicons.com/icon/334768.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="13.858" y1="12.0675" x2="13.858" y2="21.4688"/><polyline class="d" points="10.8526 12.0689 7.7383 21.4702 4.6242 12.0689"/><polyline class="d" points="17.4911 21.4585 17.4911 12.0677 22.1918 21.4691 26.8924 12.0818 26.8924 21.4691"/><path class="d" d="M20.4282,35.9211v-9.401h3.0776c1.7399,0,3.1504,1.4135,3.1504,3.1572s-1.4105,3.1572-3.1504,3.1572h-3.0776"/><polyline class="d" points="41.9174 26.5223 38.8032 31.223 35.689 26.5223"/><line class="d" x1="38.8032" y1="35.9236" x2="38.8032" y2="31.223"/><line class="d" x1="33.2349" y1="32.8095" x2="29.0701" y2="32.8095"/><polyline class="d" points="28.0383 35.9236 31.1525 26.5223 34.2667 35.9236"/><rect class="d" x="4.5" y="26.5095" width="9.4231" height="9.4231"/><circle class="d" cx="38.8496" cy="16.7681" r="4.6504"/></svg>
Copied!