Mi Bancolombia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Bancolombia 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/329164.svg" alt="Mi Bancolombia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329164.svg" alt="Mi Bancolombia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329164.svg" alt="Mi Bancolombia icon" :width="24" :height="24" />
CSS background
.icon-mi-bancolombia {
background-image: url('https://proicons.com/icon/329164.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>.k{fill:#000;}.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="l" d="M20.2136,20.7452c6.3605-2.5105,9.8613-3.1996,16.4189-4.0364"/><path id="f" class="l" d="M14.2969,34.1836c6.5577-4.5286,17.1585-7.1868,28.2031-8.2205"/><path id="g" class="l" d="M24.454,41.8135c5.5716-3.0519,12.0307-4.4795,18.046-5.464"/><polyline id="h" class="l" points="5.5 15.9251 5.5 6.7056 10.1148 15.9352 14.7297 6.7196 14.7297 15.9352"/><circle id="i" class="k" cx="17.4082" cy="6.9365" r=".75"/><line id="j" class="l" x1="17.4082" y1="9.7631" x2="17.4082" y2="15.8777"/></svg>
Copied!