Mts Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mts Bank 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/329642.svg" alt="Mts Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329642.svg" alt="Mts Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329642.svg" alt="Mts Bank icon" :width="24" :height="24" />
CSS background
.icon-mts-bank {
background-image: url('https://proicons.com/icon/329642.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><rect class="c" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="c" d="M10.721,15.771c2.6432,0,5.6856,9.3395,0,9.3395s-2.6432-9.3395,0-9.3395Z"/><line class="c" x1="27.159" y1="16.24" x2="32.667" y2="16.24"/><line class="c" x1="29.913" y1="24.655" x2="29.913" y2="16.24"/><path class="c" d="M40.5,21.832v.0341c0,1.5212-1.2106,2.7543-2.7042,2.7543s-2.7042-1.2331-2.7042-2.7543v-2.8062c0-1.5212,1.2106-2.7543,2.7042-2.7543s2.7042,1.2331,2.7042,2.7543v.0341"/><path class="c" d="M16.52,24.594v-8.3056l4.1072,8.3148,4.1072-8.3021v8.3021"/><path class="c" d="M22.753,29.849h2.0714c.6934,0,1.2554.5328,1.2554,1.19s-.5621,1.19-1.2554,1.19h-2.0714v-4.76h2.6992"/><line class="c" x1="37.173" y1="27.469" x2="37.173" y2="32.229"/><path class="c" d="M37.173,29.849h.6521c.6315,0,1.2211-.3001,1.5698-.7991l1.1049-1.5809"/><path class="c" d="M37.173,29.849h.6521c.6315,0,1.2211.3001,1.5698.7991l1.1049,1.5809"/><line class="c" x1="32.366" y1="27.469" x2="32.366" y2="32.229"/><line class="c" x1="35.693" y1="27.469" x2="35.693" y2="32.229"/><line class="c" x1="32.366" y1="29.837" x2="35.693" y2="29.837"/><line class="c" x1="30.335" y1="30.652" x2="28.111" y2="30.652"/><path class="c" d="M27.56,32.229l1.6634-4.76,1.6634,4.76"/></svg>
Copied!