tea cup icon

tea-cup from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.

Name
tea-cup
Set
Reicon
Style
Outline
Category
Food
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More food icons from Reicon

Use the tea cup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.53 1.47a.75.75 0 0 1 0 1.06c-.26.26-.26.68 0 .94a2.164 2.164 0 0 1 0 3.06a.75.75 0 0 1-1.06-1.06a.666.666 0 0 0 0-.94a2.164 2.164 0 0 1 0-3.06a.75.75 0 0 1 1.06 0m-4.5 1.5a.75.75 0 0 1 0 1.06l-.116.116a.69.69 0 0 0-.064.904a2.19 2.19 0 0 1-.204 2.864l-.116.116a.75.75 0 0 1-1.06-1.06l.116-.116a.69.69 0 0 0 .064-.904a2.19 2.19 0 0 1 .203-2.864l.116-.116a.75.75 0 0 1 1.061 0m9.5 0a.75.75 0 0 1 0 1.06l-.116.116a.69.69 0 0 0-.064.904a2.19 2.19 0 0 1-.204 2.864l-.116.116a.75.75 0 1 1-1.06-1.06l.116-.116a.69.69 0 0 0 .064-.904a2.19 2.19 0 0 1 .203-2.864l.117-.116a.75.75 0 0 1 1.06 0M4.647 9.25h10.705c.363 0 .641 0 .882.042a2.75 2.75 0 0 1 1.64.958H19a3.75 3.75 0 1 1 0 7.5h-1.352a6.265 6.265 0 0 1-5.841 4H8.193a6.265 6.265 0 0 1-6.222-5.537l-.4-3.428l-.009-.068c-.042-.36-.074-.637-.06-.88a2.75 2.75 0 0 1 2.264-2.545c.24-.042.519-.042.881-.042m11.821 7.221a.75.75 0 0 0-.201.69a4.76 4.76 0 0 1-4.46 3.089H8.193a4.765 4.765 0 0 1-4.732-4.211l-.4-3.428c-.055-.46-.067-.592-.062-.686a1.25 1.25 0 0 1 1.03-1.156c.091-.016.223-.019.687-.019h10.568c.463 0 .595.003.687.02c.57.1.995.579 1.03 1.156c.005.093-.008.224-.061.685l-.401 3.428q-.025.218-.07.432m1.556-.221H19a2.25 2.25 0 0 0 0-4.5h-.509q.005.043.006.086c.015.244-.017.52-.06.88l-.008.069l-.4 3.428z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTeaCup(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" fillRule="evenodd" d="M10.53 1.47a.75.75 0 0 1 0 1.06c-.26.26-.26.68 0 .94a2.164 2.164 0 0 1 0 3.06a.75.75 0 0 1-1.06-1.06a.666.666 0 0 0 0-.94a2.164 2.164 0 0 1 0-3.06a.75.75 0 0 1 1.06 0m-4.5 1.5a.75.75 0 0 1 0 1.06l-.116.116a.69.69 0 0 0-.064.904a2.19 2.19 0 0 1-.204 2.864l-.116.116a.75.75 0 0 1-1.06-1.06l.116-.116a.69.69 0 0 0 .064-.904a2.19 2.19 0 0 1 .203-2.864l.116-.116a.75.75 0 0 1 1.061 0m9.5 0a.75.75 0 0 1 0 1.06l-.116.116a.69.69 0 0 0-.064.904a2.19 2.19 0 0 1-.204 2.864l-.116.116a.75.75 0 1 1-1.06-1.06l.116-.116a.69.69 0 0 0 .064-.904a2.19 2.19 0 0 1 .203-2.864l.117-.116a.75.75 0 0 1 1.06 0M4.647 9.25h10.705c.363 0 .641 0 .882.042a2.75 2.75 0 0 1 1.64.958H19a3.75 3.75 0 1 1 0 7.5h-1.352a6.265 6.265 0 0 1-5.841 4H8.193a6.265 6.265 0 0 1-6.222-5.537l-.4-3.428l-.009-.068c-.042-.36-.074-.637-.06-.88a2.75 2.75 0 0 1 2.264-2.545c.24-.042.519-.042.881-.042m11.821 7.221a.75.75 0 0 0-.201.69a4.76 4.76 0 0 1-4.46 3.089H8.193a4.765 4.765 0 0 1-4.732-4.211l-.4-3.428c-.055-.46-.067-.592-.062-.686a1.25 1.25 0 0 1 1.03-1.156c.091-.016.223-.019.687-.019h10.568c.463 0 .595.003.687.02c.57.1.995.579 1.03 1.156c.005.093-.008.224-.061.685l-.401 3.428q-.025.218-.07.432m1.556-.221H19a2.25 2.25 0 0 0 0-4.5h-.509q.005.043.006.086c.015.244-.017.52-.06.88l-.008.069l-.4 3.428z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.53 1.47a.75.75 0 0 1 0 1.06c-.26.26-.26.68 0 .94a2.164 2.164 0 0 1 0 3.06a.75.75 0 0 1-1.06-1.06a.666.666 0 0 0 0-.94a2.164 2.164 0 0 1 0-3.06a.75.75 0 0 1 1.06 0m-4.5 1.5a.75.75 0 0 1 0 1.06l-.116.116a.69.69 0 0 0-.064.904a2.19 2.19 0 0 1-.204 2.864l-.116.116a.75.75 0 0 1-1.06-1.06l.116-.116a.69.69 0 0 0 .064-.904a2.19 2.19 0 0 1 .203-2.864l.116-.116a.75.75 0 0 1 1.061 0m9.5 0a.75.75 0 0 1 0 1.06l-.116.116a.69.69 0 0 0-.064.904a2.19 2.19 0 0 1-.204 2.864l-.116.116a.75.75 0 1 1-1.06-1.06l.116-.116a.69.69 0 0 0 .064-.904a2.19 2.19 0 0 1 .203-2.864l.117-.116a.75.75 0 0 1 1.06 0M4.647 9.25h10.705c.363 0 .641 0 .882.042a2.75 2.75 0 0 1 1.64.958H19a3.75 3.75 0 1 1 0 7.5h-1.352a6.265 6.265 0 0 1-5.841 4H8.193a6.265 6.265 0 0 1-6.222-5.537l-.4-3.428l-.009-.068c-.042-.36-.074-.637-.06-.88a2.75 2.75 0 0 1 2.264-2.545c.24-.042.519-.042.881-.042m11.821 7.221a.75.75 0 0 0-.201.69a4.76 4.76 0 0 1-4.46 3.089H8.193a4.765 4.765 0 0 1-4.732-4.211l-.4-3.428c-.055-.46-.067-.592-.062-.686a1.25 1.25 0 0 1 1.03-1.156c.091-.016.223-.019.687-.019h10.568c.463 0 .595.003.687.02c.57.1.995.579 1.03 1.156c.005.093-.008.224-.061.685l-.401 3.428q-.025.218-.07.432m1.556-.221H19a2.25 2.25 0 0 0 0-4.5h-.509q.005.043.006.086c.015.244-.017.52-.06.88l-.008.069l-.4 3.428z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-tea-cup {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.53%201.47a.75.75%200%200%201%200%201.06c-.26.26-.26.68%200%20.94a2.164%202.164%200%200%201%200%203.06a.75.75%200%200%201-1.06-1.06a.666.666%200%200%200%200-.94a2.164%202.164%200%200%201%200-3.06a.75.75%200%200%201%201.06%200m-4.5%201.5a.75.75%200%200%201%200%201.06l-.116.116a.69.69%200%200%200-.064.904a2.19%202.19%200%200%201-.204%202.864l-.116.116a.75.75%200%200%201-1.06-1.06l.116-.116a.69.69%200%200%200%20.064-.904a2.19%202.19%200%200%201%20.203-2.864l.116-.116a.75.75%200%200%201%201.061%200m9.5%200a.75.75%200%200%201%200%201.06l-.116.116a.69.69%200%200%200-.064.904a2.19%202.19%200%200%201-.204%202.864l-.116.116a.75.75%200%201%201-1.06-1.06l.116-.116a.69.69%200%200%200%20.064-.904a2.19%202.19%200%200%201%20.203-2.864l.117-.116a.75.75%200%200%201%201.06%200M4.647%209.25h10.705c.363%200%20.641%200%20.882.042a2.75%202.75%200%200%201%201.64.958H19a3.75%203.75%200%201%201%200%207.5h-1.352a6.265%206.265%200%200%201-5.841%204H8.193a6.265%206.265%200%200%201-6.222-5.537l-.4-3.428l-.009-.068c-.042-.36-.074-.637-.06-.88a2.75%202.75%200%200%201%202.264-2.545c.24-.042.519-.042.881-.042m11.821%207.221a.75.75%200%200%200-.201.69a4.76%204.76%200%200%201-4.46%203.089H8.193a4.765%204.765%200%200%201-4.732-4.211l-.4-3.428c-.055-.46-.067-.592-.062-.686a1.25%201.25%200%200%201%201.03-1.156c.091-.016.223-.019.687-.019h10.568c.463%200%20.595.003.687.02c.57.1.995.579%201.03%201.156c.005.093-.008.224-.061.685l-.401%203.428q-.025.218-.07.432m1.556-.221H19a2.25%202.25%200%200%200%200-4.5h-.509q.005.043.006.086c.015.244-.017.52-.06.88l-.008.069l-.4%203.428z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M10.53%201.47a.75.75%200%200%201%200%201.06c-.26.26-.26.68%200%20.94a2.164%202.164%200%200%201%200%203.06a.75.75%200%200%201-1.06-1.06a.666.666%200%200%200%200-.94a2.164%202.164%200%200%201%200-3.06a.75.75%200%200%201%201.06%200m-4.5%201.5a.75.75%200%200%201%200%201.06l-.116.116a.69.69%200%200%200-.064.904a2.19%202.19%200%200%201-.204%202.864l-.116.116a.75.75%200%200%201-1.06-1.06l.116-.116a.69.69%200%200%200%20.064-.904a2.19%202.19%200%200%201%20.203-2.864l.116-.116a.75.75%200%200%201%201.061%200m9.5%200a.75.75%200%200%201%200%201.06l-.116.116a.69.69%200%200%200-.064.904a2.19%202.19%200%200%201-.204%202.864l-.116.116a.75.75%200%201%201-1.06-1.06l.116-.116a.69.69%200%200%200%20.064-.904a2.19%202.19%200%200%201%20.203-2.864l.117-.116a.75.75%200%200%201%201.06%200M4.647%209.25h10.705c.363%200%20.641%200%20.882.042a2.75%202.75%200%200%201%201.64.958H19a3.75%203.75%200%201%201%200%207.5h-1.352a6.265%206.265%200%200%201-5.841%204H8.193a6.265%206.265%200%200%201-6.222-5.537l-.4-3.428l-.009-.068c-.042-.36-.074-.637-.06-.88a2.75%202.75%200%200%201%202.264-2.545c.24-.042.519-.042.881-.042m11.821%207.221a.75.75%200%200%200-.201.69a4.76%204.76%200%200%201-4.46%203.089H8.193a4.765%204.765%200%200%201-4.732-4.211l-.4-3.428c-.055-.46-.067-.592-.062-.686a1.25%201.25%200%200%201%201.03-1.156c.091-.016.223-.019.687-.019h10.568c.463%200%20.595.003.687.02c.57.1.995.579%201.03%201.156c.005.093-.008.224-.061.685l-.401%203.428q-.025.218-.07.432m1.556-.221H19a2.25%202.25%200%200%200%200-4.5h-.509q.005.043.006.086c.015.244-.017.52-.06.88l-.008.069l-.4%203.428z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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