Meezanbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meezanbank 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/343588.svg" alt="Meezanbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343588.svg" alt="Meezanbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343588.svg" alt="Meezanbank icon" :width="24" :height="24" />
CSS background
.icon-meezanbank {
background-image: url('https://proicons.com/icon/343588.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="7.272 40.536 5.5 36.339 10.425 27.048 12.104 27.048 14.231 27.048 15.91 27.048 20.835 36.339 19.063 40.536 7.272 40.536"/><polygon class="a" points="19.771 7.426 12.195 22.837 18.918 22.837 24.198 12.62 29.481 22.837 36.202 22.837 28.629 7.426 19.771 7.426"/><polygon class="a" points="28.937 40.574 27.165 36.377 32.09 27.086 33.769 27.086 35.896 27.086 37.575 27.086 42.5 36.377 40.728 40.574 28.937 40.574"/></svg>
Copied!