wine-glass from Streamline Emojis by Streamline · Default · Food Drink · CC-BY-4.0 Attribution required.

Name
wine-glass
Set
Streamline Emojis
Style
Default
Category
Food Drink
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More food drink icons from Streamline Emojis

Use the wine glass emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14 45.5a10 1.5 0 1 0 20 0a10 1.5 0 1 0-20 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M22.2 29.67c1.08 4.32.72 11.58.72 11.58a.71.71 0 0 1-.67.71c-3 .2-5.26.9-5.72 1.78a.34.34 0 0 0 .16.46c.71.36 2.95 1.3 7.31 1.3s6.6-.94 7.31-1.3a.34.34 0 0 0 .16-.46c-.46-.88-2.75-1.58-5.72-1.78a.71.71 0 0 1-.67-.71s-.36-7.26.72-11.58Z"/><path fill="#00b8f0" d="M17.16 2.94C17.88 1.86 20.22 1.5 24 1.5s6.12.36 6.84 1.44c1.59 1.83 3.59 15 3.59 17.6a10.43 10.43 0 0 1-20.86 0c0-2.62 2-15.77 3.59-17.6"/><path fill="#4acfff" d="M16.68 28c9.7-4.51 13.92-14 15.72-20.59a13.9 13.9 0 0 0-1.56-4.47C30.12 1.86 27.77 1.5 24 1.5s-6.12.36-6.84 1.44c-1.59 1.83-3.59 15-3.59 17.6A10.4 10.4 0 0 0 16.68 28"/><path fill="#00b8f0" d="M24 4.38c3.77 0 6.84-.65 6.84-1.44C30.12 1.86 27.77 1.5 24 1.5s-6.12.36-6.84 1.44c0 .79 3.07 1.44 6.84 1.44"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M17.16 2.94C17.88 1.86 20.22 1.5 24 1.5s6.12.36 6.84 1.44c1.59 1.83 3.59 15 3.59 17.6a10.43 10.43 0 0 1-20.86 0c0-2.62 2-15.77 3.59-17.6"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M30.84 2.94c0 .79-3.06 1.44-6.84 1.44s-6.84-.65-6.84-1.44"/><path fill="#e04122" d="M16.45 22s.71-2.88 4.67-2.88s5 2.88 5 2.88Z"/><path fill="#e04122" d="M32.63 20.54a8.63 8.63 0 0 1-17.26 0a14.1 14.1 0 0 0 5 1.44c2.16 0 5-2.88 7.2-2.88a14.1 14.1 0 0 1 5.06 1.44"/><path fill="#ff6242" d="M18.39 27.1A26.1 26.1 0 0 0 27 19.17c-2 .41-4.62 2.83-6.6 2.83a14.1 14.1 0 0 1-5-1.44a8.61 8.61 0 0 0 2.99 6.54"/><path fill="#e5f8ff" d="M18.24 8.31a1.44 1.44 0 1 0 2.88 0a1.44 1.44 0 1 0-2.88 0m-1.44 2.16a.72.72 0 1 0 1.44 0a.72.72 0 1 0-1.44 0"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisWineGlass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14 45.5a10 1.5 0 1 0 20 0a10 1.5 0 1 0-20 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M22.2 29.67c1.08 4.32.72 11.58.72 11.58a.71.71 0 0 1-.67.71c-3 .2-5.26.9-5.72 1.78a.34.34 0 0 0 .16.46c.71.36 2.95 1.3 7.31 1.3s6.6-.94 7.31-1.3a.34.34 0 0 0 .16-.46c-.46-.88-2.75-1.58-5.72-1.78a.71.71 0 0 1-.67-.71s-.36-7.26.72-11.58Z"/><path fill="#00b8f0" d="M17.16 2.94C17.88 1.86 20.22 1.5 24 1.5s6.12.36 6.84 1.44c1.59 1.83 3.59 15 3.59 17.6a10.43 10.43 0 0 1-20.86 0c0-2.62 2-15.77 3.59-17.6"/><path fill="#4acfff" d="M16.68 28c9.7-4.51 13.92-14 15.72-20.59a13.9 13.9 0 0 0-1.56-4.47C30.12 1.86 27.77 1.5 24 1.5s-6.12.36-6.84 1.44c-1.59 1.83-3.59 15-3.59 17.6A10.4 10.4 0 0 0 16.68 28"/><path fill="#00b8f0" d="M24 4.38c3.77 0 6.84-.65 6.84-1.44C30.12 1.86 27.77 1.5 24 1.5s-6.12.36-6.84 1.44c0 .79 3.07 1.44 6.84 1.44"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M17.16 2.94C17.88 1.86 20.22 1.5 24 1.5s6.12.36 6.84 1.44c1.59 1.83 3.59 15 3.59 17.6a10.43 10.43 0 0 1-20.86 0c0-2.62 2-15.77 3.59-17.6"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M30.84 2.94c0 .79-3.06 1.44-6.84 1.44s-6.84-.65-6.84-1.44"/><path fill="#e04122" d="M16.45 22s.71-2.88 4.67-2.88s5 2.88 5 2.88Z"/><path fill="#e04122" d="M32.63 20.54a8.63 8.63 0 0 1-17.26 0a14.1 14.1 0 0 0 5 1.44c2.16 0 5-2.88 7.2-2.88a14.1 14.1 0 0 1 5.06 1.44"/><path fill="#ff6242" d="M18.39 27.1A26.1 26.1 0 0 0 27 19.17c-2 .41-4.62 2.83-6.6 2.83a14.1 14.1 0 0 1-5-1.44a8.61 8.61 0 0 0 2.99 6.54"/><path fill="#e5f8ff" d="M18.24 8.31a1.44 1.44 0 1 0 2.88 0a1.44 1.44 0 1 0-2.88 0m-1.44 2.16a.72.72 0 1 0 1.44 0a.72.72 0 1 0-1.44 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M14 45.5a10 1.5 0 1 0 20 0a10 1.5 0 1 0-20 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M22.2 29.67c1.08 4.32.72 11.58.72 11.58a.71.71 0 0 1-.67.71c-3 .2-5.26.9-5.72 1.78a.34.34 0 0 0 .16.46c.71.36 2.95 1.3 7.31 1.3s6.6-.94 7.31-1.3a.34.34 0 0 0 .16-.46c-.46-.88-2.75-1.58-5.72-1.78a.71.71 0 0 1-.67-.71s-.36-7.26.72-11.58Z"/><path fill="#00b8f0" d="M17.16 2.94C17.88 1.86 20.22 1.5 24 1.5s6.12.36 6.84 1.44c1.59 1.83 3.59 15 3.59 17.6a10.43 10.43 0 0 1-20.86 0c0-2.62 2-15.77 3.59-17.6"/><path fill="#4acfff" d="M16.68 28c9.7-4.51 13.92-14 15.72-20.59a13.9 13.9 0 0 0-1.56-4.47C30.12 1.86 27.77 1.5 24 1.5s-6.12.36-6.84 1.44c-1.59 1.83-3.59 15-3.59 17.6A10.4 10.4 0 0 0 16.68 28"/><path fill="#00b8f0" d="M24 4.38c3.77 0 6.84-.65 6.84-1.44C30.12 1.86 27.77 1.5 24 1.5s-6.12.36-6.84 1.44c0 .79 3.07 1.44 6.84 1.44"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M17.16 2.94C17.88 1.86 20.22 1.5 24 1.5s6.12.36 6.84 1.44c1.59 1.83 3.59 15 3.59 17.6a10.43 10.43 0 0 1-20.86 0c0-2.62 2-15.77 3.59-17.6"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M30.84 2.94c0 .79-3.06 1.44-6.84 1.44s-6.84-.65-6.84-1.44"/><path fill="#e04122" d="M16.45 22s.71-2.88 4.67-2.88s5 2.88 5 2.88Z"/><path fill="#e04122" d="M32.63 20.54a8.63 8.63 0 0 1-17.26 0a14.1 14.1 0 0 0 5 1.44c2.16 0 5-2.88 7.2-2.88a14.1 14.1 0 0 1 5.06 1.44"/><path fill="#ff6242" d="M18.39 27.1A26.1 26.1 0 0 0 27 19.17c-2 .41-4.62 2.83-6.6 2.83a14.1 14.1 0 0 1-5-1.44a8.61 8.61 0 0 0 2.99 6.54"/><path fill="#e5f8ff" d="M18.24 8.31a1.44 1.44 0 1 0 2.88 0a1.44 1.44 0 1 0-2.88 0m-1.44 2.16a.72.72 0 1 0 1.44 0a.72.72 0 1 0-1.44 0"/></svg>
</template>

