tea from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
tea
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the tea icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 9h12l-.418 5.876C15.34 17.71 12.864 20 10 20a5.603 5.603 0 0 1-5.582-5.124z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 21h15M16 9h4v4a3 3 0 0 1-3 3h-1.63a5.4 5.4 0 0 0 .212-1.124M16 9H4l.418 5.876A5.603 5.603 0 0 0 10 20c2.864 0 5.34-2.29 5.582-5.124zM6 4v2m4-3v3m4-2v2"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignTea(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 9h12l-.418 5.876C15.34 17.71 12.864 20 10 20a5.603 5.603 0 0 1-5.582-5.124z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M4 21h15M16 9h4v4a3 3 0 0 1-3 3h-1.63a5.4 5.4 0 0 0 .212-1.124M16 9H4l.418 5.876A5.603 5.603 0 0 0 10 20c2.864 0 5.34-2.29 5.582-5.124zM6 4v2m4-3v3m4-2v2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4 9h12l-.418 5.876C15.34 17.71 12.864 20 10 20a5.603 5.603 0 0 1-5.582-5.124z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M4 21h15M16 9h4v4a3 3 0 0 1-3 3h-1.63a5.4 5.4 0 0 0 .212-1.124M16 9H4l.418 5.876A5.603 5.603 0 0 0 10 20c2.864 0 5.34-2.29 5.582-5.124zM6 4v2m4-3v3m4-2v2"/></g></svg>
</template>

CSS

.icon-tea {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4%209h12l-.418%205.876C15.34%2017.71%2012.864%2020%2010%2020a5.603%205.603%200%200%201-5.582-5.124z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4%2021h15M16%209h4v4a3%203%200%200%201-3%203h-1.63a5.4%205.4%200%200%200%20.212-1.124M16%209H4l.418%205.876A5.603%205.603%200%200%200%2010%2020c2.864%200%205.34-2.29%205.582-5.124zM6%204v2m4-3v3m4-2v2%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4%209h12l-.418%205.876C15.34%2017.71%2012.864%2020%2010%2020a5.603%205.603%200%200%201-5.582-5.124z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M4%2021h15M16%209h4v4a3%203%200%200%201-3%203h-1.63a5.4%205.4%200%200%200%20.212-1.124M16%209H4l.418%205.876A5.603%205.603%200%200%200%2010%2020c2.864%200%205.34-2.29%205.582-5.124zM6%204v2m4-3v3m4-2v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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