wineglass icon

wineglass-broken from Solar by 480 Design · Broken · Food · CC-BY-4.0 Attribution required.

Name
wineglass-broken
Set
Solar
Style
Broken
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.25M8 3H6.89474C5.8483 3 5 3.8483 5 4.89474V8C5 11.866 8.13401 15 12 15C15.866 15 19 11.866 19 8V4.89474C19 3.8483 18.1517 3 17.1053 3H12"/><path d="M5.5 9.0001C5.5 9.0001 7.58115 8.08736 9 8.0001C10.2326 7.92428 11.1163 8.46219 12 9.0001M18.5 9.0001C18.5 9.0001 16.4188 9.91283 15 10.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarWineglassBroken(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.25M8 3H6.89474C5.8483 3 5 3.8483 5 4.89474V8C5 11.866 8.13401 15 12 15C15.866 15 19 11.866 19 8V4.89474C19 3.8483 18.1517 3 17.1053 3H12"/><path d="M5.5 9.0001C5.5 9.0001 7.58115 8.08736 9 8.0001C10.2326 7.92428 11.1163 8.46219 12 9.0001M18.5 9.0001C18.5 9.0001 16.4188 9.91283 15 10.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.25M8 3H6.89474C5.8483 3 5 3.8483 5 4.89474V8C5 11.866 8.13401 15 12 15C15.866 15 19 11.866 19 8V4.89474C19 3.8483 18.1517 3 17.1053 3H12"/><path d="M5.5 9.0001C5.5 9.0001 7.58115 8.08736 9 8.0001C10.2326 7.92428 11.1163 8.46219 12 9.0001M18.5 9.0001C18.5 9.0001 16.4188 9.91283 15 10.0001"/></g></svg>
</template>

CSS

.icon-wineglass-broken {
  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.25M8%203H6.89474C5.8483%203%205%203.8483%205%204.89474V8C5%2011.866%208.13401%2015%2012%2015C15.866%2015%2019%2011.866%2019%208V4.89474C19%203.8483%2018.1517%203%2017.1053%203H12%22%2F%3E%3Cpath%20d%3D%22M5.5%209.0001C5.5%209.0001%207.58115%208.08736%209%208.0001C10.2326%207.92428%2011.1163%208.46219%2012%209.0001M18.5%209.0001C18.5%209.0001%2016.4188%209.91283%2015%2010.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.25M8%203H6.89474C5.8483%203%205%203.8483%205%204.89474V8C5%2011.866%208.13401%2015%2012%2015C15.866%2015%2019%2011.866%2019%208V4.89474C19%203.8483%2018.1517%203%2017.1053%203H12%22%2F%3E%3Cpath%20d%3D%22M5.5%209.0001C5.5%209.0001%207.58115%208.08736%209%208.0001C10.2326%207.92428%2011.1163%208.46219%2012%209.0001M18.5%209.0001C18.5%209.0001%2016.4188%209.91283%2015%2010.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-broken.svg?color=%231a73e8&size=48