Banco Galicia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banco Galicia 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/336915.svg" alt="Banco Galicia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336915.svg" alt="Banco Galicia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336915.svg" alt="Banco Galicia icon" :width="24" :height="24" />
CSS background
.icon-banco-galicia {
background-image: url('https://proicons.com/icon/336915.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="M21.8483,6.9207c1.0759,3.2276,1.0759,6.4552,1.0759,6.4552,0,0-4.3034-1.0759-6.9931-1.0759-2.1517,0-2.1517,4.3034,0,4.3034,2.5099,0,6.9931-1.6138,6.9931-1.0759,0,5.3793-2.6897,6.4552-2.6897,6.4552l3.7655,21.5172,3.7655-21.5172s-2.6897-1.0759-2.6897-6.4552c0-.5379,4.8414,1.0759,6.9931,1.0759s2.1517-4.3034,0-4.3034-6.9931,1.0759-6.9931,1.0759c0,0,0-3.2276,1.0759-6.4552s-5.3793-3.2276-4.3034,0Z"/></svg>
Copied!