Whisk 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 { IconWhisk } from "@devigner-ui/icons";
<IconWhisk className="size-6" />
<script setup>
import { IconWhisk } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWhisk class="size-6" />
</template>
<script>
import { IconWhisk } from "@devigner-ui/icons-svelte";
</script>
<IconWhisk class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.82 12.24c2.55-2.56 2.95-6.56.73-8.79s-6.23-1.82-8.79.73c-2.55 2.56-3.9 7.52-1.68 9.74s7.18.87 9.74-1.68" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m12.9 15.13-6.04 6.04a2.85 2.85 0 0 1-4.03-4.03l6.04-6.04" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M20.55 3.45c1.2 1.21-1.45 4.67-3.22 6.44s-6.04 5.24-7.25 4.03c-1.2-1.2 2.26-5.48 4.03-7.25s5.23-4.43 6.44-3.22" stroke="currentColor" stroke-width="1.5"></path></svg>