wineglass icon

wineglass from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.

Name
wineglass
Set
Reicon
Style
Outline
Category
Food
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All wineglass icons →

More food icons from Reicon

Use the wineglass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.25 4.895A2.645 2.645 0 0 1 6.895 2.25h10.21a2.645 2.645 0 0 1 2.645 2.645V8a7.75 7.75 0 0 1-7 7.714v4.536h3a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3v-4.536A7.75 7.75 0 0 1 4.25 8zM6.895 3.75c-.632 0-1.145.513-1.145 1.145v3.193c.203-.078.45-.17.725-.265c.708-.243 1.663-.521 2.479-.572c1.469-.09 2.528.555 3.389 1.08l.047.028c.898.547 1.594.952 2.564.892c.603-.037 1.398-.258 2.085-.493a18 18 0 0 0 1.14-.437l.016-.006l.003-.002l.045-.018A6 6 0 0 0 18.25 8V4.895c0-.632-.512-1.145-1.145-1.145zm11.014 6.29a6.253 6.253 0 0 1-11.947-.42l.164-.068c.208-.083.5-.195.835-.31c.687-.235 1.482-.456 2.085-.493c.97-.06 1.666.345 2.564.892l.047.028c.86.524 1.92 1.17 3.389 1.08c.816-.05 1.77-.33 2.48-.572q.202-.07.383-.137" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconWineglass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M4.25 4.895A2.645 2.645 0 0 1 6.895 2.25h10.21a2.645 2.645 0 0 1 2.645 2.645V8a7.75 7.75 0 0 1-7 7.714v4.536h3a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3v-4.536A7.75 7.75 0 0 1 4.25 8zM6.895 3.75c-.632 0-1.145.513-1.145 1.145v3.193c.203-.078.45-.17.725-.265c.708-.243 1.663-.521 2.479-.572c1.469-.09 2.528.555 3.389 1.08l.047.028c.898.547 1.594.952 2.564.892c.603-.037 1.398-.258 2.085-.493a18 18 0 0 0 1.14-.437l.016-.006l.003-.002l.045-.018A6 6 0 0 0 18.25 8V4.895c0-.632-.512-1.145-1.145-1.145zm11.014 6.29a6.253 6.253 0 0 1-11.947-.42l.164-.068c.208-.083.5-.195.835-.31c.687-.235 1.482-.456 2.085-.493c.97-.06 1.666.345 2.564.892l.047.028c.86.524 1.92 1.17 3.389 1.08c.816-.05 1.77-.33 2.48-.572q.202-.07.383-.137" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.25 4.895A2.645 2.645 0 0 1 6.895 2.25h10.21a2.645 2.645 0 0 1 2.645 2.645V8a7.75 7.75 0 0 1-7 7.714v4.536h3a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1 0-1.5h3v-4.536A7.75 7.75 0 0 1 4.25 8zM6.895 3.75c-.632 0-1.145.513-1.145 1.145v3.193c.203-.078.45-.17.725-.265c.708-.243 1.663-.521 2.479-.572c1.469-.09 2.528.555 3.389 1.08l.047.028c.898.547 1.594.952 2.564.892c.603-.037 1.398-.258 2.085-.493a18 18 0 0 0 1.14-.437l.016-.006l.003-.002l.045-.018A6 6 0 0 0 18.25 8V4.895c0-.632-.512-1.145-1.145-1.145zm11.014 6.29a6.253 6.253 0 0 1-11.947-.42l.164-.068c.208-.083.5-.195.835-.31c.687-.235 1.482-.456 2.085-.493c.97-.06 1.666.345 2.564.892l.047.028c.86.524 1.92 1.17 3.389 1.08c.816-.05 1.77-.33 2.48-.572q.202-.07.383-.137" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-wineglass {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.25%204.895A2.645%202.645%200%200%201%206.895%202.25h10.21a2.645%202.645%200%200%201%202.645%202.645V8a7.75%207.75%200%200%201-7%207.714v4.536h3a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201%200-1.5h3v-4.536A7.75%207.75%200%200%201%204.25%208zM6.895%203.75c-.632%200-1.145.513-1.145%201.145v3.193c.203-.078.45-.17.725-.265c.708-.243%201.663-.521%202.479-.572c1.469-.09%202.528.555%203.389%201.08l.047.028c.898.547%201.594.952%202.564.892c.603-.037%201.398-.258%202.085-.493a18%2018%200%200%200%201.14-.437l.016-.006l.003-.002l.045-.018A6%206%200%200%200%2018.25%208V4.895c0-.632-.512-1.145-1.145-1.145zm11.014%206.29a6.253%206.253%200%200%201-11.947-.42l.164-.068c.208-.083.5-.195.835-.31c.687-.235%201.482-.456%202.085-.493c.97-.06%201.666.345%202.564.892l.047.028c.86.524%201.92%201.17%203.389%201.08c.816-.05%201.77-.33%202.48-.572q.202-.07.383-.137%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.25%204.895A2.645%202.645%200%200%201%206.895%202.25h10.21a2.645%202.645%200%200%201%202.645%202.645V8a7.75%207.75%200%200%201-7%207.714v4.536h3a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201%200-1.5h3v-4.536A7.75%207.75%200%200%201%204.25%208zM6.895%203.75c-.632%200-1.145.513-1.145%201.145v3.193c.203-.078.45-.17.725-.265c.708-.243%201.663-.521%202.479-.572c1.469-.09%202.528.555%203.389%201.08l.047.028c.898.547%201.594.952%202.564.892c.603-.037%201.398-.258%202.085-.493a18%2018%200%200%200%201.14-.437l.016-.006l.003-.002l.045-.018A6%206%200%200%200%2018.25%208V4.895c0-.632-.512-1.145-1.145-1.145zm11.014%206.29a6.253%206.253%200%200%201-11.947-.42l.164-.068c.208-.083.5-.195.835-.31c.687-.235%201.482-.456%202.085-.493c.97-.06%201.666.345%202.564.892l.047.028c.86.524%201.92%201.17%203.389%201.08c.816-.05%201.77-.33%202.48-.572q.202-.07.383-.137%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wineglass.svg?color=%231a73e8&size=48