Coffee 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 { IconCoffee } from "@devigner-ui/icons";
<IconCoffee className="size-6" />
<script setup>
import { IconCoffee } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCoffee class="size-6" />
</template>
<script>
import { IconCoffee } from "@devigner-ui/icons-svelte";
</script>
<IconCoffee 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.46 10.47v7.32A4.2 4.2 0 0 1 14.25 22H6.88a4.2 4.2 0 0 1-4.21-4.21v-7.32a4.2 4.2 0 0 1 4.21-4.21h7.37a4.2 4.2 0 0 1 4.21 4.21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.17 4V2.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.17 4V2.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M14.17 4V2.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 13.16a4.2 4.2 0 0 1-4.21 4.21V8.95a4.2 4.2 0 0 1 4.21 4.21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.67 12h15.51" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>