Mealime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mealime 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/328984.svg" alt="Mealime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328984.svg" alt="Mealime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328984.svg" alt="Mealime icon" :width="24" :height="24" />
CSS background
.icon-mealime {
background-image: url('https://proicons.com/icon/328984.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="M17.923,4.5l21.561,36.69.0037-.0037c-2.8947,1.4779-6.1767,2.3137-9.6524,2.3137-11.7725,0-21.323-9.5505-21.323-21.323,0-7.3489,3.7305-13.8416,9.4078-17.674l.0029-.0029Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="25.783" y1="36.8502" x2="28.7035" y2="22.845" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="17.0155" y1="29.6055" x2="28.7035" y2="22.845" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><line x1="15.4927" y1="19.0383" x2="28.7035" y2="22.845" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M19.3923,6.9989l18.6237,31.6915.0032-.0032c-2.5003,1.2766-5.3353,1.9985-8.3374,1.9985-10.1687,0-18.4181-8.2494-18.4181-18.4181,0-6.3477,3.2223-11.9559,8.1261-15.2662l.0025-.0025Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!