teacup without handle emoji

teacup-without-handle from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.

Name
teacup-without-handle
Set
Emoji One (Colored)
Style
Default
Category
Food
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More food icons from Emoji One (Colored)

Use the teacup without handle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d2d8d9" d="M45.6 55.3H18.4s.4 2.6 4 4.8c1.3.8 4.5 1.9 9.6 1.9s8.3-1.1 9.6-1.9c3.7-2.1 4-4.8 4-4.8"/><g fill="#eff6f7"><path d="M57 31.7H7s.7 11.1 7.3 20.1c2.5 3.3 8.3 8.1 17.7 8.1c9.3 0 15.2-4.8 17.7-8.1c6.6-9 7.3-20.1 7.3-20.1"/><ellipse cx="32" cy="31.7" rx="25" ry="9.7"/></g><path fill="#d2d8d9" d="M32 27c10.6 0 19.5 2.7 21.5 6.4c.3-.5.5-1.1.5-1.6c0-4.4-9.8-8-22-8s-22 3.6-22 8c0 .6.2 1.1.5 1.6c2-3.7 10.9-6.4 21.5-6.4"/><path fill="#96b269" d="M32 39.7c10.6 0 19.5-2.7 21.5-6.4c-2-3.6-10.9-6.3-21.5-6.3s-19.5 2.7-21.5 6.4c2 3.6 10.9 6.3 21.5 6.3"/><path fill="#4e6b20" d="m25.5 52l-4.3-5.7l-6.1 3.5l-1.4 6.5l10.5 2.1z"/><path fill="#8cc63e" d="m24.7 52.5l-3.5-6.2l-6.6 2.6l-2.2 6.1l10 3.7z"/><circle cx="20.4" cy="48.7" r="1.2" fill="#4e6b20"/><path fill="#b59267" d="M19.9 38.2h1v10h-1z"/><path fill="#a6aeb0" d="M33.3 11.4C29.6 7.6 32.1 2 32.1 2s-7.8 7.4-2.9 12.5c5.7 5.9 2.9 9.5 2.9 9.5s7-6.6 1.2-12.6m-11 3.4c-2.8-2.7-.9-6.8-.9-6.8s-5.8 5.4-2.1 9.1c4.2 4.3 2.1 6.9 2.1 6.9s5.2-4.8.9-9.2m22 0c-2.8-2.7-.9-6.8-.9-6.8s-5.8 5.4-2.1 9.1c4.2 4.3 2.1 6.9 2.1 6.9s5.2-4.8.9-9.2" opacity=".6"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneTeacupWithoutHandle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d2d8d9" d="M45.6 55.3H18.4s.4 2.6 4 4.8c1.3.8 4.5 1.9 9.6 1.9s8.3-1.1 9.6-1.9c3.7-2.1 4-4.8 4-4.8"/><g fill="#eff6f7"><path d="M57 31.7H7s.7 11.1 7.3 20.1c2.5 3.3 8.3 8.1 17.7 8.1c9.3 0 15.2-4.8 17.7-8.1c6.6-9 7.3-20.1 7.3-20.1"/><ellipse cx="32" cy="31.7" rx="25" ry="9.7"/></g><path fill="#d2d8d9" d="M32 27c10.6 0 19.5 2.7 21.5 6.4c.3-.5.5-1.1.5-1.6c0-4.4-9.8-8-22-8s-22 3.6-22 8c0 .6.2 1.1.5 1.6c2-3.7 10.9-6.4 21.5-6.4"/><path fill="#96b269" d="M32 39.7c10.6 0 19.5-2.7 21.5-6.4c-2-3.6-10.9-6.3-21.5-6.3s-19.5 2.7-21.5 6.4c2 3.6 10.9 6.3 21.5 6.3"/><path fill="#4e6b20" d="m25.5 52l-4.3-5.7l-6.1 3.5l-1.4 6.5l10.5 2.1z"/><path fill="#8cc63e" d="m24.7 52.5l-3.5-6.2l-6.6 2.6l-2.2 6.1l10 3.7z"/><circle cx="20.4" cy="48.7" r="1.2" fill="#4e6b20"/><path fill="#b59267" d="M19.9 38.2h1v10h-1z"/><path fill="#a6aeb0" d="M33.3 11.4C29.6 7.6 32.1 2 32.1 2s-7.8 7.4-2.9 12.5c5.7 5.9 2.9 9.5 2.9 9.5s7-6.6 1.2-12.6m-11 3.4c-2.8-2.7-.9-6.8-.9-6.8s-5.8 5.4-2.1 9.1c4.2 4.3 2.1 6.9 2.1 6.9s5.2-4.8.9-9.2m22 0c-2.8-2.7-.9-6.8-.9-6.8s-5.8 5.4-2.1 9.1c4.2 4.3 2.1 6.9 2.1 6.9s5.2-4.8.9-9.2" opacity=".6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d2d8d9" d="M45.6 55.3H18.4s.4 2.6 4 4.8c1.3.8 4.5 1.9 9.6 1.9s8.3-1.1 9.6-1.9c3.7-2.1 4-4.8 4-4.8"/><g fill="#eff6f7"><path d="M57 31.7H7s.7 11.1 7.3 20.1c2.5 3.3 8.3 8.1 17.7 8.1c9.3 0 15.2-4.8 17.7-8.1c6.6-9 7.3-20.1 7.3-20.1"/><ellipse cx="32" cy="31.7" rx="25" ry="9.7"/></g><path fill="#d2d8d9" d="M32 27c10.6 0 19.5 2.7 21.5 6.4c.3-.5.5-1.1.5-1.6c0-4.4-9.8-8-22-8s-22 3.6-22 8c0 .6.2 1.1.5 1.6c2-3.7 10.9-6.4 21.5-6.4"/><path fill="#96b269" d="M32 39.7c10.6 0 19.5-2.7 21.5-6.4c-2-3.6-10.9-6.3-21.5-6.3s-19.5 2.7-21.5 6.4c2 3.6 10.9 6.3 21.5 6.3"/><path fill="#4e6b20" d="m25.5 52l-4.3-5.7l-6.1 3.5l-1.4 6.5l10.5 2.1z"/><path fill="#8cc63e" d="m24.7 52.5l-3.5-6.2l-6.6 2.6l-2.2 6.1l10 3.7z"/><circle cx="20.4" cy="48.7" r="1.2" fill="#4e6b20"/><path fill="#b59267" d="M19.9 38.2h1v10h-1z"/><path fill="#a6aeb0" d="M33.3 11.4C29.6 7.6 32.1 2 32.1 2s-7.8 7.4-2.9 12.5c5.7 5.9 2.9 9.5 2.9 9.5s7-6.6 1.2-12.6m-11 3.4c-2.8-2.7-.9-6.8-.9-6.8s-5.8 5.4-2.1 9.1c4.2 4.3 2.1 6.9 2.1 6.9s5.2-4.8.9-9.2m22 0c-2.8-2.7-.9-6.8-.9-6.8s-5.8 5.4-2.1 9.1c4.2 4.3 2.1 6.9 2.1 6.9s5.2-4.8.9-9.2" opacity=".6"/></svg>
</template>

