Metrobank Online Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metrobank Online 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/329137.svg" alt="Metrobank Online icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329137.svg" alt="Metrobank Online icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329137.svg" alt="Metrobank Online icon" :width="24" :height="24" />
CSS background
.icon-metrobank-online {
background-image: url('https://proicons.com/icon/329137.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.4996,22.9053l-16.53,11.848c-1.0499.6056-2.998.596-3.9896,0L5.5,22.9073v19.633h37l-.0004-19.635Z"/><path class="b" d="M6.3076,17.4173l15.977-11.447c.9503-.6809,2.4804-.6809,3.4307,0l15.977,11.447c.9504.6809.9503,1.7771,0,2.458l-15.977,11.447c-.9503.6809-2.4804.6809-3.4307,0l-15.977-11.447c-.9503-.6808-.9503-1.7771,0-2.458Z"/><path class="b" d="M5.5996,18.6463h36.8"/><path class="b" d="M23.9996,31.7403V5.5403s-9.3118,13.106-9.3118,13.106l9.3118,13.094,9.3118-13.094-9.3118-13.106"/></svg>
Copied!