Bancoppel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bancoppel 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/322362.svg" alt="Bancoppel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322362.svg" alt="Bancoppel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322362.svg" alt="Bancoppel icon" :width="24" :height="24" />
CSS background
.icon-bancoppel {
background-image: url('https://proicons.com/icon/322362.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="M16.5154,20.9692c0,1.147-.9255,2.0768-2.0672,2.0768s-2.0672-.9298-2.0672-2.0768c0-1.147.9255-2.0768,2.0672-2.0768h0c1.1417,0,2.0672.9298,2.0672,2.0768h0Z"/><path id="d" class="g" d="M16.5154,27.0308c0,1.147-.9255,2.0768-2.0672,2.0768s-2.0672-.9298-2.0672-2.0768.9255-2.0768,2.0672-2.0768,2.0672.9298,2.0672,2.0768c0,0,0,0,0,0Z"/><path id="e" class="g" d="M11.0666,24c0,1.147-.9255,2.0768-2.0672,2.0768h0c-1.1417,0-2.0672-.9298-2.0672-2.0768h0c0-1.147.9255-2.0768,2.0672-2.0768h0c1.1417,0,2.0672.9298,2.0672,2.0768Z"/><path id="f" class="g" d="M37.2788,28.2738h2.5169l-.0002,2.9699,1.8227-.0005v-5.1894h1.8818v-4.1073h-24.6721c.0753-.3203.1155-.6479.1199-.977.0002-2.4971-2.0149-4.5215-4.5005-4.5213h0c-1.971.0026-3.711,1.2934-4.2934,3.1851-.377-.1012-.7654-.1528-1.1557-.1533-2.4839.001-4.4973,2.0237-4.4983,4.5191-.0002,2.4963,2.0135,4.5203,4.4983,4.5213.3897-.0021.7774-.0552,1.1535-.1577.5811,1.8942,2.3226,3.1873,4.2955,3.1895,2.4856.0002,4.5007-2.0242,4.5005-4.5213.0005-.3285-.0345-.6561-.1047-.977h16.6131v5.1894l1.8227.0005-.0002-2.9699Z"/></g></svg>
Copied!