teapot from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
teapot
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the teapot emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ca0b4a" d="M17 6.49a1.49 1.49 0 1 1-2.98 0a1.49 1.49 0 0 1 2.98 0m13 10.24c0 3.46-2.81 6.27-6.27 6.27h-4.91l4.14-7.98A3.73 3.73 0 0 1 26.27 13A3.73 3.73 0 0 1 30 16.73M26.27 15c-.65 0-1.24.36-1.54.93L22.11 21h1.62A4.28 4.28 0 0 0 28 16.73c0-.95-.78-1.73-1.73-1.73m-5.41 13.94l-.97-.94l-4.384-1.033L11.06 28l-.97.94c-.4.39-.12 1.06.43 1.06h9.91c.55 0 .82-.67.43-1.06M8.71 26.42l.01.01h-.01zm-4.21-4l4.21 4V16.2l-2.66-1.4a1.3 1.3 0 0 1-.7-1.16v-2.11c0-.29-.24-.53-.53-.53H2.53c-.29 0-.53.24-.53.53v5.06c0 2.2.9 4.31 2.5 5.83"/><path fill="#f8312f" d="M22.07 10c-1.59-1.84-3.94-3-6.56-3s-4.97 1.16-6.56 3zm2.74 5.2l-.06-.145l-.06-.145L23.06 11l-7.62-.664L7.82 11l-1.63 3.92l-.06.14l-.06.14v.01c-.46 1.15-.71 2.4-.71 3.72a10.07 10.07 0 0 0 5.698 9.072L11.06 28h8.765a10.08 10.08 0 0 0 5.695-9.08c0-1.31-.25-2.57-.71-3.72"/><path fill="#ff822d" d="M23.26 9.5H7.75c-.41 0-.75.34-.75.75s.34.75.75.75h15.51c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatTeapot(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ca0b4a" d="M17 6.49a1.49 1.49 0 1 1-2.98 0a1.49 1.49 0 0 1 2.98 0m13 10.24c0 3.46-2.81 6.27-6.27 6.27h-4.91l4.14-7.98A3.73 3.73 0 0 1 26.27 13A3.73 3.73 0 0 1 30 16.73M26.27 15c-.65 0-1.24.36-1.54.93L22.11 21h1.62A4.28 4.28 0 0 0 28 16.73c0-.95-.78-1.73-1.73-1.73m-5.41 13.94l-.97-.94l-4.384-1.033L11.06 28l-.97.94c-.4.39-.12 1.06.43 1.06h9.91c.55 0 .82-.67.43-1.06M8.71 26.42l.01.01h-.01zm-4.21-4l4.21 4V16.2l-2.66-1.4a1.3 1.3 0 0 1-.7-1.16v-2.11c0-.29-.24-.53-.53-.53H2.53c-.29 0-.53.24-.53.53v5.06c0 2.2.9 4.31 2.5 5.83"/><path fill="#f8312f" d="M22.07 10c-1.59-1.84-3.94-3-6.56-3s-4.97 1.16-6.56 3zm2.74 5.2l-.06-.145l-.06-.145L23.06 11l-7.62-.664L7.82 11l-1.63 3.92l-.06.14l-.06.14v.01c-.46 1.15-.71 2.4-.71 3.72a10.07 10.07 0 0 0 5.698 9.072L11.06 28h8.765a10.08 10.08 0 0 0 5.695-9.08c0-1.31-.25-2.57-.71-3.72"/><path fill="#ff822d" d="M23.26 9.5H7.75c-.41 0-.75.34-.75.75s.34.75.75.75h15.51c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ca0b4a" d="M17 6.49a1.49 1.49 0 1 1-2.98 0a1.49 1.49 0 0 1 2.98 0m13 10.24c0 3.46-2.81 6.27-6.27 6.27h-4.91l4.14-7.98A3.73 3.73 0 0 1 26.27 13A3.73 3.73 0 0 1 30 16.73M26.27 15c-.65 0-1.24.36-1.54.93L22.11 21h1.62A4.28 4.28 0 0 0 28 16.73c0-.95-.78-1.73-1.73-1.73m-5.41 13.94l-.97-.94l-4.384-1.033L11.06 28l-.97.94c-.4.39-.12 1.06.43 1.06h9.91c.55 0 .82-.67.43-1.06M8.71 26.42l.01.01h-.01zm-4.21-4l4.21 4V16.2l-2.66-1.4a1.3 1.3 0 0 1-.7-1.16v-2.11c0-.29-.24-.53-.53-.53H2.53c-.29 0-.53.24-.53.53v5.06c0 2.2.9 4.31 2.5 5.83"/><path fill="#f8312f" d="M22.07 10c-1.59-1.84-3.94-3-6.56-3s-4.97 1.16-6.56 3zm2.74 5.2l-.06-.145l-.06-.145L23.06 11l-7.62-.664L7.82 11l-1.63 3.92l-.06.14l-.06.14v.01c-.46 1.15-.71 2.4-.71 3.72a10.07 10.07 0 0 0 5.698 9.072L11.06 28h8.765a10.08 10.08 0 0 0 5.695-9.08c0-1.31-.25-2.57-.71-3.72"/><path fill="#ff822d" d="M23.26 9.5H7.75c-.41 0-.75.34-.75.75s.34.75.75.75h15.51c.41 0 .75-.34.75-.75s-.34-.75-.75-.75"/></g></svg>
</template>