CSS

.icon-teacup-without-handle {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d2d8d9%22%20d%3D%22M45.6%2055.3H18.4s.4%202.6%204%204.8c1.3.8%204.5%201.9%209.6%201.9s8.3-1.1%209.6-1.9c3.7-2.1%204-4.8%204-4.8%22%2F%3E%3Cg%20fill%3D%22%23eff6f7%22%3E%3Cpath%20d%3D%22M57%2031.7H7s.7%2011.1%207.3%2020.1c2.5%203.3%208.3%208.1%2017.7%208.1c9.3%200%2015.2-4.8%2017.7-8.1c6.6-9%207.3-20.1%207.3-20.1%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2231.7%22%20rx%3D%2225%22%20ry%3D%229.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23d2d8d9%22%20d%3D%22M32%2027c10.6%200%2019.5%202.7%2021.5%206.4c.3-.5.5-1.1.5-1.6c0-4.4-9.8-8-22-8s-22%203.6-22%208c0%20.6.2%201.1.5%201.6c2-3.7%2010.9-6.4%2021.5-6.4%22%2F%3E%3Cpath%20fill%3D%22%2396b269%22%20d%3D%22M32%2039.7c10.6%200%2019.5-2.7%2021.5-6.4c-2-3.6-10.9-6.3-21.5-6.3s-19.5%202.7-21.5%206.4c2%203.6%2010.9%206.3%2021.5%206.3%22%2F%3E%3Cpath%20fill%3D%22%234e6b20%22%20d%3D%22m25.5%2052l-4.3-5.7l-6.1%203.5l-1.4%206.5l10.5%202.1z%22%2F%3E%3Cpath%20fill%3D%22%238cc63e%22%20d%3D%22m24.7%2052.5l-3.5-6.2l-6.6%202.6l-2.2%206.1l10%203.7z%22%2F%3E%3Ccircle%20cx%3D%2220.4%22%20cy%3D%2248.7%22%20r%3D%221.2%22%20fill%3D%22%234e6b20%22%2F%3E%3Cpath%20fill%3D%22%23b59267%22%20d%3D%22M19.9%2038.2h1v10h-1z%22%2F%3E%3Cpath%20fill%3D%22%23a6aeb0%22%20d%3D%22M33.3%2011.4C29.6%207.6%2032.1%202%2032.1%202s-7.8%207.4-2.9%2012.5c5.7%205.9%202.9%209.5%202.9%209.5s7-6.6%201.2-12.6m-11%203.4c-2.8-2.7-.9-6.8-.9-6.8s-5.8%205.4-2.1%209.1c4.2%204.3%202.1%206.9%202.1%206.9s5.2-4.8.9-9.2m22%200c-2.8-2.7-.9-6.8-.9-6.8s-5.8%205.4-2.1%209.1c4.2%204.3%202.1%206.9%202.1%206.9s5.2-4.8.9-9.2%22%20opacity%3D%22.6%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d2d8d9%22%20d%3D%22M45.6%2055.3H18.4s.4%202.6%204%204.8c1.3.8%204.5%201.9%209.6%201.9s8.3-1.1%209.6-1.9c3.7-2.1%204-4.8%204-4.8%22%2F%3E%3Cg%20fill%3D%22%23eff6f7%22%3E%3Cpath%20d%3D%22M57%2031.7H7s.7%2011.1%207.3%2020.1c2.5%203.3%208.3%208.1%2017.7%208.1c9.3%200%2015.2-4.8%2017.7-8.1c6.6-9%207.3-20.1%207.3-20.1%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2231.7%22%20rx%3D%2225%22%20ry%3D%229.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23d2d8d9%22%20d%3D%22M32%2027c10.6%200%2019.5%202.7%2021.5%206.4c.3-.5.5-1.1.5-1.6c0-4.4-9.8-8-22-8s-22%203.6-22%208c0%20.6.2%201.1.5%201.6c2-3.7%2010.9-6.4%2021.5-6.4%22%2F%3E%3Cpath%20fill%3D%22%2396b269%22%20d%3D%22M32%2039.7c10.6%200%2019.5-2.7%2021.5-6.4c-2-3.6-10.9-6.3-21.5-6.3s-19.5%202.7-21.5%206.4c2%203.6%2010.9%206.3%2021.5%206.3%22%2F%3E%3Cpath%20fill%3D%22%234e6b20%22%20d%3D%22m25.5%2052l-4.3-5.7l-6.1%203.5l-1.4%206.5l10.5%202.1z%22%2F%3E%3Cpath%20fill%3D%22%238cc63e%22%20d%3D%22m24.7%2052.5l-3.5-6.2l-6.6%202.6l-2.2%206.1l10%203.7z%22%2F%3E%3Ccircle%20cx%3D%2220.4%22%20cy%3D%2248.7%22%20r%3D%221.2%22%20fill%3D%22%234e6b20%22%2F%3E%3Cpath%20fill%3D%22%23b59267%22%20d%3D%22M19.9%2038.2h1v10h-1z%22%2F%3E%3Cpath%20fill%3D%22%23a6aeb0%22%20d%3D%22M33.3%2011.4C29.6%207.6%2032.1%202%2032.1%202s-7.8%207.4-2.9%2012.5c5.7%205.9%202.9%209.5%202.9%209.5s7-6.6%201.2-12.6m-11%203.4c-2.8-2.7-.9-6.8-.9-6.8s-5.8%205.4-2.1%209.1c4.2%204.3%202.1%206.9%202.1%206.9s5.2-4.8.9-9.2m22%200c-2.8-2.7-.9-6.8-.9-6.8s-5.8%205.4-2.1%209.1c4.2%204.3%202.1%206.9%202.1%206.9s5.2-4.8.9-9.2%22%20opacity%3D%22.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/teacup-without-handle.svg?color=%231a73e8&size=48