wineglass icon

wineglass-linear from Solar by 480 Design · Linear · Food · CC-BY-4.0 Attribution required.

Name
wineglass-linear
Set
Solar
Style
Linear
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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12 15.2856V20.9999M12 20.9999H15.75M12 20.9999H8.25M5 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"/><path d="M5.5 9.0001C5.5 9.0001 7.58115 8.08736 9 8.0001C11.4652 7.84847 12.5348 10.1517 15 10.0001C16.4188 9.91283 18.5 9.0001 18.5 9.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWineglassLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M12 15.2856V20.9999M12 20.9999H15.75M12 20.9999H8.25M5 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"/><path d="M5.5 9.0001C5.5 9.0001 7.58115 8.08736 9 8.0001C11.4652 7.84847 12.5348 10.1517 15 10.0001C16.4188 9.91283 18.5 9.0001 18.5 9.0001"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12 15.2856V20.9999M12 20.9999H15.75M12 20.9999H8.25M5 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"/><path d="M5.5 9.0001C5.5 9.0001 7.58115 8.08736 9 8.0001C11.4652 7.84847 12.5348 10.1517 15 10.0001C16.4188 9.91283 18.5 9.0001 18.5 9.0001"/></g></svg>
</template>

CSS

.icon-wineglass-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2015.2856V20.9999M12%2020.9999H15.75M12%2020.9999H8.25M5%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%2F%3E%3Cpath%20d%3D%22M5.5%209.0001C5.5%209.0001%207.58115%208.08736%209%208.0001C11.4652%207.84847%2012.5348%2010.1517%2015%2010.0001C16.4188%209.91283%2018.5%209.0001%2018.5%209.0001%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2015.2856V20.9999M12%2020.9999H15.75M12%2020.9999H8.25M5%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%2F%3E%3Cpath%20d%3D%22M5.5%209.0001C5.5%209.0001%207.58115%208.08736%209%208.0001C11.4652%207.84847%2012.5348%2010.1517%2015%2010.0001C16.4188%209.91283%2018.5%209.0001%2018.5%209.0001%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-linear.svg?color=%231a73e8&size=48