wineglass icon

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

Name
wineglass-bold-duotone
Set
Solar
Style
Bold Duotone
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 11.866 15.866 15 12 15C8.13401 15 5 11.866 5 8V4.89474Z" opacity=".5"/><path fill-rule="evenodd" d="M11.25 20.25H8.25C7.83579 20.25 7.5 20.5858 7.5 21C7.5 21.4142 7.83579 21.75 8.25 21.75H15.75C16.1642 21.75 16.5 21.4142 16.5 21C16.5 20.5858 16.1642 20.25 15.75 20.25H12.75H11.25Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.0002 15C15.5164 15 18.4271 12.4075 18.925 9.02973C18.5228 9.1868 16.5934 9.91562 15.231 9.99288C13.9036 10.0681 12.9519 9.53407 12.0002 9C11.0486 8.46593 10.0969 7.93185 8.76947 8.00712C7.39772 8.08491 5.45112 8.82324 5.06738 8.97342C5.54114 12.3787 8.46457 15 12.0002 15Z" clip-rule="evenodd"/><path d="M12.75 14.9603C12.5037 14.9865 12.2535 14.9999 12.0002 14.9999C11.7468 14.9999 11.4965 14.9865 11.25 14.9602V20.2499H12.75V14.9603Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWineglassBoldDuotone(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 11.866 15.866 15 12 15C8.13401 15 5 11.866 5 8V4.89474Z" opacity=".5"/><path fillRule="evenodd" d="M11.25 20.25H8.25C7.83579 20.25 7.5 20.5858 7.5 21C7.5 21.4142 7.83579 21.75 8.25 21.75H15.75C16.1642 21.75 16.5 21.4142 16.5 21C16.5 20.5858 16.1642 20.25 15.75 20.25H12.75H11.25Z" clipRule="evenodd"/><path fillRule="evenodd" d="M12.0002 15C15.5164 15 18.4271 12.4075 18.925 9.02973C18.5228 9.1868 16.5934 9.91562 15.231 9.99288C13.9036 10.0681 12.9519 9.53407 12.0002 9C11.0486 8.46593 10.0969 7.93185 8.76947 8.00712C7.39772 8.08491 5.45112 8.82324 5.06738 8.97342C5.54114 12.3787 8.46457 15 12.0002 15Z" clipRule="evenodd"/><path d="M12.75 14.9603C12.5037 14.9865 12.2535 14.9999 12.0002 14.9999C11.7468 14.9999 11.4965 14.9865 11.25 14.9602V20.2499H12.75V14.9603Z" opacity=".5"/></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 11.866 15.866 15 12 15C8.13401 15 5 11.866 5 8V4.89474Z" opacity=".5"/><path fill-rule="evenodd" d="M11.25 20.25H8.25C7.83579 20.25 7.5 20.5858 7.5 21C7.5 21.4142 7.83579 21.75 8.25 21.75H15.75C16.1642 21.75 16.5 21.4142 16.5 21C16.5 20.5858 16.1642 20.25 15.75 20.25H12.75H11.25Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.0002 15C15.5164 15 18.4271 12.4075 18.925 9.02973C18.5228 9.1868 16.5934 9.91562 15.231 9.99288C13.9036 10.0681 12.9519 9.53407 12.0002 9C11.0486 8.46593 10.0969 7.93185 8.76947 8.00712C7.39772 8.08491 5.45112 8.82324 5.06738 8.97342C5.54114 12.3787 8.46457 15 12.0002 15Z" clip-rule="evenodd"/><path d="M12.75 14.9603C12.5037 14.9865 12.2535 14.9999 12.0002 14.9999C11.7468 14.9999 11.4965 14.9865 11.25 14.9602V20.2499H12.75V14.9603Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-wineglass-bold-duotone {
  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%2011.866%2015.866%2015%2012%2015C8.13401%2015%205%2011.866%205%208V4.89474Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%2020.25H8.25C7.83579%2020.25%207.5%2020.5858%207.5%2021C7.5%2021.4142%207.83579%2021.75%208.25%2021.75H15.75C16.1642%2021.75%2016.5%2021.4142%2016.5%2021C16.5%2020.5858%2016.1642%2020.25%2015.75%2020.25H12.75H11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.0002%2015C15.5164%2015%2018.4271%2012.4075%2018.925%209.02973C18.5228%209.1868%2016.5934%209.91562%2015.231%209.99288C13.9036%2010.0681%2012.9519%209.53407%2012.0002%209C11.0486%208.46593%2010.0969%207.93185%208.76947%208.00712C7.39772%208.08491%205.45112%208.82324%205.06738%208.97342C5.54114%2012.3787%208.46457%2015%2012.0002%2015Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.75%2014.9603C12.5037%2014.9865%2012.2535%2014.9999%2012.0002%2014.9999C11.7468%2014.9999%2011.4965%2014.9865%2011.25%2014.9602V20.2499H12.75V14.9603Z%22%20opacity%3D%22.5%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%2011.866%2015.866%2015%2012%2015C8.13401%2015%205%2011.866%205%208V4.89474Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%2020.25H8.25C7.83579%2020.25%207.5%2020.5858%207.5%2021C7.5%2021.4142%207.83579%2021.75%208.25%2021.75H15.75C16.1642%2021.75%2016.5%2021.4142%2016.5%2021C16.5%2020.5858%2016.1642%2020.25%2015.75%2020.25H12.75H11.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.0002%2015C15.5164%2015%2018.4271%2012.4075%2018.925%209.02973C18.5228%209.1868%2016.5934%209.91562%2015.231%209.99288C13.9036%2010.0681%2012.9519%209.53407%2012.0002%209C11.0486%208.46593%2010.0969%207.93185%208.76947%208.00712C7.39772%208.08491%205.45112%208.82324%205.06738%208.97342C5.54114%2012.3787%208.46457%2015%2012.0002%2015Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12.75%2014.9603C12.5037%2014.9865%2012.2535%2014.9999%2012.0002%2014.9999C11.7468%2014.9999%2011.4965%2014.9865%2011.25%2014.9602V20.2499H12.75V14.9603Z%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48