Meb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meb 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/328986.svg" alt="Meb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328986.svg" alt="Meb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328986.svg" alt="Meb icon" :width="24" :height="24" />
CSS background
.icon-meb {
background-image: url('https://proicons.com/icon/328986.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="M23.4163,41.3532c-1.0549-.266-2.1679-.427-3.5618-.073M24.4172,39.6003c-1.9099-.52-3.8928-.822-6.2406-.06M25.4162,36.5865c-5.2347-.52-9.5534.175-11.8153.8419-1.5459.456-2.1929-1.1499-2.6638-2.2889l-5.2787-12.7522c-.465-1.1239.201-2.0859.625-2.4169.288-.225.588-.397.8969-.527M36.4275,36.6845c.646-.8759,1.4019-1.7079,2.7028-2.3209M34.5406,35.9686c1.1429-1.6149,2.4819-3.1098,4.7787-4.0148M31.8528,34.2777c3.7098-3.7298,7.4856-5.9397,9.6544-6.8626,1.4839-.632.9619-2.2829.602-3.4608l-4.0338-13.1992c-.355-1.1629-1.4809-1.4809-2.0199-1.4669-.3476.0095-.6925.0643-1.0259.163"/><path id="c" class="d" d="M22.2845,17.2294c1.3221-4.6261,4.6374-8.8245,7.784-10.312,2.0293-.877,2.7102.5059,3.2762,2.3118l4.1768,13.3192c.747,2.3809.669,2.6628-1.0619,4.0898-3.6818,3.0368-4.5077,4.7617-7.6086,9.3964l-6.8596-19.118h0c-4.0548-2.5899-9.3195-3.5389-12.6273-2.5769-2.0899.608-1.7349,2.1079-1.0239,3.8618l5.2437,12.9362c.9379,2.3119,1.1779,2.4799,3.4208,2.4819,4.7717.002,6.5066.808,11.8463,2.4149"/></svg>
Copied!