Banca Movil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banca Movil 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/336908.svg" alt="Banca Movil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336908.svg" alt="Banca Movil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336908.svg" alt="Banca Movil icon" :width="24" :height="24" />
CSS background
.icon-banca-movil {
background-image: url('https://proicons.com/icon/336908.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.856,40.581v-4.554h.966c1.036,0,1.877.892,1.877,1.993v.569c0,1.1-.84,1.992-1.877,1.992h-.966ZM12.159,39.054v.019c0,.833-.636,1.508-1.421,1.508h0c-.785,0-1.422-.675-1.422-1.508v-1.537c0-.833.637-1.509,1.422-1.509h0c.785,0,1.421.676,1.421,1.509v.018M18.343,40.581l1.421-4.554,1.422,4.554M20.715,39.073h-1.901M28.791,36.027c.787,0,1.421.673,1.421,1.509v1.537c0,.835-.634,1.508-1.421,1.508-.788,0-1.422-.673-1.422-1.508v-1.537c0-.836.634-1.509,1.422-1.509M7.646,40.581h-2.146v-4.554h2.146M5.5,38.304h1.4M13.83,36.027v3.045c0,.834.636,1.509,1.421,1.509s1.422-.675,1.422-1.509v-3.045M33.288,39.086l1.404,1.494M31.882,40.58v-4.553h1.406c.794,0,1.438.685,1.438,1.53,0,.844-.644,1.529-1.438,1.529h-1.405M30.867,7.419h11.633v11.368"/></svg>
Copied!