Banca Widiba Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banca Widiba 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/336910.svg" alt="Banca Widiba icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336910.svg" alt="Banca Widiba icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336910.svg" alt="Banca Widiba icon" :width="24" :height="24" />
CSS background
.icon-banca-widiba {
background-image: url('https://proicons.com/icon/336910.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m3.5,26.5537c1.0987-3.492,5.4966-10.0573,9.9866-9.682,7.0276.5874,6.7447,17.9497.3699,16.9706-8.1263-1.2481,2.3572-20.2435,13.7723-19.7774,7.4627.3047,6.7656,20.4878-1.8058,19.8644-2.3933-.1741-3.9269-3.1436-2.3715-6.3749,1.6862-3.5029,9.1435-9.682,16.492-9.138,8.4052.6221,3.5247,15.1213-1.4142,14.1422-5.2216-1.0351-1.6971-7.9631,5.7439-7.702"/></svg>
Copied!