Wineglass Triangle 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 { IconWineglassTriangle } from "@devigner-ui/icons";
<IconWineglassTriangle className="size-6" />
<script setup>
import { IconWineglassTriangle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWineglassTriangle class="size-6" />
</template>
<script>
import { IconWineglassTriangle } from "@devigner-ui/icons-svelte";
</script>
<IconWineglassTriangle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.24 21H7.76M4.7 3h14.6c1.5 0 2.26 1.8 1.22 2.86l-7.8 7.98a1 1 0 0 1-1.43 0l-7.8-7.98A1.69 1.69 0 0 1 4.7 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 14.57V21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M7.47 9.75h9.06" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>