Milk icon in outline, twotone, bold and bulk. Free in all four styles, for menus, recipes, delivery, cafe, restaurant. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMilk } from "@devigner-ui/icons";
<IconMilk className="size-6" />
<script setup>
import { IconMilk } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMilk class="size-6" />
</template>
<script>
import { IconMilk } from "@devigner-ui/icons-svelte";
</script>
<IconMilk class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.67 15v4a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3v-5.02l3.89.02q1.1 0 2.11.5t2.12.5z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M18.67 10.83V15h-3.88q-1.12 0-2.12-.5a5 5 0 0 0-2.11-.5l-3.89-.02v-3.15c0-.46.26-1.09.59-1.42l2.12-2.12a1 1 0 0 0 .29-.7V5h6v1.59a1 1 0 0 0 .29.7l2.12 2.12c.33.33.59.96.59 1.42" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.67 16v-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.67 14.98v-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.17 5h-5a1.5 1.5 0 0 1-1.5-1.5c0-.82.67-1.5 1.5-1.5h5c.83 0 1.5.68 1.5 1.5S16 5 15.17 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>