CSS

.icon-teapot {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22M17%206.49a1.49%201.49%200%201%201-2.98%200a1.49%201.49%200%200%201%202.98%200m13%2010.24c0%203.46-2.81%206.27-6.27%206.27h-4.91l4.14-7.98A3.73%203.73%200%200%201%2026.27%2013A3.73%203.73%200%200%201%2030%2016.73M26.27%2015c-.65%200-1.24.36-1.54.93L22.11%2021h1.62A4.28%204.28%200%200%200%2028%2016.73c0-.95-.78-1.73-1.73-1.73m-5.41%2013.94l-.97-.94l-4.384-1.033L11.06%2028l-.97.94c-.4.39-.12%201.06.43%201.06h9.91c.55%200%20.82-.67.43-1.06M8.71%2026.42l.01.01h-.01zm-4.21-4l4.21%204V16.2l-2.66-1.4a1.3%201.3%200%200%201-.7-1.16v-2.11c0-.29-.24-.53-.53-.53H2.53c-.29%200-.53.24-.53.53v5.06c0%202.2.9%204.31%202.5%205.83%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M22.07%2010c-1.59-1.84-3.94-3-6.56-3s-4.97%201.16-6.56%203zm2.74%205.2l-.06-.145l-.06-.145L23.06%2011l-7.62-.664L7.82%2011l-1.63%203.92l-.06.14l-.06.14v.01c-.46%201.15-.71%202.4-.71%203.72a10.07%2010.07%200%200%200%205.698%209.072L11.06%2028h8.765a10.08%2010.08%200%200%200%205.695-9.08c0-1.31-.25-2.57-.71-3.72%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M23.26%209.5H7.75c-.41%200-.75.34-.75.75s.34.75.75.75h15.51c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ca0b4a%22%20d%3D%22M17%206.49a1.49%201.49%200%201%201-2.98%200a1.49%201.49%200%200%201%202.98%200m13%2010.24c0%203.46-2.81%206.27-6.27%206.27h-4.91l4.14-7.98A3.73%203.73%200%200%201%2026.27%2013A3.73%203.73%200%200%201%2030%2016.73M26.27%2015c-.65%200-1.24.36-1.54.93L22.11%2021h1.62A4.28%204.28%200%200%200%2028%2016.73c0-.95-.78-1.73-1.73-1.73m-5.41%2013.94l-.97-.94l-4.384-1.033L11.06%2028l-.97.94c-.4.39-.12%201.06.43%201.06h9.91c.55%200%20.82-.67.43-1.06M8.71%2026.42l.01.01h-.01zm-4.21-4l4.21%204V16.2l-2.66-1.4a1.3%201.3%200%200%201-.7-1.16v-2.11c0-.29-.24-.53-.53-.53H2.53c-.29%200-.53.24-.53.53v5.06c0%202.2.9%204.31%202.5%205.83%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M22.07%2010c-1.59-1.84-3.94-3-6.56-3s-4.97%201.16-6.56%203zm2.74%205.2l-.06-.145l-.06-.145L23.06%2011l-7.62-.664L7.82%2011l-1.63%203.92l-.06.14l-.06.14v.01c-.46%201.15-.71%202.4-.71%203.72a10.07%2010.07%200%200%200%205.698%209.072L11.06%2028h8.765a10.08%2010.08%200%200%200%205.695-9.08c0-1.31-.25-2.57-.71-3.72%22%2F%3E%3Cpath%20fill%3D%22%23ff822d%22%20d%3D%22M23.26%209.5H7.75c-.41%200-.75.34-.75.75s.34.75.75.75h15.51c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/teapot.svg?color=%231a73e8&size=48