tea cup icon

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

Name
tea-cup-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M2.25 11.88c-.01.177.015.39.065.818l.401 3.428A5.515 5.515 0 0 0 8.193 21h3.614a5.52 5.52 0 0 0 5.028-3.25H19a3.75 3.75 0 1 0 0-7.5h-2.279a2 2 0 0 0-.618-.22c-.174-.03-.39-.03-.82-.03H4.717c-.43 0-.645 0-.819.03a2 2 0 0 0-1.646 1.85m15.487-.13q.008.065.012.13c.01.177-.014.39-.064.818l-.401 3.428l-.016.124H19a2.25 2.25 0 0 0 0-4.5z"/><path d="M10.53 1.47a.75.75 0 0 1 0 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-1.06c.26-.26.26-.68 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-.203 2.864l-.116.116A.75.75 0 0 1 4.47 6.97l.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 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-.203 2.864l-.117.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 .204-2.864l.116-.116a.75.75 0 0 1 1.06 0" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTeaCupDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M2.25 11.88c-.01.177.015.39.065.818l.401 3.428A5.515 5.515 0 0 0 8.193 21h3.614a5.52 5.52 0 0 0 5.028-3.25H19a3.75 3.75 0 1 0 0-7.5h-2.279a2 2 0 0 0-.618-.22c-.174-.03-.39-.03-.82-.03H4.717c-.43 0-.645 0-.819.03a2 2 0 0 0-1.646 1.85m15.487-.13q.008.065.012.13c.01.177-.014.39-.064.818l-.401 3.428l-.016.124H19a2.25 2.25 0 0 0 0-4.5z"/><path d="M10.53 1.47a.75.75 0 0 1 0 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-1.06c.26-.26.26-.68 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-.203 2.864l-.116.116A.75.75 0 0 1 4.47 6.97l.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 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-.203 2.864l-.117.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 .204-2.864l.116-.116a.75.75 0 0 1 1.06 0" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M2.25 11.88c-.01.177.015.39.065.818l.401 3.428A5.515 5.515 0 0 0 8.193 21h3.614a5.52 5.52 0 0 0 5.028-3.25H19a3.75 3.75 0 1 0 0-7.5h-2.279a2 2 0 0 0-.618-.22c-.174-.03-.39-.03-.82-.03H4.717c-.43 0-.645 0-.819.03a2 2 0 0 0-1.646 1.85m15.487-.13q.008.065.012.13c.01.177-.014.39-.064.818l-.401 3.428l-.016.124H19a2.25 2.25 0 0 0 0-4.5z"/><path d="M10.53 1.47a.75.75 0 0 1 0 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-1.06c.26-.26.26-.68 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-.203 2.864l-.116.116A.75.75 0 0 1 4.47 6.97l.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 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-.203 2.864l-.117.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 .204-2.864l.116-.116a.75.75 0 0 1 1.06 0" opacity=".5"/></g></svg>
</template>

CSS

.icon-tea-cup-duotone {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.25%2011.88c-.01.177.015.39.065.818l.401%203.428A5.515%205.515%200%200%200%208.193%2021h3.614a5.52%205.52%200%200%200%205.028-3.25H19a3.75%203.75%200%201%200%200-7.5h-2.279a2%202%200%200%200-.618-.22c-.174-.03-.39-.03-.82-.03H4.717c-.43%200-.645%200-.819.03a2%202%200%200%200-1.646%201.85m15.487-.13q.008.065.012.13c.01.177-.014.39-.064.818l-.401%203.428l-.016.124H19a2.25%202.25%200%200%200%200-4.5z%22%2F%3E%3Cpath%20d%3D%22M10.53%201.47a.75.75%200%200%201%200%201.06a.666.666%200%200%200%200%20.94a2.164%202.164%200%200%201%200%203.06a.75.75%200%200%201-1.06-1.06c.26-.26.26-.68%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-.203%202.864l-.116.116A.75.75%200%200%201%204.47%206.97l.116-.116a.69.69%200%200%200%20.064-.904a2.19%202.19%200%200%201%20.204-2.864l.116-.116a.75.75%200%200%201%201.06%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-.203%202.864l-.117.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.204-2.864l.116-.116a.75.75%200%200%201%201.06%200%22%20opacity%3D%22.5%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M2.25%2011.88c-.01.177.015.39.065.818l.401%203.428A5.515%205.515%200%200%200%208.193%2021h3.614a5.52%205.52%200%200%200%205.028-3.25H19a3.75%203.75%200%201%200%200-7.5h-2.279a2%202%200%200%200-.618-.22c-.174-.03-.39-.03-.82-.03H4.717c-.43%200-.645%200-.819.03a2%202%200%200%200-1.646%201.85m15.487-.13q.008.065.012.13c.01.177-.014.39-.064.818l-.401%203.428l-.016.124H19a2.25%202.25%200%200%200%200-4.5z%22%2F%3E%3Cpath%20d%3D%22M10.53%201.47a.75.75%200%200%201%200%201.06a.666.666%200%200%200%200%20.94a2.164%202.164%200%200%201%200%203.06a.75.75%200%200%201-1.06-1.06c.26-.26.26-.68%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-.203%202.864l-.116.116A.75.75%200%200%201%204.47%206.97l.116-.116a.69.69%200%200%200%20.064-.904a2.19%202.19%200%200%201%20.204-2.864l.116-.116a.75.75%200%200%201%201.06%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-.203%202.864l-.117.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.204-2.864l.116-.116a.75.75%200%200%201%201.06%200%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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