Vietcombank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vietcombank 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/334754.svg" alt="Vietcombank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334754.svg" alt="Vietcombank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334754.svg" alt="Vietcombank icon" :width="24" :height="24" />
CSS background
.icon-vietcombank {
background-image: url('https://proicons.com/icon/334754.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="m16.696,6.0729c5.4408-2.7728,23.353-1.3763,25.543,2.703,1.2938,5.6948-3.1285,12.285-4.6882,14.626-4.3013,6.4567-6.2997,9.8168-10.545,5.2843-7.2706-7.7623-15.444-20.835-10.31-22.614l.0002.0007Z"/><g><path class="c" d="m20.584,4.9868S3.049,7.1429,4.861,16.3108c1.96,9.9177,11.197,20.114,15.251,23.112,3.5278,2.6086,8.0725,5.6247,12.94-.6641,5.18-6.693,14.164-25.278,8.6672-30.658"/><path class="c" d="m18.664,17.223c3.4092-.7268,21.526-2.0132,20.515,3.6957"/></g></svg>
Copied!