CSS

.icon-wine-glass {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M14%2045.5a10%201.5%200%201%200%2020%200a10%201.5%200%201%200-20%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22.2%2029.67c1.08%204.32.72%2011.58.72%2011.58a.71.71%200%200%201-.67.71c-3%20.2-5.26.9-5.72%201.78a.34.34%200%200%200%20.16.46c.71.36%202.95%201.3%207.31%201.3s6.6-.94%207.31-1.3a.34.34%200%200%200%20.16-.46c-.46-.88-2.75-1.58-5.72-1.78a.71.71%200%200%201-.67-.71s-.36-7.26.72-11.58Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M17.16%202.94C17.88%201.86%2020.22%201.5%2024%201.5s6.12.36%206.84%201.44c1.59%201.83%203.59%2015%203.59%2017.6a10.43%2010.43%200%200%201-20.86%200c0-2.62%202-15.77%203.59-17.6%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20d%3D%22M16.68%2028c9.7-4.51%2013.92-14%2015.72-20.59a13.9%2013.9%200%200%200-1.56-4.47C30.12%201.86%2027.77%201.5%2024%201.5s-6.12.36-6.84%201.44c-1.59%201.83-3.59%2015-3.59%2017.6A10.4%2010.4%200%200%200%2016.68%2028%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M24%204.38c3.77%200%206.84-.65%206.84-1.44C30.12%201.86%2027.77%201.5%2024%201.5s-6.12.36-6.84%201.44c0%20.79%203.07%201.44%206.84%201.44%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.16%202.94C17.88%201.86%2020.22%201.5%2024%201.5s6.12.36%206.84%201.44c1.59%201.83%203.59%2015%203.59%2017.6a10.43%2010.43%200%200%201-20.86%200c0-2.62%202-15.77%203.59-17.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.84%202.94c0%20.79-3.06%201.44-6.84%201.44s-6.84-.65-6.84-1.44%22%2F%3E%3Cpath%20fill%3D%22%23e04122%22%20d%3D%22M16.45%2022s.71-2.88%204.67-2.88s5%202.88%205%202.88Z%22%2F%3E%3Cpath%20fill%3D%22%23e04122%22%20d%3D%22M32.63%2020.54a8.63%208.63%200%200%201-17.26%200a14.1%2014.1%200%200%200%205%201.44c2.16%200%205-2.88%207.2-2.88a14.1%2014.1%200%200%201%205.06%201.44%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M18.39%2027.1A26.1%2026.1%200%200%200%2027%2019.17c-2%20.41-4.62%202.83-6.6%202.83a14.1%2014.1%200%200%201-5-1.44a8.61%208.61%200%200%200%202.99%206.54%22%2F%3E%3Cpath%20fill%3D%22%23e5f8ff%22%20d%3D%22M18.24%208.31a1.44%201.44%200%201%200%202.88%200a1.44%201.44%200%201%200-2.88%200m-1.44%202.16a.72.72%200%201%200%201.44%200a.72.72%200%201%200-1.44%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M14%2045.5a10%201.5%200%201%200%2020%200a10%201.5%200%201%200-20%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M22.2%2029.67c1.08%204.32.72%2011.58.72%2011.58a.71.71%200%200%201-.67.71c-3%20.2-5.26.9-5.72%201.78a.34.34%200%200%200%20.16.46c.71.36%202.95%201.3%207.31%201.3s6.6-.94%207.31-1.3a.34.34%200%200%200%20.16-.46c-.46-.88-2.75-1.58-5.72-1.78a.71.71%200%200%201-.67-.71s-.36-7.26.72-11.58Z%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M17.16%202.94C17.88%201.86%2020.22%201.5%2024%201.5s6.12.36%206.84%201.44c1.59%201.83%203.59%2015%203.59%2017.6a10.43%2010.43%200%200%201-20.86%200c0-2.62%202-15.77%203.59-17.6%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20d%3D%22M16.68%2028c9.7-4.51%2013.92-14%2015.72-20.59a13.9%2013.9%200%200%200-1.56-4.47C30.12%201.86%2027.77%201.5%2024%201.5s-6.12.36-6.84%201.44c-1.59%201.83-3.59%2015-3.59%2017.6A10.4%2010.4%200%200%200%2016.68%2028%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M24%204.38c3.77%200%206.84-.65%206.84-1.44C30.12%201.86%2027.77%201.5%2024%201.5s-6.12.36-6.84%201.44c0%20.79%203.07%201.44%206.84%201.44%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.16%202.94C17.88%201.86%2020.22%201.5%2024%201.5s6.12.36%206.84%201.44c1.59%201.83%203.59%2015%203.59%2017.6a10.43%2010.43%200%200%201-20.86%200c0-2.62%202-15.77%203.59-17.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.84%202.94c0%20.79-3.06%201.44-6.84%201.44s-6.84-.65-6.84-1.44%22%2F%3E%3Cpath%20fill%3D%22%23e04122%22%20d%3D%22M16.45%2022s.71-2.88%204.67-2.88s5%202.88%205%202.88Z%22%2F%3E%3Cpath%20fill%3D%22%23e04122%22%20d%3D%22M32.63%2020.54a8.63%208.63%200%200%201-17.26%200a14.1%2014.1%200%200%200%205%201.44c2.16%200%205-2.88%207.2-2.88a14.1%2014.1%200%200%201%205.06%201.44%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20d%3D%22M18.39%2027.1A26.1%2026.1%200%200%200%2027%2019.17c-2%20.41-4.62%202.83-6.6%202.83a14.1%2014.1%200%200%201-5-1.44a8.61%208.61%200%200%200%202.99%206.54%22%2F%3E%3Cpath%20fill%3D%22%23e5f8ff%22%20d%3D%22M18.24%208.31a1.44%201.44%200%201%200%202.88%200a1.44%201.44%200%201%200-2.88%200m-1.44%202.16a.72.72%200%201%200%201.44%200a.72.72%200%201%200-1.44%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/wine-glass.svg?color=%231a73e8&size=48