Mealient Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mealient 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/328983.svg" alt="Mealient icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328983.svg" alt="Mealient icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328983.svg" alt="Mealient icon" :width="24" :height="24" />
CSS background
.icon-mealient {
background-image: url('https://proicons.com/icon/328983.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="f" d="m6.3444,33.1132h35.3777v4.4565c0,1.4003-.399,2.328-2.0615,2.328H8.4059c-1.558,0-2.0615-.7317-2.0615-2.328v-4.4565Z"/><path id="d" class="f" d="m5.5,27.7255c1.6637-.0661,2.2354-2.7271,5.4994-2.7271s3.1257,2.7271,6.7164,2.7271,3.3024-2.7271,6.2177-2.7271,3.4865,2.7271,6.4172,2.7271,3.157-2.7271,6.517-2.7271,3.4338,2.7936,5.6324,2.7271"/><path id="e" class="f" d="m42.0546,19.0785c-.0528-3.4636-2.0831-11.0892-18.0546-10.975-15.9715.1143-17.9798,7.1296-18.0546,11.108l36.1092-.133Z"/></svg>
Copied!