Vtb24 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vtb24 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/349477.svg" alt="Vtb24 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349477.svg" alt="Vtb24 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349477.svg" alt="Vtb24 icon" :width="24" :height="24" />
CSS background
.icon-vtb24 {
background-image: url('https://proicons.com/icon/349477.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="33.9074" y1="20.5489" x2="6.592" y2="20.5489"/><path class="b" d="m42.5,8.599H15.736c-4.6485,4.2259-8.4518,8.1701-10.236,15.401,1.7843,7.231,5.5876,11.1751,10.236,15.401h26.764c0-5.5876-8.5926-13.5228-8.5926-13.5228H11.6041"/><line class="b" x1="39.1193" y1="14.5739" x2="9.9942" y2="14.5739"/></svg>
Copied!