Boursorama Banque Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boursorama Banque 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/337463.svg" alt="Boursorama Banque icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337463.svg" alt="Boursorama Banque icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337463.svg" alt="Boursorama Banque icon" :width="24" :height="24" />
CSS background
.icon-boursorama-banque {
background-image: url('https://proicons.com/icon/337463.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.584,41.5a6,6,0,0,1-6-6v-17h-17a6,6,0,0,1,0-12h23a6,6,0,0,1,6,6v23A6,6,0,0,1,35.584,41.5Z"/><path class="a" d="M12.584,41.5A6,6,0,0,1,8.3418,31.2578l23-23a5.9994,5.9994,0,1,1,8.4844,8.4844l-23,23A5.9789,5.9789,0,0,1,12.584,41.5Z"/><path class="a" d="M29.584,18.5v-6a6,6,0,0,1,6-6h0"/><path class="a" d="M29.584,18.5h6a6,6,0,0,0,6-6h0"/></svg>
Copied!