Mufg Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mufg Card 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/329656.svg" alt="Mufg Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329656.svg" alt="Mufg Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329656.svg" alt="Mufg Card icon" :width="24" :height="24" />
CSS background
.icon-mufg-card {
background-image: url('https://proicons.com/icon/329656.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="f" x1="25.8001" y1="37.624" x2="27.7891" y2="39.612"/><line class="f" x1="21.5467" y1="37.607" x2="18.8577" y2="37.607"/><path class="f" d="M20.9136,8.3869c-4.0177,0-7.2747,3.2261-7.2747,7.2056s3.257,7.2056,7.2747,7.2056c1.123-.0048,2.2296-.267,3.2332-.7662,1.0036.4992,2.1102.7614,3.2332.7662,4.0177,0,7.2747-3.2261,7.2747-7.2056s-3.257-7.2056-7.2747-7.2056c-1.1185.0043-2.221.264-3.2216.7589-1.0077-.4984-2.1185-.7582-3.2448-.7589Z"/><ellipse class="f" cx="24.1466" cy="15.5929" rx="2.9099" ry="2.8822"/><ellipse class="f" cx="24.1466" cy="15.5929" rx="6.4664" ry="6.405"/><path class="f" d="M12.9824,31.7349v-6.0503l3.0354,6.0569,3.0354-6.0477v6.0477"/><path class="f" d="M23.9587,39.6129v-6.0569h1.9874c1.1236,0,2.0345.9107,2.0345,2.0341s-.9109,2.0342-2.0345,2.0342h-1.9874"/><path class="f" d="M17.0044,37.5819v.0248c0,1.1081-.9003,2.0064-2.011,2.0064s-2.011-.8982-2.011-2.0064v-2.0442c0-1.1081.9003-2.0064,2.011-2.0064s2.011.8983,2.011,2.0064v.0248"/><path class="f" d="M20.8776,25.6849v4.0506c0,1.1081.9003,2.0064,2.011,2.0064s2.011-.8982,2.011-2.0064v-4.0506"/><path class="f" d="M29.6233,39.6129v-6.0569h1.3659c1.4669,0,2.656,1.1864,2.656,2.6499v.7571c0,1.4635-1.1891,2.6499-2.656,2.6499h-1.3659Z"/><line class="f" x1="26.738" y1="28.7139" x2="28.711" y2="28.7139"/><path class="f" d="M26.738,31.7419v-6.0569h3.0354"/><path class="f" d="M35.0176,27.6909c0-1.1081-.9003-2.0064-2.011-2.0064s-2.011.8983-2.011,2.0064v2.0442c0,1.1081.9003,2.0064,2.011,2.0064s2.011-.8982,2.011-2.0064h-2.011"/><path class="f" d="M18.3384,39.6129l2.011-6.0569,2.011,6.0569"/></svg>
Copied!