Mexc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mexc 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/329151.svg" alt="Mexc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329151.svg" alt="Mexc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329151.svg" alt="Mexc icon" :width="24" :height="24" />
CSS background
.icon-mexc {
background-image: url('https://proicons.com/icon/329151.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><path id="b" class="d" d="M38.343,35.9944c4.5767,0,6.3464-4.0383,4.3379-7.5202l-8.0423-13.942c-.8194-1.4205-2.1806-2.5343-4.2143-2.5343s-3.3949,1.1138-4.2143,2.5343l-8.0458,13.942c-2.01,3.483-.2423,7.5202,4.3379,7.5202h15.8408Z"/><path id="c" class="d" d="M22.5033,35.9944h-12.8451c-4.5802,0-6.348-4.0371-4.3379-7.5202l8.0458-13.942c.8194-1.4205,2.1806-2.5343,4.2143-2.5343s3.3949,1.1138,4.2143,2.5343l10.1286,17.5587c.8111,1.4061,2.6541,3.549,5.1226,3.911"/></svg>
Copied!