wine glass emoji
wine-glass from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.
- Name
- wine-glass
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Food
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
wine-glassAkar Iconswine-glassFont Awesome 6 Solidwine-glassFont Awesome Solidwine-glass-outlineFlowbite Iconswine-glassFluent Emojiwine-glassFluent Emoji Flatwine-glassFluent Emoji High Contrastwine-glassLine Awesomewine-glassNoto Emojiwine-glassOpenMojiwine-glassStreamline Emojiswine-glassTwitter Emoji
More food icons from Emoji One (Colored)
Use the wine glass emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#961623" d="M15.1 22.1C16 30.1 23.3 37 32 37c9.4 0 17.1-8 17.1-16.7v-.2c-9.8-1.3-22.1 5.8-34 2"/><path fill="#a1b8c7" d="M54 20.4C54 9 48.3 2 48.3 2H15.7S10 9.1 10 20.4c0 10.8 9.3 20.9 20.9 21.5c-.1 6.3-.7 12.8-2.2 15.1c-2.2 3.2-9.8 1.6-9.8 5h26.2c0-3.4-7.6-1.8-9.8-5c-1.5-2.3-2.1-8.8-2.2-15.1C44.7 41.3 54 31.3 54 20.4M32 39.3c-9.8 0-17.9-7.8-18.9-16.7c-.1-.6-.1-1.3-.1-1.9c0-9.9 4.9-15.9 4.9-15.9h28.2s4.8 6 4.9 15.7v.2c0 9.6-8.5 18.6-19 18.6" opacity=".8"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneWineGlass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#961623" d="M15.1 22.1C16 30.1 23.3 37 32 37c9.4 0 17.1-8 17.1-16.7v-.2c-9.8-1.3-22.1 5.8-34 2"/><path fill="#a1b8c7" d="M54 20.4C54 9 48.3 2 48.3 2H15.7S10 9.1 10 20.4c0 10.8 9.3 20.9 20.9 21.5c-.1 6.3-.7 12.8-2.2 15.1c-2.2 3.2-9.8 1.6-9.8 5h26.2c0-3.4-7.6-1.8-9.8-5c-1.5-2.3-2.1-8.8-2.2-15.1C44.7 41.3 54 31.3 54 20.4M32 39.3c-9.8 0-17.9-7.8-18.9-16.7c-.1-.6-.1-1.3-.1-1.9c0-9.9 4.9-15.9 4.9-15.9h28.2s4.8 6 4.9 15.7v.2c0 9.6-8.5 18.6-19 18.6" opacity=".8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#961623" d="M15.1 22.1C16 30.1 23.3 37 32 37c9.4 0 17.1-8 17.1-16.7v-.2c-9.8-1.3-22.1 5.8-34 2"/><path fill="#a1b8c7" d="M54 20.4C54 9 48.3 2 48.3 2H15.7S10 9.1 10 20.4c0 10.8 9.3 20.9 20.9 21.5c-.1 6.3-.7 12.8-2.2 15.1c-2.2 3.2-9.8 1.6-9.8 5h26.2c0-3.4-7.6-1.8-9.8-5c-1.5-2.3-2.1-8.8-2.2-15.1C44.7 41.3 54 31.3 54 20.4M32 39.3c-9.8 0-17.9-7.8-18.9-16.7c-.1-.6-.1-1.3-.1-1.9c0-9.9 4.9-15.9 4.9-15.9h28.2s4.8 6 4.9 15.7v.2c0 9.6-8.5 18.6-19 18.6" opacity=".8"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23961623%22%20d%3D%22M15.1%2022.1C16%2030.1%2023.3%2037%2032%2037c9.4%200%2017.1-8%2017.1-16.7v-.2c-9.8-1.3-22.1%205.8-34%202%22%2F%3E%3Cpath%20fill%3D%22%23a1b8c7%22%20d%3D%22M54%2020.4C54%209%2048.3%202%2048.3%202H15.7S10%209.1%2010%2020.4c0%2010.8%209.3%2020.9%2020.9%2021.5c-.1%206.3-.7%2012.8-2.2%2015.1c-2.2%203.2-9.8%201.6-9.8%205h26.2c0-3.4-7.6-1.8-9.8-5c-1.5-2.3-2.1-8.8-2.2-15.1C44.7%2041.3%2054%2031.3%2054%2020.4M32%2039.3c-9.8%200-17.9-7.8-18.9-16.7c-.1-.6-.1-1.3-.1-1.9c0-9.9%204.9-15.9%204.9-15.9h28.2s4.8%206%204.9%2015.7v.2c0%209.6-8.5%2018.6-19%2018.6%22%20opacity%3D%22.8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23961623%22%20d%3D%22M15.1%2022.1C16%2030.1%2023.3%2037%2032%2037c9.4%200%2017.1-8%2017.1-16.7v-.2c-9.8-1.3-22.1%205.8-34%202%22%2F%3E%3Cpath%20fill%3D%22%23a1b8c7%22%20d%3D%22M54%2020.4C54%209%2048.3%202%2048.3%202H15.7S10%209.1%2010%2020.4c0%2010.8%209.3%2020.9%2020.9%2021.5c-.1%206.3-.7%2012.8-2.2%2015.1c-2.2%203.2-9.8%201.6-9.8%205h26.2c0-3.4-7.6-1.8-9.8-5c-1.5-2.3-2.1-8.8-2.2-15.1C44.7%2041.3%2054%2031.3%2054%2020.4M32%2039.3c-9.8%200-17.9-7.8-18.9-16.7c-.1-.6-.1-1.3-.1-1.9c0-9.9%204.9-15.9%204.9-15.9h28.2s4.8%206%204.9%2015.7v.2c0%209.6-8.5%2018.6-19%2018.6%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/wine-glass.svg?color=%231a73e8&size=48