Btn Mobile Banking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Btn Mobile Banking 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/337550.svg" alt="Btn Mobile Banking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337550.svg" alt="Btn Mobile Banking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337550.svg" alt="Btn Mobile Banking icon" :width="24" :height="24" />
CSS background
.icon-btn-mobile-banking {
background-image: url('https://proicons.com/icon/337550.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="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><path class="c" d="M14.9451,20.5491c1.4878,0,2.694,1.2061,2.694,2.694s-1.2061,2.694-2.694,2.694h-4.4451v-10.7759h4.4451c1.4878,0,2.694,1.2061,2.694,2.694s-1.2061,2.694-2.694,2.694h0Z"/><line class="c" x1="14.9451" y1="20.5491" x2="10.5" y2="20.5491"/><polyline class="c" points="30.3609 25.9371 30.3609 15.1612 37.5 25.9371 37.5 15.1612"/><line class="c" x1="20.3472" y1="15.1612" x2="27.4863" y2="15.1612"/><line class="c" x1="23.9167" y1="25.9371" x2="23.9167" y2="15.1612"/><path class="c" d="M12.681,28.3529h24.819l-27,4.486v-2.3049c0-1.2046.9765-2.181,2.181-2.181Z"/></svg>
Copied!