wineglass icon

wineglass-bold from Solar by 480 Design · Bold · Food · CC-BY-4.0 Attribution required.

Name
wineglass-bold
Set
Solar
Style
Bold
Category
Food
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More food icons from Solar

Use the wineglass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5 4.89474C5 3.8483 5.8483 3 6.89474 3H17.1053C18.1517 3 19 3.8483 19 4.89474V8C19 8.08368 18.9985 8.16701 18.9956 8.24997C18.9032 8.25046 18.8094 8.26813 18.7185 8.30484L18.7148 8.30632L18.6981 8.31297C18.683 8.31899 18.6598 8.3281 18.6295 8.33989C18.5688 8.36346 18.4792 8.39769 18.3666 8.43924C18.1409 8.52248 17.8245 8.6344 17.4626 8.74874C16.722 8.98276 15.8541 9.20628 15.1885 9.24402C14.1043 9.3055 13.3288 8.88551 12.3672 8.3459L12.3243 8.32176C11.3911 7.79786 10.2738 7.17056 8.72697 7.25827C7.86456 7.30717 6.84781 7.58009 6.08585 7.82084C5.69641 7.94389 5.35704 8.06394 5.11471 8.15334C5.0747 8.16809 5.03728 8.18204 5.00266 8.19504C5.00089 8.13024 5 8.06523 5 8V4.89474Z"/><path d="M5.21268 9.7192C5.91966 12.519 8.31356 14.6475 11.25 14.9603V20.2499H8C7.58579 20.2499 7.25 20.5857 7.25 20.9999C7.25 21.4141 7.58579 21.7499 8 21.7499H16C16.4142 21.7499 16.75 21.4141 16.75 20.9999C16.75 20.5857 16.4142 20.2499 16 20.2499H12.75V14.9603C15.6229 14.6543 17.9765 12.6103 18.7391 9.90002C18.514 9.98118 18.2308 10.0791 17.9145 10.179C17.1526 10.4198 16.1358 10.6927 15.2734 10.7416C13.7266 10.8293 12.6093 10.202 11.6761 9.67812L11.6332 9.65399C10.6716 9.11438 9.89609 8.69439 8.81189 8.75586C8.1463 8.7936 7.27844 9.01712 6.53778 9.25115C6.17591 9.36548 5.85947 9.47741 5.63383 9.56064C5.52118 9.60219 5.43164 9.63642 5.3709 9.66C5.34055 9.67178 5.31743 9.68089 5.30225 9.68691L5.28556 9.69356L5.28186 9.69505C5.25896 9.7043 5.23588 9.71234 5.21268 9.7192Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWineglassBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5 4.89474C5 3.8483 5.8483 3 6.89474 3H17.1053C18.1517 3 19 3.8483 19 4.89474V8C19 8.08368 18.9985 8.16701 18.9956 8.24997C18.9032 8.25046 18.8094 8.26813 18.7185 8.30484L18.7148 8.30632L18.6981 8.31297C18.683 8.31899 18.6598 8.3281 18.6295 8.33989C18.5688 8.36346 18.4792 8.39769 18.3666 8.43924C18.1409 8.52248 17.8245 8.6344 17.4626 8.74874C16.722 8.98276 15.8541 9.20628 15.1885 9.24402C14.1043 9.3055 13.3288 8.88551 12.3672 8.3459L12.3243 8.32176C11.3911 7.79786 10.2738 7.17056 8.72697 7.25827C7.86456 7.30717 6.84781 7.58009 6.08585 7.82084C5.69641 7.94389 5.35704 8.06394 5.11471 8.15334C5.0747 8.16809 5.03728 8.18204 5.00266 8.19504C5.00089 8.13024 5 8.06523 5 8V4.89474Z"/><path d="M5.21268 9.7192C5.91966 12.519 8.31356 14.6475 11.25 14.9603V20.2499H8C7.58579 20.2499 7.25 20.5857 7.25 20.9999C7.25 21.4141 7.58579 21.7499 8 21.7499H16C16.4142 21.7499 16.75 21.4141 16.75 20.9999C16.75 20.5857 16.4142 20.2499 16 20.2499H12.75V14.9603C15.6229 14.6543 17.9765 12.6103 18.7391 9.90002C18.514 9.98118 18.2308 10.0791 17.9145 10.179C17.1526 10.4198 16.1358 10.6927 15.2734 10.7416C13.7266 10.8293 12.6093 10.202 11.6761 9.67812L11.6332 9.65399C10.6716 9.11438 9.89609 8.69439 8.81189 8.75586C8.1463 8.7936 7.27844 9.01712 6.53778 9.25115C6.17591 9.36548 5.85947 9.47741 5.63383 9.56064C5.52118 9.60219 5.43164 9.63642 5.3709 9.66C5.34055 9.67178 5.31743 9.68089 5.30225 9.68691L5.28556 9.69356L5.28186 9.69505C5.25896 9.7043 5.23588 9.71234 5.21268 9.7192Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5 4.89474C5 3.8483 5.8483 3 6.89474 3H17.1053C18.1517 3 19 3.8483 19 4.89474V8C19 8.08368 18.9985 8.16701 18.9956 8.24997C18.9032 8.25046 18.8094 8.26813 18.7185 8.30484L18.7148 8.30632L18.6981 8.31297C18.683 8.31899 18.6598 8.3281 18.6295 8.33989C18.5688 8.36346 18.4792 8.39769 18.3666 8.43924C18.1409 8.52248 17.8245 8.6344 17.4626 8.74874C16.722 8.98276 15.8541 9.20628 15.1885 9.24402C14.1043 9.3055 13.3288 8.88551 12.3672 8.3459L12.3243 8.32176C11.3911 7.79786 10.2738 7.17056 8.72697 7.25827C7.86456 7.30717 6.84781 7.58009 6.08585 7.82084C5.69641 7.94389 5.35704 8.06394 5.11471 8.15334C5.0747 8.16809 5.03728 8.18204 5.00266 8.19504C5.00089 8.13024 5 8.06523 5 8V4.89474Z"/><path d="M5.21268 9.7192C5.91966 12.519 8.31356 14.6475 11.25 14.9603V20.2499H8C7.58579 20.2499 7.25 20.5857 7.25 20.9999C7.25 21.4141 7.58579 21.7499 8 21.7499H16C16.4142 21.7499 16.75 21.4141 16.75 20.9999C16.75 20.5857 16.4142 20.2499 16 20.2499H12.75V14.9603C15.6229 14.6543 17.9765 12.6103 18.7391 9.90002C18.514 9.98118 18.2308 10.0791 17.9145 10.179C17.1526 10.4198 16.1358 10.6927 15.2734 10.7416C13.7266 10.8293 12.6093 10.202 11.6761 9.67812L11.6332 9.65399C10.6716 9.11438 9.89609 8.69439 8.81189 8.75586C8.1463 8.7936 7.27844 9.01712 6.53778 9.25115C6.17591 9.36548 5.85947 9.47741 5.63383 9.56064C5.52118 9.60219 5.43164 9.63642 5.3709 9.66C5.34055 9.67178 5.31743 9.68089 5.30225 9.68691L5.28556 9.69356L5.28186 9.69505C5.25896 9.7043 5.23588 9.71234 5.21268 9.7192Z"/></g></svg>
</template>

