Ovpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ovpay 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/345421.svg" alt="Ovpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345421.svg" alt="Ovpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345421.svg" alt="Ovpay icon" :width="24" :height="24" />
CSS background
.icon-ovpay {
background-image: url('https://proicons.com/icon/345421.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"><rect x="5.5" y="5.5" width="37" height="37" rx="4" ry="4" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M34.0129,29.5943v3.3926c0,1.3879-1.1251,2.5131-2.5131,2.5131h0c-.6939,0-1.3222-.2813-1.777-.736" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M34.0129,25.4478v4.1465c0,1.3879-1.1251,2.5131-2.5131,2.5131h0c-1.3879,0-2.5131-1.1251-2.5131-2.5131v-4.1465" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M26.4334,29.5943c0,1.3879-1.1251,2.5131-2.5131,2.5131h0c-1.3879,0-2.5131-1.1251-2.5131-2.5131v-1.6335c0-1.3879,1.1251-2.5131,2.5131-2.5131h0c1.3879,0,2.5131,1.1251,2.5131,2.5131" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="26.4334" y1="32.1074" x2="26.4334" y2="25.4478" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M13.9871,29.5943c0,1.3879,1.1251,2.5131,2.5131,2.5131h0c1.3879,0,2.5131-1.1251,2.5131-2.5131v-1.6335c0-1.3879-1.1251-2.5131-2.5131-2.5131h0c-1.3879,0-2.5131,1.1251-2.5131,2.5131" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><line x1="13.9871" y1="25.4478" x2="13.9871" y2="35.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><polyline points="31.6508 12.5 28.321 22.5522 24.9912 12.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><rect x="16.3492" y="12.5" width="6.6596" height="10.0522" rx="3.3298" ry="3.3298" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!