V Vnpay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The V Vnpay 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/349189.svg" alt="V Vnpay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349189.svg" alt="V Vnpay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349189.svg" alt="V Vnpay icon" :width="24" :height="24" />
CSS background
.icon-v-vnpay {
background-image: url('https://proicons.com/icon/349189.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{stroke-linecap:round;}.c,.d{fill:none;stroke:#fff;stroke-linejoin:round;}</style></defs><path class="d" d="m28.6222,37.7222l14.4444-14.4444c.5778-.5778.5778-1.7333,0-2.3111l-8.6667-8.6667c-.5778-.5778-1.7333-.5778-2.3111,0l-6.3556,6.3556-9.2444-9.2444c-.5778-.5778-1.7333-.5778-2.3111,0l-9.2444,9.2444c-.5778.5778-.5778,1.7333,0,2.3111l16.7556,16.7556c1.7333,1.7333,5.2,1.7333,6.9333,0Z"/><path class="c" d="m25.7333,18.6556l-8.0889,8.0889c-2.3111,2.3111-4.6222,2.3111-6.9333,0"/><g><path class="c" d="m18.2222,30.7889c-1.1556,1.1556-2.3111,1.1556-3.4667,0m22.5333-15.6c-1.262-1.1556-2.8889-.5778-4.0444.5778l-15.0222,15.0222"/><path class="c" d="m18.2222,15.7667c-4.6222-4.6222-10.4,1.1556-5.7778,5.7778l5.2,5.2-5.2-5.2"/><path class="c" d="m23.4222,20.9667l-4.0444-4.0444"/><path class="c" d="m21.6889,22.7l-4.6222-4.6222c-.5778-.5778-1.4444-1.4444-2.3111-1.1556"/><path class="c" d="m14.7556,20.3889c-.5778-.5778-1.4444-1.4444-1.1556-2.3111m5.7778,6.9333l-4.6222-4.6222"/></g></svg>
Copied!