Mthai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mthai 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/329638.svg" alt="Mthai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329638.svg" alt="Mthai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329638.svg" alt="Mthai icon" :width="24" :height="24" />
CSS background
.icon-mthai {
background-image: url('https://proicons.com/icon/329638.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m25.6195,33.9909v4.1412m-6.8403,0v4.3679m-9.7433-8.51h3.9049v8.51m0-8.5091h4.9343c.4978-.0016.9026.4007.9041.8984,0,.0016,0,.0032,0,.0047v3.1251h6.8403v4.4808h1.8965l3.5824-7.9597c.3321-.7381,1.6166-.7324,1.9468,0m2.6204,5.8204h-7.1419m4.5216-5.8194l2.6204,5.8194.9629,2.1394h1.7836v-8.51m-6.309-15.1728l7.5452-8.8107m-7.5452,8.8098v11.617h7.5452V9.9021l-7.4768-4.4021-8.1713,10.2215m-8.103,3.0966l-7.5452-8.8117m7.5452,8.8107l8.1039,9.4008m8.1021-9.4018l-8.1021,9.4018-.0009-12.4965L15.8287,5.5l-7.4768,4.4021v20.5322h7.5461l-.0009-11.617"/></svg>
Copied!