tea drink icon

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

Name
tea-drink
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the tea drink icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" d="M2 20C2 32.1503 8 42 20 42C32 42 38 32.1503 38 20H2Z" clip-rule="evenodd"/><path d="M20 14V6"/><path d="M30 14V10"/><path d="M10 14V10"/><path d="M36.1904 30.6229C37.1802 28.039 37.764 25.1374 37.9417 22.0511C38.2868 22.0174 38.6402 22 39 22C42.866 22 46 24.0147 46 26.5C46 28.9853 42.866 31 39 31C38.0007 31 37.0504 30.8654 36.1904 30.6229Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkTeaDrink(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="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" fillRule="evenodd" d="M2 20C2 32.1503 8 42 20 42C32 42 38 32.1503 38 20H2Z" clipRule="evenodd"/><path d="M20 14V6"/><path d="M30 14V10"/><path d="M10 14V10"/><path d="M36.1904 30.6229C37.1802 28.039 37.764 25.1374 37.9417 22.0511C38.2868 22.0174 38.6402 22 39 22C42.866 22 46 24.0147 46 26.5C46 28.9853 42.866 31 39 31C38.0007 31 37.0504 30.8654 36.1904 30.6229Z"/></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="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" d="M2 20C2 32.1503 8 42 20 42C32 42 38 32.1503 38 20H2Z" clip-rule="evenodd"/><path d="M20 14V6"/><path d="M30 14V10"/><path d="M10 14V10"/><path d="M36.1904 30.6229C37.1802 28.039 37.764 25.1374 37.9417 22.0511C38.2868 22.0174 38.6402 22 39 22C42.866 22 46 24.0147 46 26.5C46 28.9853 42.866 31 39 31C38.0007 31 37.0504 30.8654 36.1904 30.6229Z"/></g></svg>
</template>

CSS

.icon-tea-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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2020C2%2032.1503%208%2042%2020%2042C32%2042%2038%2032.1503%2038%2020H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2014V6%22%2F%3E%3Cpath%20d%3D%22M30%2014V10%22%2F%3E%3Cpath%20d%3D%22M10%2014V10%22%2F%3E%3Cpath%20d%3D%22M36.1904%2030.6229C37.1802%2028.039%2037.764%2025.1374%2037.9417%2022.0511C38.2868%2022.0174%2038.6402%2022%2039%2022C42.866%2022%2046%2024.0147%2046%2026.5C46%2028.9853%2042.866%2031%2039%2031C38.0007%2031%2037.0504%2030.8654%2036.1904%2030.6229Z%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2020C2%2032.1503%208%2042%2020%2042C32%2042%2038%2032.1503%2038%2020H2Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2014V6%22%2F%3E%3Cpath%20d%3D%22M30%2014V10%22%2F%3E%3Cpath%20d%3D%22M10%2014V10%22%2F%3E%3Cpath%20d%3D%22M36.1904%2030.6229C37.1802%2028.039%2037.764%2025.1374%2037.9417%2022.0511C38.2868%2022.0174%2038.6402%2022%2039%2022C42.866%2022%2046%2024.0147%2046%2026.5C46%2028.9853%2042.866%2031%2039%2031C38.0007%2031%2037.0504%2030.8654%2036.1904%2030.6229Z%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/tea-drink.svg?color=%231a73e8&size=48