Eurobank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eurobank 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/340123.svg" alt="Eurobank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340123.svg" alt="Eurobank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340123.svg" alt="Eurobank icon" :width="24" :height="24" />
CSS background
.icon-eurobank {
background-image: url('https://proicons.com/icon/340123.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="m7.676,35.05c-1.234-2.363-1.865-4.845-2.176-7.59l13.024-19.393c2.506-.856,5.105-1.055,7.607-.729L7.676,35.05Z"/><path class="b" d="m35.373,40.81H12.203c-2.042-1.892-3.495-3.785-4.527-5.76h23.915l3.782,5.76Z"/><path class="b" d="m41.08,33.503c1.373-1.993,1.415-5.145,1.42-8.131l-10.946-16.451-13.994,20.6h7.063l6.81-10.02,9.647,14.002Z"/></svg>
Copied!