wine glass icon

wine-glass from Line Awesome by Icons8 · Line · Travel · Apache-2.0 Free for personal and commercial use.

Name
wine-glass
Set
Line Awesome
Style
Line
Category
Travel
Viewbox
32×32
License
Apache 2.0
Aliases
wine-glass-solid

The same icon in other sets

More travel icons from Line Awesome

Use the wine glass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.3 5l-.3.6C7.4 6.9 7 8.7 7 11c0 4.6 3.5 8.4 8 8.9V26h-5v2h12v-2h-5v-6.1c4.5-.5 8-4.3 8-8.9c0-2.3-.4-4.1-1-5.4l-.2-.6zm1.3 2h12.8c.4 1.2.6 2.6.6 4c0 2.1-.9 3.9-2.3 5.2l-.1.1c-.1.1-.2.2-.3.2c-.1.1-.2.1-.2.2c-.1.1-.2.1-.3.2s-.2.1-.3.2c-.1 0-.2.1-.2.1c-.1.1-.2.1-.4.2c-.1 0-.2.1-.2.1c-.1.1-.3.1-.4.1s-.1.1-.2.1s-.3.1-.4.1s-.1 0-.2.1H16c-3.9 0-7-3.1-7-7V9.4z"/></svg>

React

import type { SVGProps } from "react";

export function LaWineGlass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.3 5l-.3.6C7.4 6.9 7 8.7 7 11c0 4.6 3.5 8.4 8 8.9V26h-5v2h12v-2h-5v-6.1c4.5-.5 8-4.3 8-8.9c0-2.3-.4-4.1-1-5.4l-.2-.6zm1.3 2h12.8c.4 1.2.6 2.6.6 4c0 2.1-.9 3.9-2.3 5.2l-.1.1c-.1.1-.2.2-.3.2c-.1.1-.2.1-.2.2c-.1.1-.2.1-.3.2s-.2.1-.3.2c-.1 0-.2.1-.2.1c-.1.1-.2.1-.4.2c-.1 0-.2.1-.2.1c-.1.1-.3.1-.4.1s-.1.1-.2.1s-.3.1-.4.1s-.1 0-.2.1H16c-3.9 0-7-3.1-7-7V9.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.3 5l-.3.6C7.4 6.9 7 8.7 7 11c0 4.6 3.5 8.4 8 8.9V26h-5v2h12v-2h-5v-6.1c4.5-.5 8-4.3 8-8.9c0-2.3-.4-4.1-1-5.4l-.2-.6zm1.3 2h12.8c.4 1.2.6 2.6.6 4c0 2.1-.9 3.9-2.3 5.2l-.1.1c-.1.1-.2.2-.3.2c-.1.1-.2.1-.2.2c-.1.1-.2.1-.3.2s-.2.1-.3.2c-.1 0-.2.1-.2.1c-.1.1-.2.1-.4.2c-.1 0-.2.1-.2.1c-.1.1-.3.1-.4.1s-.1.1-.2.1s-.3.1-.4.1s-.1 0-.2.1H16c-3.9 0-7-3.1-7-7V9.4z"/></svg>
</template>

CSS

.icon-wine-glass {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.3%205l-.3.6C7.4%206.9%207%208.7%207%2011c0%204.6%203.5%208.4%208%208.9V26h-5v2h12v-2h-5v-6.1c4.5-.5%208-4.3%208-8.9c0-2.3-.4-4.1-1-5.4l-.2-.6zm1.3%202h12.8c.4%201.2.6%202.6.6%204c0%202.1-.9%203.9-2.3%205.2l-.1.1c-.1.1-.2.2-.3.2c-.1.1-.2.1-.2.2c-.1.1-.2.1-.3.2s-.2.1-.3.2c-.1%200-.2.1-.2.1c-.1.1-.2.1-.4.2c-.1%200-.2.1-.2.1c-.1.1-.3.1-.4.1s-.1.1-.2.1s-.3.1-.4.1s-.1%200-.2.1H16c-3.9%200-7-3.1-7-7V9.4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.3%205l-.3.6C7.4%206.9%207%208.7%207%2011c0%204.6%203.5%208.4%208%208.9V26h-5v2h12v-2h-5v-6.1c4.5-.5%208-4.3%208-8.9c0-2.3-.4-4.1-1-5.4l-.2-.6zm1.3%202h12.8c.4%201.2.6%202.6.6%204c0%202.1-.9%203.9-2.3%205.2l-.1.1c-.1.1-.2.2-.3.2c-.1.1-.2.1-.2.2c-.1.1-.2.1-.3.2s-.2.1-.3.2c-.1%200-.2.1-.2.1c-.1.1-.2.1-.4.2c-.1%200-.2.1-.2.1c-.1.1-.3.1-.4.1s-.1.1-.2.1s-.3.1-.4.1s-.1%200-.2.1H16c-3.9%200-7-3.1-7-7V9.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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