Mufg Mdc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mufg Mdc 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/329657.svg" alt="Mufg Mdc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329657.svg" alt="Mufg Mdc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329657.svg" alt="Mufg Mdc icon" :width="24" :height="24" />
CSS background
.icon-mufg-mdc {
background-image: url('https://proicons.com/icon/329657.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m11 22.2v-12.5l8 4.75 8-4.75v12.5"/><path class="d" d="m26.782 35.908a9.5 7.25 0 01-10.44 2.8019 9.5 7.25 0 01-6.8326-6.6441 9.5 7.25 0 016.0478-7.0733 9.5 7.25 0 0110.721 2.0968"/><path class="d" d="m27 17.35h2.5c5.2467 0 9.5 3.2459 9.5 7.25s-4.2533 7.25-9.5 7.25h-8.5v-3.5938m0-3.5938v-7.3125"/></svg>
Copied!