Vrbankingclassic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vrbankingclassic 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/334900.svg" alt="Vrbankingclassic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334900.svg" alt="Vrbankingclassic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334900.svg" alt="Vrbankingclassic icon" :width="24" :height="24" />
CSS background
.icon-vrbankingclassic {
background-image: url('https://proicons.com/icon/334900.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M29.4844,30.3374l14.0156,0v-19.5H4.5v19.5H18.5156l-1.8281-8.5312h-4.875l-1.2187-4.875H20.9531L24,30.3375l2.0719-9.75c.7034-3.31,2.2321-3.6562,5.2406-3.6562h6.0937l-1.5843,7.3125a2.0578,2.0578,0,0,1-1.95,1.5843c-.6888-.0645-1.7213-.6562-1.5844-1.3406l.3656-1.8281a.7186.7186,0,0,0-.7312-.8532.9427.9427,0,0,0-.8531.7313Z"/><path class="a" d="M4.5,30.3375v6.825H19.9781l-1.4625-6.825"/><path class="a" d="M29.4844,30.3374l-1.4625,6.8251H43.5v-6.825"/></svg>
Copied!