Wineglass 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 { IconWineglass } from "@devigner-ui/icons";
<IconWineglass className="size-6" />
<script setup>
import { IconWineglass } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWineglass class="size-6" />
</template>
<script>
import { IconWineglass } from "@devigner-ui/icons-svelte";
</script>
<IconWineglass class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.75 21.75a.75.75 0 0 0 0-1.5zm-7.5-1.5a.75.75 0 1 0 0 1.5zm7.5 0H12v1.5h3.75zm-3.75 0H8.25v1.5H12zM6.9 3.75h10.2v-1.5H6.9zm11.35 1.14V8h1.5V4.9zM5.75 8V4.9h-1.5V8zM12 14.25A6.25 6.25 0 0 1 5.75 8h-1.5A7.75 7.75 0 0 0 12 15.75zM18.25 8c0 3.45-2.8 6.25-6.25 6.25v1.5A7.75 7.75 0 0 0 19.75 8zm-1.14-4.25c.63 0 1.14.51 1.14 1.14h1.5a2.64 2.64 0 0 0-2.64-2.64zM6.89 2.25a2.64 2.64 0 0 0-2.64 2.64h1.5c0-.63.51-1.14 1.14-1.14z" fill="currentColor"></path><path opacity="1" d="M12.75 15.29a.75.75 0 0 0-1.5 0zM11.25 21a.75.75 0 0 0 1.5 0zm0-5.71V21h1.5v-5.71z" fill="currentColor"></path><path opacity="1" d="M5.5 9S7.58 8.09 9 8c2.47-.15 3.53 2.15 6 2 1.42-.09 3.5-1 3.5-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>