Ladle 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 { IconLadle } from "@devigner-ui/icons";
<IconLadle className="size-6" />
<script setup>
import { IconLadle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLadle class="size-6" />
</template>
<script>
import { IconLadle } from "@devigner-ui/icons-svelte";
</script>
<IconLadle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M2 5.68a3.68 3.68 0 0 1 7.37 0V15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 14.5v1.18a6.32 6.32 0 0 1-12.63 0v-1.05M22 14.5c0 1.38-2.95 2.5-6 2.5s-6.63-.99-6.63-2.37M22 14.5c0-1.38-2.95-2.5-6-2.5s-6.63 1.25-6.63 2.63" stroke="currentColor" stroke-width="1.5"></path></svg>