Yandex Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yandex Bank 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/335423.svg" alt="Yandex Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335423.svg" alt="Yandex Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335423.svg" alt="Yandex Bank icon" :width="24" :height="24" />
CSS background
.icon-yandex-bank {
background-image: url('https://proicons.com/icon/335423.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.052,31.5185l-4.352,4.294M28.404,35.8155v-13.089h-4.352c-2.46,0-4.455,1.968-4.455,4.396s1.995,4.395,4.455,4.395h4.352M5.501,16.0535v-5.075c-.0044-2.2588,1.8231-4.0936,4.082-4.098.0047,0,.0093,0,.014,0h28.806c2.2588-.0039,4.0931,1.8241,4.097,4.083,0,.005,0,.01,0,.015v5.075M5.5,21.5215v-5.467c-.005-2.2588,1.8221-4.094,4.081-4.099.0053,0,.0107,0,.016,0h28.806c2.2588-.0033,4.0927,1.8251,4.096,4.084,0,.005,0,.01,0,.015v5.467M9.596,17.4225h28.806c2.2588-.0039,4.0931,1.8241,4.097,4.083,0,.0053,0,.0107,0,.016v15.5c.0044,2.2588-1.8231,4.0936-4.082,4.098-.005,0-.01,0-.015,0H9.596c-2.2588.0028-4.0922-1.8261-4.095-4.085,0-.0043,0-.0087,0-.013v-15.5c-.005-2.2588,1.8221-4.094,4.081-4.099.005,0,.01,0,.015,0"/></svg>
Copied!