M Banking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The M 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/328755.svg" alt="M Banking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328755.svg" alt="M Banking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328755.svg" alt="M Banking icon" :width="24" :height="24" />
CSS background
.icon-m-banking {
background-image: url('https://proicons.com/icon/328755.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="20.8278 14.2587 11.0387 24 20.8278 33.7413"/><polygon class="c" points="28.3665 33.7413 18.5775 24 28.3665 14.2587 13.289 14.2587 3.5 24 13.289 33.7413 28.3665 33.7413"/><polyline class="c" points="28.3665 33.7413 38.3854 23.7523 34.8906 20.2575 24.8706 30.2775"/><polyline class="c" points="28.3665 33.7413 34.711 33.7413 44.5 24 34.711 14.2587 21.7814 27.1883"/></svg>
Copied!