CSS

.icon-wineglass-bold {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%204.89474C5%203.8483%205.8483%203%206.89474%203H17.1053C18.1517%203%2019%203.8483%2019%204.89474V8C19%208.08368%2018.9985%208.16701%2018.9956%208.24997C18.9032%208.25046%2018.8094%208.26813%2018.7185%208.30484L18.7148%208.30632L18.6981%208.31297C18.683%208.31899%2018.6598%208.3281%2018.6295%208.33989C18.5688%208.36346%2018.4792%208.39769%2018.3666%208.43924C18.1409%208.52248%2017.8245%208.6344%2017.4626%208.74874C16.722%208.98276%2015.8541%209.20628%2015.1885%209.24402C14.1043%209.3055%2013.3288%208.88551%2012.3672%208.3459L12.3243%208.32176C11.3911%207.79786%2010.2738%207.17056%208.72697%207.25827C7.86456%207.30717%206.84781%207.58009%206.08585%207.82084C5.69641%207.94389%205.35704%208.06394%205.11471%208.15334C5.0747%208.16809%205.03728%208.18204%205.00266%208.19504C5.00089%208.13024%205%208.06523%205%208V4.89474Z%22%2F%3E%3Cpath%20d%3D%22M5.21268%209.7192C5.91966%2012.519%208.31356%2014.6475%2011.25%2014.9603V20.2499H8C7.58579%2020.2499%207.25%2020.5857%207.25%2020.9999C7.25%2021.4141%207.58579%2021.7499%208%2021.7499H16C16.4142%2021.7499%2016.75%2021.4141%2016.75%2020.9999C16.75%2020.5857%2016.4142%2020.2499%2016%2020.2499H12.75V14.9603C15.6229%2014.6543%2017.9765%2012.6103%2018.7391%209.90002C18.514%209.98118%2018.2308%2010.0791%2017.9145%2010.179C17.1526%2010.4198%2016.1358%2010.6927%2015.2734%2010.7416C13.7266%2010.8293%2012.6093%2010.202%2011.6761%209.67812L11.6332%209.65399C10.6716%209.11438%209.89609%208.69439%208.81189%208.75586C8.1463%208.7936%207.27844%209.01712%206.53778%209.25115C6.17591%209.36548%205.85947%209.47741%205.63383%209.56064C5.52118%209.60219%205.43164%209.63642%205.3709%209.66C5.34055%209.67178%205.31743%209.68089%205.30225%209.68691L5.28556%209.69356L5.28186%209.69505C5.25896%209.7043%205.23588%209.71234%205.21268%209.7192Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5%204.89474C5%203.8483%205.8483%203%206.89474%203H17.1053C18.1517%203%2019%203.8483%2019%204.89474V8C19%208.08368%2018.9985%208.16701%2018.9956%208.24997C18.9032%208.25046%2018.8094%208.26813%2018.7185%208.30484L18.7148%208.30632L18.6981%208.31297C18.683%208.31899%2018.6598%208.3281%2018.6295%208.33989C18.5688%208.36346%2018.4792%208.39769%2018.3666%208.43924C18.1409%208.52248%2017.8245%208.6344%2017.4626%208.74874C16.722%208.98276%2015.8541%209.20628%2015.1885%209.24402C14.1043%209.3055%2013.3288%208.88551%2012.3672%208.3459L12.3243%208.32176C11.3911%207.79786%2010.2738%207.17056%208.72697%207.25827C7.86456%207.30717%206.84781%207.58009%206.08585%207.82084C5.69641%207.94389%205.35704%208.06394%205.11471%208.15334C5.0747%208.16809%205.03728%208.18204%205.00266%208.19504C5.00089%208.13024%205%208.06523%205%208V4.89474Z%22%2F%3E%3Cpath%20d%3D%22M5.21268%209.7192C5.91966%2012.519%208.31356%2014.6475%2011.25%2014.9603V20.2499H8C7.58579%2020.2499%207.25%2020.5857%207.25%2020.9999C7.25%2021.4141%207.58579%2021.7499%208%2021.7499H16C16.4142%2021.7499%2016.75%2021.4141%2016.75%2020.9999C16.75%2020.5857%2016.4142%2020.2499%2016%2020.2499H12.75V14.9603C15.6229%2014.6543%2017.9765%2012.6103%2018.7391%209.90002C18.514%209.98118%2018.2308%2010.0791%2017.9145%2010.179C17.1526%2010.4198%2016.1358%2010.6927%2015.2734%2010.7416C13.7266%2010.8293%2012.6093%2010.202%2011.6761%209.67812L11.6332%209.65399C10.6716%209.11438%209.89609%208.69439%208.81189%208.75586C8.1463%208.7936%207.27844%209.01712%206.53778%209.25115C6.17591%209.36548%205.85947%209.47741%205.63383%209.56064C5.52118%209.60219%205.43164%209.63642%205.3709%209.66C5.34055%209.67178%205.31743%209.68089%205.30225%209.68691L5.28556%209.69356L5.28186%209.69505C5.25896%209.7043%205.23588%209.71234%205.21268%209.7192Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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