Boursobank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boursobank 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/322903.svg" alt="Boursobank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322903.svg" alt="Boursobank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322903.svg" alt="Boursobank icon" :width="24" :height="24" />
CSS background
.icon-boursobank {
background-image: url('https://proicons.com/icon/322903.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="M32.9506,42.3513c.0515.2062.4123.2062.4123-.0515l3.35-18.7601-9.5347.8246,5.7723,17.9871Z"/><path id="e" class="g" d="M24.2405,15.2419l2.9377,9.1224-18.8117,1.5462c-.2062,0-.3092-.2577-.1546-.4123l16.0286-10.2562Z"/><path id="f" class="g" d="M39.3929,5.5526l-15.1524,9.6893v.0515l2.9377,9.0193,9.5347-.7731,3.1439-17.6263c.0515-.3092-.2577-.5154-.4638-.3608Z"/></g></svg>
Copied!