Mbin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mbin 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/328962.svg" alt="Mbin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328962.svg" alt="Mbin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328962.svg" alt="Mbin icon" :width="24" :height="24" />
CSS background
.icon-mbin {
background-image: url('https://proicons.com/icon/328962.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"><path d="M7.7467,34.9479h10.836l2.7089-4.6924,2.7089,4.6924,2.7089-4.6924,2.7089,4.6924h10.836" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M13.1641,34.9479l10.836-18.77,10.836,18.77" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24.0001,7.8388c-.3722.0003-.716.199-.9021.5213L5.6399,38.5972c-.2879.4988-.1168,1.1366.382,1.4244.1588.0916.3389.1398.5222.1396h34.912c.5759.0005,1.0432-.4659,1.0438-1.0418.0002-.1833-.048-.3634-.1396-.5222L24.9023,8.3602c-.1861-.3223-.5299-.521-.9021-.5213h0Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M21.5671,25.0629c-.1786.3094-.1786.6906,0,1l2.4331,4.2142,2.4331-4.2142c.1786-.3094.1786-.6906,0-1l-2.4331-4.2142-2.4331,4.2142Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!