red wine glass emoji

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

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

More food drink icons from Streamline Emojis

Use the red 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="M13.62 46.44a10.38 1.56 0 1 0 20.76 0a10.38 1.56 0 1 0-20.76 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.11 44.12c-.62-1.18-3.72-2.13-7.74-2.41a1 1 0 0 1-.91-1v-7.84h-2.92v7.88a1 1 0 0 1-.91 1c-4 .28-7.12 1.23-7.74 2.41a.46.46 0 0 0 .23.62c1 .49 4 1.76 9.88 1.76s8.93-1.27 9.88-1.76a.46.46 0 0 0 .23-.66"/><path fill="#00b8f0" d="M24 34.59c9.68 0 17.52-4.38 17.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47c0 6.81 7.84 11.19 17.52 11.19"/><path fill="#4acfff" d="M10.31 30.64C22 25.48 30.94 14.71 36.2 7a34 34 0 0 0-2-3C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47a9.09 9.09 0 0 0 3.83 7.24"/><path fill="#00b8f0" d="M13.78 3.93c0 1.35 4.58 2.44 10.22 2.44s10.22-1.09 10.22-2.44C32.76 2.47 29.64 1.5 24 1.5s-8.76.97-10.22 2.43"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.22 3.93c0 1.35-4.58 2.44-10.22 2.44S13.78 5.28 13.78 3.93"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 34.59c9.68 0 17.52-4.38 17.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47c0 6.81 7.84 11.19 17.52 11.19"/><path fill="#ff8a14" d="M10.86 24.86s2.43-2.92 5.84-2.92s5.84 2.92 5.84 2.92Z"/><path fill="#ff8a14" d="M30.81 19.51c-4.86 0-8.27 5.35-14.6 5.35a26.8 26.8 0 0 1-7.29-1.11s0 .09 0 .14c0 4.56 6.76 8.27 15.09 8.27s15.09-3.71 15.09-8.27a12.3 12.3 0 0 0-.31-2.68a23.4 23.4 0 0 0-7.98-1.7"/><path fill="#ffaa54" d="M16.21 24.86a26.8 26.8 0 0 1-7.29-1.11s0 .09 0 .14c0 2.13 1.49 4.07 3.91 5.54a50 50 0 0 0 8.56-5.79a12.2 12.2 0 0 1-5.18 1.22"/><path fill="#e5f8ff" d="M13.78 11.72a1.95 1.95 0 1 0 3.9 0a1.95 1.95 0 1 0-3.9 0m-1.94 2.92a.97.97 0 1 0 1.94 0a.97.97 0 1 0-1.94 0"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisRedWineGlass(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="M13.62 46.44a10.38 1.56 0 1 0 20.76 0a10.38 1.56 0 1 0-20.76 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.11 44.12c-.62-1.18-3.72-2.13-7.74-2.41a1 1 0 0 1-.91-1v-7.84h-2.92v7.88a1 1 0 0 1-.91 1c-4 .28-7.12 1.23-7.74 2.41a.46.46 0 0 0 .23.62c1 .49 4 1.76 9.88 1.76s8.93-1.27 9.88-1.76a.46.46 0 0 0 .23-.66"/><path fill="#00b8f0" d="M24 34.59c9.68 0 17.52-4.38 17.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47c0 6.81 7.84 11.19 17.52 11.19"/><path fill="#4acfff" d="M10.31 30.64C22 25.48 30.94 14.71 36.2 7a34 34 0 0 0-2-3C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47a9.09 9.09 0 0 0 3.83 7.24"/><path fill="#00b8f0" d="M13.78 3.93c0 1.35 4.58 2.44 10.22 2.44s10.22-1.09 10.22-2.44C32.76 2.47 29.64 1.5 24 1.5s-8.76.97-10.22 2.43"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.22 3.93c0 1.35-4.58 2.44-10.22 2.44S13.78 5.28 13.78 3.93"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 34.59c9.68 0 17.52-4.38 17.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47c0 6.81 7.84 11.19 17.52 11.19"/><path fill="#ff8a14" d="M10.86 24.86s2.43-2.92 5.84-2.92s5.84 2.92 5.84 2.92Z"/><path fill="#ff8a14" d="M30.81 19.51c-4.86 0-8.27 5.35-14.6 5.35a26.8 26.8 0 0 1-7.29-1.11s0 .09 0 .14c0 4.56 6.76 8.27 15.09 8.27s15.09-3.71 15.09-8.27a12.3 12.3 0 0 0-.31-2.68a23.4 23.4 0 0 0-7.98-1.7"/><path fill="#ffaa54" d="M16.21 24.86a26.8 26.8 0 0 1-7.29-1.11s0 .09 0 .14c0 2.13 1.49 4.07 3.91 5.54a50 50 0 0 0 8.56-5.79a12.2 12.2 0 0 1-5.18 1.22"/><path fill="#e5f8ff" d="M13.78 11.72a1.95 1.95 0 1 0 3.9 0a1.95 1.95 0 1 0-3.9 0m-1.94 2.92a.97.97 0 1 0 1.94 0a.97.97 0 1 0-1.94 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="M13.62 46.44a10.38 1.56 0 1 0 20.76 0a10.38 1.56 0 1 0-20.76 0" opacity=".15"/><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.11 44.12c-.62-1.18-3.72-2.13-7.74-2.41a1 1 0 0 1-.91-1v-7.84h-2.92v7.88a1 1 0 0 1-.91 1c-4 .28-7.12 1.23-7.74 2.41a.46.46 0 0 0 .23.62c1 .49 4 1.76 9.88 1.76s8.93-1.27 9.88-1.76a.46.46 0 0 0 .23-.66"/><path fill="#00b8f0" d="M24 34.59c9.68 0 17.52-4.38 17.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47c0 6.81 7.84 11.19 17.52 11.19"/><path fill="#4acfff" d="M10.31 30.64C22 25.48 30.94 14.71 36.2 7a34 34 0 0 0-2-3C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47a9.09 9.09 0 0 0 3.83 7.24"/><path fill="#00b8f0" d="M13.78 3.93c0 1.35 4.58 2.44 10.22 2.44s10.22-1.09 10.22-2.44C32.76 2.47 29.64 1.5 24 1.5s-8.76.97-10.22 2.43"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.22 3.93c0 1.35-4.58 2.44-10.22 2.44S13.78 5.28 13.78 3.93"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 34.59c9.68 0 17.52-4.38 17.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76 2.47 29.64 1.5 24 1.5s-8.76 1-10.22 2.43c-4.31 5.89-7.3 14.24-7.3 19.47c0 6.81 7.84 11.19 17.52 11.19"/><path fill="#ff8a14" d="M10.86 24.86s2.43-2.92 5.84-2.92s5.84 2.92 5.84 2.92Z"/><path fill="#ff8a14" d="M30.81 19.51c-4.86 0-8.27 5.35-14.6 5.35a26.8 26.8 0 0 1-7.29-1.11s0 .09 0 .14c0 4.56 6.76 8.27 15.09 8.27s15.09-3.71 15.09-8.27a12.3 12.3 0 0 0-.31-2.68a23.4 23.4 0 0 0-7.98-1.7"/><path fill="#ffaa54" d="M16.21 24.86a26.8 26.8 0 0 1-7.29-1.11s0 .09 0 .14c0 2.13 1.49 4.07 3.91 5.54a50 50 0 0 0 8.56-5.79a12.2 12.2 0 0 1-5.18 1.22"/><path fill="#e5f8ff" d="M13.78 11.72a1.95 1.95 0 1 0 3.9 0a1.95 1.95 0 1 0-3.9 0m-1.94 2.92a.97.97 0 1 0 1.94 0a.97.97 0 1 0-1.94 0"/></svg>
</template>

CSS

.icon-red-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%22M13.62%2046.44a10.38%201.56%200%201%200%2020.76%200a10.38%201.56%200%201%200-20.76%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%22M34.11%2044.12c-.62-1.18-3.72-2.13-7.74-2.41a1%201%200%200%201-.91-1v-7.84h-2.92v7.88a1%201%200%200%201-.91%201c-4%20.28-7.12%201.23-7.74%202.41a.46.46%200%200%200%20.23.62c1%20.49%204%201.76%209.88%201.76s8.93-1.27%209.88-1.76a.46.46%200%200%200%20.23-.66%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M24%2034.59c9.68%200%2017.52-4.38%2017.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76%202.47%2029.64%201.5%2024%201.5s-8.76%201-10.22%202.43c-4.31%205.89-7.3%2014.24-7.3%2019.47c0%206.81%207.84%2011.19%2017.52%2011.19%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20d%3D%22M10.31%2030.64C22%2025.48%2030.94%2014.71%2036.2%207a34%2034%200%200%200-2-3C32.76%202.47%2029.64%201.5%2024%201.5s-8.76%201-10.22%202.43c-4.31%205.89-7.3%2014.24-7.3%2019.47a9.09%209.09%200%200%200%203.83%207.24%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M13.78%203.93c0%201.35%204.58%202.44%2010.22%202.44s10.22-1.09%2010.22-2.44C32.76%202.47%2029.64%201.5%2024%201.5s-8.76.97-10.22%202.43%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%22M34.22%203.93c0%201.35-4.58%202.44-10.22%202.44S13.78%205.28%2013.78%203.93%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%22M24%2034.59c9.68%200%2017.52-4.38%2017.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76%202.47%2029.64%201.5%2024%201.5s-8.76%201-10.22%202.43c-4.31%205.89-7.3%2014.24-7.3%2019.47c0%206.81%207.84%2011.19%2017.52%2011.19%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20d%3D%22M10.86%2024.86s2.43-2.92%205.84-2.92s5.84%202.92%205.84%202.92Z%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20d%3D%22M30.81%2019.51c-4.86%200-8.27%205.35-14.6%205.35a26.8%2026.8%200%200%201-7.29-1.11s0%20.09%200%20.14c0%204.56%206.76%208.27%2015.09%208.27s15.09-3.71%2015.09-8.27a12.3%2012.3%200%200%200-.31-2.68a23.4%2023.4%200%200%200-7.98-1.7%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M16.21%2024.86a26.8%2026.8%200%200%201-7.29-1.11s0%20.09%200%20.14c0%202.13%201.49%204.07%203.91%205.54a50%2050%200%200%200%208.56-5.79a12.2%2012.2%200%200%201-5.18%201.22%22%2F%3E%3Cpath%20fill%3D%22%23e5f8ff%22%20d%3D%22M13.78%2011.72a1.95%201.95%200%201%200%203.9%200a1.95%201.95%200%201%200-3.9%200m-1.94%202.92a.97.97%200%201%200%201.94%200a.97.97%200%201%200-1.94%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%22M13.62%2046.44a10.38%201.56%200%201%200%2020.76%200a10.38%201.56%200%201%200-20.76%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%22M34.11%2044.12c-.62-1.18-3.72-2.13-7.74-2.41a1%201%200%200%201-.91-1v-7.84h-2.92v7.88a1%201%200%200%201-.91%201c-4%20.28-7.12%201.23-7.74%202.41a.46.46%200%200%200%20.23.62c1%20.49%204%201.76%209.88%201.76s8.93-1.27%209.88-1.76a.46.46%200%200%200%20.23-.66%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M24%2034.59c9.68%200%2017.52-4.38%2017.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76%202.47%2029.64%201.5%2024%201.5s-8.76%201-10.22%202.43c-4.31%205.89-7.3%2014.24-7.3%2019.47c0%206.81%207.84%2011.19%2017.52%2011.19%22%2F%3E%3Cpath%20fill%3D%22%234acfff%22%20d%3D%22M10.31%2030.64C22%2025.48%2030.94%2014.71%2036.2%207a34%2034%200%200%200-2-3C32.76%202.47%2029.64%201.5%2024%201.5s-8.76%201-10.22%202.43c-4.31%205.89-7.3%2014.24-7.3%2019.47a9.09%209.09%200%200%200%203.83%207.24%22%2F%3E%3Cpath%20fill%3D%22%2300b8f0%22%20d%3D%22M13.78%203.93c0%201.35%204.58%202.44%2010.22%202.44s10.22-1.09%2010.22-2.44C32.76%202.47%2029.64%201.5%2024%201.5s-8.76.97-10.22%202.43%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%22M34.22%203.93c0%201.35-4.58%202.44-10.22%202.44S13.78%205.28%2013.78%203.93%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%22M24%2034.59c9.68%200%2017.52-4.38%2017.52-11.19c0-5.23-3-13.58-7.3-19.47C32.76%202.47%2029.64%201.5%2024%201.5s-8.76%201-10.22%202.43c-4.31%205.89-7.3%2014.24-7.3%2019.47c0%206.81%207.84%2011.19%2017.52%2011.19%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20d%3D%22M10.86%2024.86s2.43-2.92%205.84-2.92s5.84%202.92%205.84%202.92Z%22%2F%3E%3Cpath%20fill%3D%22%23ff8a14%22%20d%3D%22M30.81%2019.51c-4.86%200-8.27%205.35-14.6%205.35a26.8%2026.8%200%200%201-7.29-1.11s0%20.09%200%20.14c0%204.56%206.76%208.27%2015.09%208.27s15.09-3.71%2015.09-8.27a12.3%2012.3%200%200%200-.31-2.68a23.4%2023.4%200%200%200-7.98-1.7%22%2F%3E%3Cpath%20fill%3D%22%23ffaa54%22%20d%3D%22M16.21%2024.86a26.8%2026.8%200%200%201-7.29-1.11s0%20.09%200%20.14c0%202.13%201.49%204.07%203.91%205.54a50%2050%200%200%200%208.56-5.79a12.2%2012.2%200%200%201-5.18%201.22%22%2F%3E%3Cpath%20fill%3D%22%23e5f8ff%22%20d%3D%22M13.78%2011.72a1.95%201.95%200%201%200%203.9%200a1.95%201.95%200%201%200-3.9%200m-1.94%202.92a.97.97%200%201%200%201.94%200a.97.97%200%201%200-1.94%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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