wine-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
wine-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M203.41 104.23L181.64 30.3a6 6 0 0 0-5.75-4.3H80.11a6 6 0 0 0-5.75 4.3l-21.77 73.93a61.48 61.48 0 0 0 16.87 62.65A85.35 85.35 0 0 0 122 189.77V234H88a6 6 0 1 0 0 12h80a6 6 0 1 0 0-12h-34v-44.23a85.38 85.38 0 0 0 52.54-22.89a61.48 61.48 0 0 0 16.87-62.65M84.6 38h86.8l20.51 69.63c.26.9.5 1.8.71 2.7c-22.54 9.07-48.17-.73-61.91-7.68c-26.61-13.48-47.23-14.31-61.88-11.13Zm93.75 120.11a73.67 73.67 0 0 1-100.7 0a49.53 49.53 0 0 1-13.56-50.48l.74-2.51c12.34-4.46 32.26-6.05 60.46 8.23c11 5.55 28.65 12.64 47.52 12.64a65.6 65.6 0 0 0 21.19-3.37a49.22 49.22 0 0 1-15.65 35.49"/></svg>

React

import type { SVGProps } from "react";

export function PhWineLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M203.41 104.23L181.64 30.3a6 6 0 0 0-5.75-4.3H80.11a6 6 0 0 0-5.75 4.3l-21.77 73.93a61.48 61.48 0 0 0 16.87 62.65A85.35 85.35 0 0 0 122 189.77V234H88a6 6 0 1 0 0 12h80a6 6 0 1 0 0-12h-34v-44.23a85.38 85.38 0 0 0 52.54-22.89a61.48 61.48 0 0 0 16.87-62.65M84.6 38h86.8l20.51 69.63c.26.9.5 1.8.71 2.7c-22.54 9.07-48.17-.73-61.91-7.68c-26.61-13.48-47.23-14.31-61.88-11.13Zm93.75 120.11a73.67 73.67 0 0 1-100.7 0a49.53 49.53 0 0 1-13.56-50.48l.74-2.51c12.34-4.46 32.26-6.05 60.46 8.23c11 5.55 28.65 12.64 47.52 12.64a65.6 65.6 0 0 0 21.19-3.37a49.22 49.22 0 0 1-15.65 35.49"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M203.41 104.23L181.64 30.3a6 6 0 0 0-5.75-4.3H80.11a6 6 0 0 0-5.75 4.3l-21.77 73.93a61.48 61.48 0 0 0 16.87 62.65A85.35 85.35 0 0 0 122 189.77V234H88a6 6 0 1 0 0 12h80a6 6 0 1 0 0-12h-34v-44.23a85.38 85.38 0 0 0 52.54-22.89a61.48 61.48 0 0 0 16.87-62.65M84.6 38h86.8l20.51 69.63c.26.9.5 1.8.71 2.7c-22.54 9.07-48.17-.73-61.91-7.68c-26.61-13.48-47.23-14.31-61.88-11.13Zm93.75 120.11a73.67 73.67 0 0 1-100.7 0a49.53 49.53 0 0 1-13.56-50.48l.74-2.51c12.34-4.46 32.26-6.05 60.46 8.23c11 5.55 28.65 12.64 47.52 12.64a65.6 65.6 0 0 0 21.19-3.37a49.22 49.22 0 0 1-15.65 35.49"/></svg>
</template>

CSS

.icon-wine-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M203.41%20104.23L181.64%2030.3a6%206%200%200%200-5.75-4.3H80.11a6%206%200%200%200-5.75%204.3l-21.77%2073.93a61.48%2061.48%200%200%200%2016.87%2062.65A85.35%2085.35%200%200%200%20122%20189.77V234H88a6%206%200%201%200%200%2012h80a6%206%200%201%200%200-12h-34v-44.23a85.38%2085.38%200%200%200%2052.54-22.89a61.48%2061.48%200%200%200%2016.87-62.65M84.6%2038h86.8l20.51%2069.63c.26.9.5%201.8.71%202.7c-22.54%209.07-48.17-.73-61.91-7.68c-26.61-13.48-47.23-14.31-61.88-11.13Zm93.75%20120.11a73.67%2073.67%200%200%201-100.7%200a49.53%2049.53%200%200%201-13.56-50.48l.74-2.51c12.34-4.46%2032.26-6.05%2060.46%208.23c11%205.55%2028.65%2012.64%2047.52%2012.64a65.6%2065.6%200%200%200%2021.19-3.37a49.22%2049.22%200%200%201-15.65%2035.49%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M203.41%20104.23L181.64%2030.3a6%206%200%200%200-5.75-4.3H80.11a6%206%200%200%200-5.75%204.3l-21.77%2073.93a61.48%2061.48%200%200%200%2016.87%2062.65A85.35%2085.35%200%200%200%20122%20189.77V234H88a6%206%200%201%200%200%2012h80a6%206%200%201%200%200-12h-34v-44.23a85.38%2085.38%200%200%200%2052.54-22.89a61.48%2061.48%200%200%200%2016.87-62.65M84.6%2038h86.8l20.51%2069.63c.26.9.5%201.8.71%202.7c-22.54%209.07-48.17-.73-61.91-7.68c-26.61-13.48-47.23-14.31-61.88-11.13Zm93.75%20120.11a73.67%2073.67%200%200%201-100.7%200a49.53%2049.53%200%200%201-13.56-50.48l.74-2.51c12.34-4.46%2032.26-6.05%2060.46%208.23c11%205.55%2028.65%2012.64%2047.52%2012.64a65.6%2065.6%200%200%200%2021.19-3.37a49.22%2049.22%200%200%201-15.65%2035.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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