drink-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
drink-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the drink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 1h-5.52l-1.235 4.222h-2.904c-.457-1.829-2.137-3.166-4.11-3.166C3.914 2.056 2 3.902 2 6.222c0 2.018 1.475 3.642 3.349 4.056L6.217 23h12.64L20.07 5.222h-4.74L15.979 3H20zM7.38 10.704l-.236-3.482h5.515l-1.213 4.143zm10.55-3.482l-.352 5.157l-4.141-.687l1.308-4.47z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignDrinkFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 1h-5.52l-1.235 4.222h-2.904c-.457-1.829-2.137-3.166-4.11-3.166C3.914 2.056 2 3.902 2 6.222c0 2.018 1.475 3.642 3.349 4.056L6.217 23h12.64L20.07 5.222h-4.74L15.979 3H20zM7.38 10.704l-.236-3.482h5.515l-1.213 4.143zm10.55-3.482l-.352 5.157l-4.141-.687l1.308-4.47z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 1h-5.52l-1.235 4.222h-2.904c-.457-1.829-2.137-3.166-4.11-3.166C3.914 2.056 2 3.902 2 6.222c0 2.018 1.475 3.642 3.349 4.056L6.217 23h12.64L20.07 5.222h-4.74L15.979 3H20zM7.38 10.704l-.236-3.482h5.515l-1.213 4.143zm10.55-3.482l-.352 5.157l-4.141-.687l1.308-4.47z"/></svg>
</template>

CSS

.icon-drink-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%201h-5.52l-1.235%204.222h-2.904c-.457-1.829-2.137-3.166-4.11-3.166C3.914%202.056%202%203.902%202%206.222c0%202.018%201.475%203.642%203.349%204.056L6.217%2023h12.64L20.07%205.222h-4.74L15.979%203H20zM7.38%2010.704l-.236-3.482h5.515l-1.213%204.143zm10.55-3.482l-.352%205.157l-4.141-.687l1.308-4.47z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%201h-5.52l-1.235%204.222h-2.904c-.457-1.829-2.137-3.166-4.11-3.166C3.914%202.056%202%203.902%202%206.222c0%202.018%201.475%203.642%203.349%204.056L6.217%2023h12.64L20.07%205.222h-4.74L15.979%203H20zM7.38%2010.704l-.236-3.482h5.515l-1.213%204.143zm10.55-3.482l-.352%205.157l-4.141-.687l1.308-4.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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