tea icon
tea from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- tea
- 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 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-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M11 18.1672C11 18.0749 11.0749 18 11.1672 18H34.8328C34.9251 18 35 18.0749 35 18.1672V30C35 36.6274 29.6274 42 23 42C16.3726 42 11 36.6274 11 30V18.1672Z"/><path d="M35 30C38.3137 30 41 27.3137 41 24C41 20.6863 38.3137 18 35 18"/><line x1="11" x2="11" y1="8" y2="11" stroke-linejoin="round"/><line x1="35" x2="35" y1="8" y2="11" stroke-linejoin="round"/><line x1="23" x2="23" y1="5" y2="11" stroke-linejoin="round"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkTea(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" strokeWidth="4"><path fill="#2F88FF" strokeLinejoin="round" d="M11 18.1672C11 18.0749 11.0749 18 11.1672 18H34.8328C34.9251 18 35 18.0749 35 18.1672V30C35 36.6274 29.6274 42 23 42C16.3726 42 11 36.6274 11 30V18.1672Z"/><path d="M35 30C38.3137 30 41 27.3137 41 24C41 20.6863 38.3137 18 35 18"/><line x1="11" x2="11" y1="8" y2="11" strokeLinejoin="round"/><line x1="35" x2="35" y1="8" y2="11" strokeLinejoin="round"/><line x1="23" x2="23" y1="5" y2="11" strokeLinejoin="round"/></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-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M11 18.1672C11 18.0749 11.0749 18 11.1672 18H34.8328C34.9251 18 35 18.0749 35 18.1672V30C35 36.6274 29.6274 42 23 42C16.3726 42 11 36.6274 11 30V18.1672Z"/><path d="M35 30C38.3137 30 41 27.3137 41 24C41 20.6863 38.3137 18 35 18"/><line x1="11" x2="11" y1="8" y2="11" stroke-linejoin="round"/><line x1="35" x2="35" y1="8" y2="11" stroke-linejoin="round"/><line x1="23" x2="23" y1="5" y2="11" stroke-linejoin="round"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2018.1672C11%2018.0749%2011.0749%2018%2011.1672%2018H34.8328C34.9251%2018%2035%2018.0749%2035%2018.1672V30C35%2036.6274%2029.6274%2042%2023%2042C16.3726%2042%2011%2036.6274%2011%2030V18.1672Z%22%2F%3E%3Cpath%20d%3D%22M35%2030C38.3137%2030%2041%2027.3137%2041%2024C41%2020.6863%2038.3137%2018%2035%2018%22%2F%3E%3Cline%20x1%3D%2211%22%20x2%3D%2211%22%20y1%3D%228%22%20y2%3D%2211%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cline%20x1%3D%2235%22%20x2%3D%2235%22%20y1%3D%228%22%20y2%3D%2211%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cline%20x1%3D%2223%22%20x2%3D%2223%22%20y1%3D%225%22%20y2%3D%2211%22%20stroke-linejoin%3D%22round%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-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2018.1672C11%2018.0749%2011.0749%2018%2011.1672%2018H34.8328C34.9251%2018%2035%2018.0749%2035%2018.1672V30C35%2036.6274%2029.6274%2042%2023%2042C16.3726%2042%2011%2036.6274%2011%2030V18.1672Z%22%2F%3E%3Cpath%20d%3D%22M35%2030C38.3137%2030%2041%2027.3137%2041%2024C41%2020.6863%2038.3137%2018%2035%2018%22%2F%3E%3Cline%20x1%3D%2211%22%20x2%3D%2211%22%20y1%3D%228%22%20y2%3D%2211%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cline%20x1%3D%2235%22%20x2%3D%2235%22%20y1%3D%228%22%20y2%3D%2211%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cline%20x1%3D%2223%22%20x2%3D%2223%22%20y1%3D%225%22%20y2%3D%2211%22%20stroke-linejoin%3D%22round%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.svg?color=%231a73e8&size=48