wineglass icon
wineglass from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- wineglass
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Use the wineglass icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M294.9 295.4c11-4.1 18-6.9 26.2-11.7 12-6.9 22.8-15.8 31.9-26.1 20.4-22.9 31-51.1 31-86.1 0-49.9-3.7-101.1-8.1-114.7C371.5 43 362.4 32 345.2 32H166.7c-17.1 0-26.2 11.1-30.6 24.6-4.4 13.5-8.1 64.9-8.1 114.8 0 35.1 10.6 63.2 30.9 86.1 9.1 10.3 19.9 19.1 31.8 26 8.2 4.8 15.1 7.8 26 11.7S239 302.7 239 327v94.2c0 10.7-2.9 19-11.1 24.8-2.8 2.1-6.3 4.3-14.3 6.5-31.5 8.6-46.9 15.6-49.2 17.2-2 1.4-4.5 3.6-4.5 7.1 0 0 13.8 3.1 96.2 3.1s96-3.1 96-3.1c0-3.5-2.5-5.7-4.6-7.1-2.3-1.6-17.8-8.6-49.4-17.2-8-2.2-12.2-4.4-15.1-6.5-8-5.7-12-14-12-24.7v-94.2c0-24 12.9-27.7 23.9-31.7zm-39-25.1c-25.4 0-48.5-10-65.5-26.3-2.7-2.4-5.2-5-7.6-7.7-15.6-17.5-22.4-36.7-23.1-64.8-.7-28.2-.1-72.5 7.3-107.5h177c6.3 24 9.1 76.8 7.7 107.2-1.4 30.5-7.2 47.3-22.8 64.9-2 2.2-3.9 4.3-6.1 6.4-17.1 17.2-40.8 27.8-66.9 27.8z" fill="currentColor"/><path d="M336.2 170.6c0-7.5-.1-31.9-1.3-52.6-.5-8.4-1.2-16-2.1-22h-153c-.9 3-1.8 11.6-2.5 22-1.3 18.9-2.1 43.9-1.5 52.9.9 13.8 1.5 20.6 4.5 29.4 3.1 9.1 8 17.3 14.6 24.7 2 2.3 4.1 4.4 6.4 6.4 14.2 13.6 33.5 22 54.7 22 21.8 0 41.5-8.8 55.9-23.1 1.8-1.7 3.5-3.5 5.2-5.3 6.6-7.4 11.4-15.5 14.5-24.6 3.1-9 4.6-19.3 4.6-29.8zM320 179c0 5-3.9 8.1-8.3 8.1-1.6 0-3-.5-4.3-1.3-2.2-1.4-3.5-3.9-3.5-6.7v-26c0-4.4 3.6-8 8-8s8 3.6 8 8V179zm-1.1-47.2c-1.2 1.8-3 3-5.1 3.5-2.1.4-4.3 0-6-1.1-1.8-1.2-3-3-3.5-5.1-.4-2.1 0-4.3 1.1-6 1.2-1.8 3-3 5.1-3.5 2.1-.4 4.3 0 6 1.1 1.8 1.2 3 3 3.5 5.1.5 2 .1 4.2-1.1 6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonWineglass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M294.9 295.4c11-4.1 18-6.9 26.2-11.7 12-6.9 22.8-15.8 31.9-26.1 20.4-22.9 31-51.1 31-86.1 0-49.9-3.7-101.1-8.1-114.7C371.5 43 362.4 32 345.2 32H166.7c-17.1 0-26.2 11.1-30.6 24.6-4.4 13.5-8.1 64.9-8.1 114.8 0 35.1 10.6 63.2 30.9 86.1 9.1 10.3 19.9 19.1 31.8 26 8.2 4.8 15.1 7.8 26 11.7S239 302.7 239 327v94.2c0 10.7-2.9 19-11.1 24.8-2.8 2.1-6.3 4.3-14.3 6.5-31.5 8.6-46.9 15.6-49.2 17.2-2 1.4-4.5 3.6-4.5 7.1 0 0 13.8 3.1 96.2 3.1s96-3.1 96-3.1c0-3.5-2.5-5.7-4.6-7.1-2.3-1.6-17.8-8.6-49.4-17.2-8-2.2-12.2-4.4-15.1-6.5-8-5.7-12-14-12-24.7v-94.2c0-24 12.9-27.7 23.9-31.7zm-39-25.1c-25.4 0-48.5-10-65.5-26.3-2.7-2.4-5.2-5-7.6-7.7-15.6-17.5-22.4-36.7-23.1-64.8-.7-28.2-.1-72.5 7.3-107.5h177c6.3 24 9.1 76.8 7.7 107.2-1.4 30.5-7.2 47.3-22.8 64.9-2 2.2-3.9 4.3-6.1 6.4-17.1 17.2-40.8 27.8-66.9 27.8z" fill="currentColor"/><path d="M336.2 170.6c0-7.5-.1-31.9-1.3-52.6-.5-8.4-1.2-16-2.1-22h-153c-.9 3-1.8 11.6-2.5 22-1.3 18.9-2.1 43.9-1.5 52.9.9 13.8 1.5 20.6 4.5 29.4 3.1 9.1 8 17.3 14.6 24.7 2 2.3 4.1 4.4 6.4 6.4 14.2 13.6 33.5 22 54.7 22 21.8 0 41.5-8.8 55.9-23.1 1.8-1.7 3.5-3.5 5.2-5.3 6.6-7.4 11.4-15.5 14.5-24.6 3.1-9 4.6-19.3 4.6-29.8zM320 179c0 5-3.9 8.1-8.3 8.1-1.6 0-3-.5-4.3-1.3-2.2-1.4-3.5-3.9-3.5-6.7v-26c0-4.4 3.6-8 8-8s8 3.6 8 8V179zm-1.1-47.2c-1.2 1.8-3 3-5.1 3.5-2.1.4-4.3 0-6-1.1-1.8-1.2-3-3-3.5-5.1-.4-2.1 0-4.3 1.1-6 1.2-1.8 3-3 5.1-3.5 2.1-.4 4.3 0 6 1.1 1.8 1.2 3 3 3.5 5.1.5 2 .1 4.2-1.1 6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M294.9 295.4c11-4.1 18-6.9 26.2-11.7 12-6.9 22.8-15.8 31.9-26.1 20.4-22.9 31-51.1 31-86.1 0-49.9-3.7-101.1-8.1-114.7C371.5 43 362.4 32 345.2 32H166.7c-17.1 0-26.2 11.1-30.6 24.6-4.4 13.5-8.1 64.9-8.1 114.8 0 35.1 10.6 63.2 30.9 86.1 9.1 10.3 19.9 19.1 31.8 26 8.2 4.8 15.1 7.8 26 11.7S239 302.7 239 327v94.2c0 10.7-2.9 19-11.1 24.8-2.8 2.1-6.3 4.3-14.3 6.5-31.5 8.6-46.9 15.6-49.2 17.2-2 1.4-4.5 3.6-4.5 7.1 0 0 13.8 3.1 96.2 3.1s96-3.1 96-3.1c0-3.5-2.5-5.7-4.6-7.1-2.3-1.6-17.8-8.6-49.4-17.2-8-2.2-12.2-4.4-15.1-6.5-8-5.7-12-14-12-24.7v-94.2c0-24 12.9-27.7 23.9-31.7zm-39-25.1c-25.4 0-48.5-10-65.5-26.3-2.7-2.4-5.2-5-7.6-7.7-15.6-17.5-22.4-36.7-23.1-64.8-.7-28.2-.1-72.5 7.3-107.5h177c6.3 24 9.1 76.8 7.7 107.2-1.4 30.5-7.2 47.3-22.8 64.9-2 2.2-3.9 4.3-6.1 6.4-17.1 17.2-40.8 27.8-66.9 27.8z" fill="currentColor"/><path d="M336.2 170.6c0-7.5-.1-31.9-1.3-52.6-.5-8.4-1.2-16-2.1-22h-153c-.9 3-1.8 11.6-2.5 22-1.3 18.9-2.1 43.9-1.5 52.9.9 13.8 1.5 20.6 4.5 29.4 3.1 9.1 8 17.3 14.6 24.7 2 2.3 4.1 4.4 6.4 6.4 14.2 13.6 33.5 22 54.7 22 21.8 0 41.5-8.8 55.9-23.1 1.8-1.7 3.5-3.5 5.2-5.3 6.6-7.4 11.4-15.5 14.5-24.6 3.1-9 4.6-19.3 4.6-29.8zM320 179c0 5-3.9 8.1-8.3 8.1-1.6 0-3-.5-4.3-1.3-2.2-1.4-3.5-3.9-3.5-6.7v-26c0-4.4 3.6-8 8-8s8 3.6 8 8V179zm-1.1-47.2c-1.2 1.8-3 3-5.1 3.5-2.1.4-4.3 0-6-1.1-1.8-1.2-3-3-3.5-5.1-.4-2.1 0-4.3 1.1-6 1.2-1.8 3-3 5.1-3.5 2.1-.4 4.3 0 6 1.1 1.8 1.2 3 3 3.5 5.1.5 2 .1 4.2-1.1 6z" fill="currentColor"/></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%20512%20512%22%3E%3Cpath%20d%3D%22M294.9%20295.4c11-4.1%2018-6.9%2026.2-11.7%2012-6.9%2022.8-15.8%2031.9-26.1%2020.4-22.9%2031-51.1%2031-86.1%200-49.9-3.7-101.1-8.1-114.7C371.5%2043%20362.4%2032%20345.2%2032H166.7c-17.1%200-26.2%2011.1-30.6%2024.6-4.4%2013.5-8.1%2064.9-8.1%20114.8%200%2035.1%2010.6%2063.2%2030.9%2086.1%209.1%2010.3%2019.9%2019.1%2031.8%2026%208.2%204.8%2015.1%207.8%2026%2011.7S239%20302.7%20239%20327v94.2c0%2010.7-2.9%2019-11.1%2024.8-2.8%202.1-6.3%204.3-14.3%206.5-31.5%208.6-46.9%2015.6-49.2%2017.2-2%201.4-4.5%203.6-4.5%207.1%200%200%2013.8%203.1%2096.2%203.1s96-3.1%2096-3.1c0-3.5-2.5-5.7-4.6-7.1-2.3-1.6-17.8-8.6-49.4-17.2-8-2.2-12.2-4.4-15.1-6.5-8-5.7-12-14-12-24.7v-94.2c0-24%2012.9-27.7%2023.9-31.7zm-39-25.1c-25.4%200-48.5-10-65.5-26.3-2.7-2.4-5.2-5-7.6-7.7-15.6-17.5-22.4-36.7-23.1-64.8-.7-28.2-.1-72.5%207.3-107.5h177c6.3%2024%209.1%2076.8%207.7%20107.2-1.4%2030.5-7.2%2047.3-22.8%2064.9-2%202.2-3.9%204.3-6.1%206.4-17.1%2017.2-40.8%2027.8-66.9%2027.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M336.2%20170.6c0-7.5-.1-31.9-1.3-52.6-.5-8.4-1.2-16-2.1-22h-153c-.9%203-1.8%2011.6-2.5%2022-1.3%2018.9-2.1%2043.9-1.5%2052.9.9%2013.8%201.5%2020.6%204.5%2029.4%203.1%209.1%208%2017.3%2014.6%2024.7%202%202.3%204.1%204.4%206.4%206.4%2014.2%2013.6%2033.5%2022%2054.7%2022%2021.8%200%2041.5-8.8%2055.9-23.1%201.8-1.7%203.5-3.5%205.2-5.3%206.6-7.4%2011.4-15.5%2014.5-24.6%203.1-9%204.6-19.3%204.6-29.8zM320%20179c0%205-3.9%208.1-8.3%208.1-1.6%200-3-.5-4.3-1.3-2.2-1.4-3.5-3.9-3.5-6.7v-26c0-4.4%203.6-8%208-8s8%203.6%208%208V179zm-1.1-47.2c-1.2%201.8-3%203-5.1%203.5-2.1.4-4.3%200-6-1.1-1.8-1.2-3-3-3.5-5.1-.4-2.1%200-4.3%201.1-6%201.2-1.8%203-3%205.1-3.5%202.1-.4%204.3%200%206%201.1%201.8%201.2%203%203%203.5%205.1.5%202%20.1%204.2-1.1%206z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M294.9%20295.4c11-4.1%2018-6.9%2026.2-11.7%2012-6.9%2022.8-15.8%2031.9-26.1%2020.4-22.9%2031-51.1%2031-86.1%200-49.9-3.7-101.1-8.1-114.7C371.5%2043%20362.4%2032%20345.2%2032H166.7c-17.1%200-26.2%2011.1-30.6%2024.6-4.4%2013.5-8.1%2064.9-8.1%20114.8%200%2035.1%2010.6%2063.2%2030.9%2086.1%209.1%2010.3%2019.9%2019.1%2031.8%2026%208.2%204.8%2015.1%207.8%2026%2011.7S239%20302.7%20239%20327v94.2c0%2010.7-2.9%2019-11.1%2024.8-2.8%202.1-6.3%204.3-14.3%206.5-31.5%208.6-46.9%2015.6-49.2%2017.2-2%201.4-4.5%203.6-4.5%207.1%200%200%2013.8%203.1%2096.2%203.1s96-3.1%2096-3.1c0-3.5-2.5-5.7-4.6-7.1-2.3-1.6-17.8-8.6-49.4-17.2-8-2.2-12.2-4.4-15.1-6.5-8-5.7-12-14-12-24.7v-94.2c0-24%2012.9-27.7%2023.9-31.7zm-39-25.1c-25.4%200-48.5-10-65.5-26.3-2.7-2.4-5.2-5-7.6-7.7-15.6-17.5-22.4-36.7-23.1-64.8-.7-28.2-.1-72.5%207.3-107.5h177c6.3%2024%209.1%2076.8%207.7%20107.2-1.4%2030.5-7.2%2047.3-22.8%2064.9-2%202.2-3.9%204.3-6.1%206.4-17.1%2017.2-40.8%2027.8-66.9%2027.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M336.2%20170.6c0-7.5-.1-31.9-1.3-52.6-.5-8.4-1.2-16-2.1-22h-153c-.9%203-1.8%2011.6-2.5%2022-1.3%2018.9-2.1%2043.9-1.5%2052.9.9%2013.8%201.5%2020.6%204.5%2029.4%203.1%209.1%208%2017.3%2014.6%2024.7%202%202.3%204.1%204.4%206.4%206.4%2014.2%2013.6%2033.5%2022%2054.7%2022%2021.8%200%2041.5-8.8%2055.9-23.1%201.8-1.7%203.5-3.5%205.2-5.3%206.6-7.4%2011.4-15.5%2014.5-24.6%203.1-9%204.6-19.3%204.6-29.8zM320%20179c0%205-3.9%208.1-8.3%208.1-1.6%200-3-.5-4.3-1.3-2.2-1.4-3.5-3.9-3.5-6.7v-26c0-4.4%203.6-8%208-8s8%203.6%208%208V179zm-1.1-47.2c-1.2%201.8-3%203-5.1%203.5-2.1.4-4.3%200-6-1.1-1.8-1.2-3-3-3.5-5.1-.4-2.1%200-4.3%201.1-6%201.2-1.8%203-3%205.1-3.5%202.1-.4%204.3%200%206%201.1%201.8%201.2%203%203%203.5%205.1.5%202%20.1%204.2-1.1%206z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/wineglass.svg?color=%231a73e8&size=48