drink from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.

Name
drink
Set
IconPark Outline
Style
Outline
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark Outline

Use the drink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" d="M10 16h28"/><path d="M14.153 18.143A2 2 0 0 1 16.148 16h15.704a2 2 0 0 1 1.995 2.142l-1.714 24A2 2 0 0 1 30.138 44H17.862a2 2 0 0 1-1.995-1.858z"/><path stroke-linecap="round" d="M24 10V6a2 2 0 0 1 2-2h3"/><path d="M14.722 11.671A2 2 0 0 1 16.694 10h14.612a2 2 0 0 1 1.973 1.671L34 16H14z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineDrink(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" d="M10 16h28"/><path d="M14.153 18.143A2 2 0 0 1 16.148 16h15.704a2 2 0 0 1 1.995 2.142l-1.714 24A2 2 0 0 1 30.138 44H17.862a2 2 0 0 1-1.995-1.858z"/><path strokeLinecap="round" d="M24 10V6a2 2 0 0 1 2-2h3"/><path d="M14.722 11.671A2 2 0 0 1 16.694 10h14.612a2 2 0 0 1 1.973 1.671L34 16H14z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" d="M10 16h28"/><path d="M14.153 18.143A2 2 0 0 1 16.148 16h15.704a2 2 0 0 1 1.995 2.142l-1.714 24A2 2 0 0 1 30.138 44H17.862a2 2 0 0 1-1.995-1.858z"/><path stroke-linecap="round" d="M24 10V6a2 2 0 0 1 2-2h3"/><path d="M14.722 11.671A2 2 0 0 1 16.694 10h14.612a2 2 0 0 1 1.973 1.671L34 16H14z"/></g></svg>
</template>

CSS

.icon-drink {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2016h28%22%2F%3E%3Cpath%20d%3D%22M14.153%2018.143A2%202%200%200%201%2016.148%2016h15.704a2%202%200%200%201%201.995%202.142l-1.714%2024A2%202%200%200%201%2030.138%2044H17.862a2%202%200%200%201-1.995-1.858z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2010V6a2%202%200%200%201%202-2h3%22%2F%3E%3Cpath%20d%3D%22M14.722%2011.671A2%202%200%200%201%2016.694%2010h14.612a2%202%200%200%201%201.973%201.671L34%2016H14z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2016h28%22%2F%3E%3Cpath%20d%3D%22M14.153%2018.143A2%202%200%200%201%2016.148%2016h15.704a2%202%200%200%201%201.995%202.142l-1.714%2024A2%202%200%200%201%2030.138%2044H17.862a2%202%200%200%201-1.995-1.858z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2010V6a2%202%200%200%201%202-2h3%22%2F%3E%3Cpath%20d%3D%22M14.722%2011.671A2%202%200%200%201%2016.694%2010h14.612a2%202%200%200%201%201.973%201.671L34%2016H14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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