wine from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
wine
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the wine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.56 94.92V80a16 16 0 0 0-16-16H113.44a16 16 0 0 0-16 16v14.92c-1.46 11.37-9.65 90.74 36.93 144.69c24.87 28.8 60.36 44.85 105.63 47.86V416h-80a16 16 0 0 0 0 32h192a16 16 0 0 0 0-32h-80V287.47c45.27-3 80.76-19.06 105.63-47.86c46.58-53.95 38.37-133.32 36.93-144.69m-285.3 3.41a15 15 0 0 0 .18-2.33h253.12a15 15 0 0 0 .18 2.33a202 202 0 0 1 0 45.67H129.32a204.3 204.3 0 0 1-.06-45.67"/></svg>

React

import type { SVGProps } from "react";

export function IonWine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.56 94.92V80a16 16 0 0 0-16-16H113.44a16 16 0 0 0-16 16v14.92c-1.46 11.37-9.65 90.74 36.93 144.69c24.87 28.8 60.36 44.85 105.63 47.86V416h-80a16 16 0 0 0 0 32h192a16 16 0 0 0 0-32h-80V287.47c45.27-3 80.76-19.06 105.63-47.86c46.58-53.95 38.37-133.32 36.93-144.69m-285.3 3.41a15 15 0 0 0 .18-2.33h253.12a15 15 0 0 0 .18 2.33a202 202 0 0 1 0 45.67H129.32a204.3 204.3 0 0 1-.06-45.67"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M414.56 94.92V80a16 16 0 0 0-16-16H113.44a16 16 0 0 0-16 16v14.92c-1.46 11.37-9.65 90.74 36.93 144.69c24.87 28.8 60.36 44.85 105.63 47.86V416h-80a16 16 0 0 0 0 32h192a16 16 0 0 0 0-32h-80V287.47c45.27-3 80.76-19.06 105.63-47.86c46.58-53.95 38.37-133.32 36.93-144.69m-285.3 3.41a15 15 0 0 0 .18-2.33h253.12a15 15 0 0 0 .18 2.33a202 202 0 0 1 0 45.67H129.32a204.3 204.3 0 0 1-.06-45.67"/></svg>
</template>

CSS

.icon-wine {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M414.56%2094.92V80a16%2016%200%200%200-16-16H113.44a16%2016%200%200%200-16%2016v14.92c-1.46%2011.37-9.65%2090.74%2036.93%20144.69c24.87%2028.8%2060.36%2044.85%20105.63%2047.86V416h-80a16%2016%200%200%200%200%2032h192a16%2016%200%200%200%200-32h-80V287.47c45.27-3%2080.76-19.06%20105.63-47.86c46.58-53.95%2038.37-133.32%2036.93-144.69m-285.3%203.41a15%2015%200%200%200%20.18-2.33h253.12a15%2015%200%200%200%20.18%202.33a202%20202%200%200%201%200%2045.67H129.32a204.3%20204.3%200%200%201-.06-45.67%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M414.56%2094.92V80a16%2016%200%200%200-16-16H113.44a16%2016%200%200%200-16%2016v14.92c-1.46%2011.37-9.65%2090.74%2036.93%20144.69c24.87%2028.8%2060.36%2044.85%20105.63%2047.86V416h-80a16%2016%200%200%200%200%2032h192a16%2016%200%200%200%200-32h-80V287.47c45.27-3%2080.76-19.06%20105.63-47.86c46.58-53.95%2038.37-133.32%2036.93-144.69m-285.3%203.41a15%2015%200%200%200%20.18-2.33h253.12a15%2015%200%200%200%20.18%202.33a202%20202%200%200%201%200%2045.67H129.32a204.3%20204.3%200%200%201-.06-45.67%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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