Gazprombank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gazprombank 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/340969.svg" alt="Gazprombank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340969.svg" alt="Gazprombank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340969.svg" alt="Gazprombank icon" :width="24" :height="24" />
CSS background
.icon-gazprombank {
background-image: url('https://proicons.com/icon/340969.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><path class="b" d="M4.5002,36.4999l5.6911-12.8739c3.6998-6.4081,4.2456-12.1259,18.6748-12.1259h14.6338"/><path class="b" d="M43.4998,11.5001l-5.6911,12.8739c-3.6998,6.4081-4.2456,12.1259-18.6748,12.1259H4.5"/><path class="b" d="M4.5002,36.4999l3.8664-8.6884c2.5135-4.3247,5.3883-8.1831,15.1908-8.1831h7.4376"/><path class="b" d="M30.9949,19.628l-3.8664,8.6884c-2.5135,4.3247-6.4936,8.1831-16.2958,8.1831h-6.3324"/></svg>
Copied!