pie emoji
pie from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- pie
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More food drink icons from OpenMoji
Use the pie emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M66.747 49.062s-1.896 3.051-2.025 4.1c-.207 1.685-.376 3.075-2.075 3.075H9.353c-1.699 0-2.868-1.39-3.075-3.075c-.13-1.049-1.167-4.1-1.167-4.1l-.119-6.858c2.36-3.433 10.59-5.44 31.008-5.44c20.172 0 31.612.101 30.923 4.236z"/><path fill="#fcea2b" d="M63.73 36.326c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474 14.735c0 0-.78 1.865-1.15 4.222C6.464 36.91 5 38.774 5 41a5 5 0 0 0 5 5c1.866 0 3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C32.527 44.966 34.134 46 36 46s3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C58.527 44.966 60.134 46 62 46a5 5 0 0 0 5-5c0-2.15-1.366-3.969-3.27-4.674"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M66 49s-.874 2.977-1 4c-.202 1.645-1.343 3-3 3H10c-1.657 0-2.798-1.355-3-3c-.126-1.023-1-4-1-4m57.73-12.674c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474 14.735c0 0-.78 1.865-1.15 4.222C6.464 36.91 5 38.774 5 41a5 5 0 0 0 5 5c1.866 0 3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C32.527 44.966 34.134 46 36 46s3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C58.527 44.966 60.134 46 62 46a5 5 0 0 0 5-5c0-2.15-1.366-3.969-3.27-4.674M36 32v-6m-13.556 3.557l4.778-4.779m22.335 4.779l-4.779-4.779"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPie(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M66.747 49.062s-1.896 3.051-2.025 4.1c-.207 1.685-.376 3.075-2.075 3.075H9.353c-1.699 0-2.868-1.39-3.075-3.075c-.13-1.049-1.167-4.1-1.167-4.1l-.119-6.858c2.36-3.433 10.59-5.44 31.008-5.44c20.172 0 31.612.101 30.923 4.236z"/><path fill="#fcea2b" d="M63.73 36.326c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474 14.735c0 0-.78 1.865-1.15 4.222C6.464 36.91 5 38.774 5 41a5 5 0 0 0 5 5c1.866 0 3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C32.527 44.966 34.134 46 36 46s3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C58.527 44.966 60.134 46 62 46a5 5 0 0 0 5-5c0-2.15-1.366-3.969-3.27-4.674"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M66 49s-.874 2.977-1 4c-.202 1.645-1.343 3-3 3H10c-1.657 0-2.798-1.355-3-3c-.126-1.023-1-4-1-4m57.73-12.674c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474 14.735c0 0-.78 1.865-1.15 4.222C6.464 36.91 5 38.774 5 41a5 5 0 0 0 5 5c1.866 0 3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C32.527 44.966 34.134 46 36 46s3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C58.527 44.966 60.134 46 62 46a5 5 0 0 0 5-5c0-2.15-1.366-3.969-3.27-4.674M36 32v-6m-13.556 3.557l4.778-4.779m22.335 4.779l-4.779-4.779"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M66.747 49.062s-1.896 3.051-2.025 4.1c-.207 1.685-.376 3.075-2.075 3.075H9.353c-1.699 0-2.868-1.39-3.075-3.075c-.13-1.049-1.167-4.1-1.167-4.1l-.119-6.858c2.36-3.433 10.59-5.44 31.008-5.44c20.172 0 31.612.101 30.923 4.236z"/><path fill="#fcea2b" d="M63.73 36.326c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474 14.735c0 0-.78 1.865-1.15 4.222C6.464 36.91 5 38.774 5 41a5 5 0 0 0 5 5c1.866 0 3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C32.527 44.966 34.134 46 36 46s3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C58.527 44.966 60.134 46 62 46a5 5 0 0 0 5-5c0-2.15-1.366-3.969-3.27-4.674"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M66 49s-.874 2.977-1 4c-.202 1.645-1.343 3-3 3H10c-1.657 0-2.798-1.355-3-3c-.126-1.023-1-4-1-4m57.73-12.674c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474 14.735c0 0-.78 1.865-1.15 4.222C6.464 36.91 5 38.774 5 41a5 5 0 0 0 5 5c1.866 0 3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C32.527 44.966 34.134 46 36 46s3.474-1.034 4.333-2.549c.86 1.515 2.468 2.549 4.334 2.549s3.475-1.035 4.333-2.55c.858 1.515 2.468 2.55 4.333 2.55s3.475-1.034 4.334-2.549C58.527 44.966 60.134 46 62 46a5 5 0 0 0 5-5c0-2.15-1.366-3.969-3.27-4.674M36 32v-6m-13.556 3.557l4.778-4.779m22.335 4.779l-4.779-4.779"/></svg> </template>
CSS
.icon-pie {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M66.747%2049.062s-1.896%203.051-2.025%204.1c-.207%201.685-.376%203.075-2.075%203.075H9.353c-1.699%200-2.868-1.39-3.075-3.075c-.13-1.049-1.167-4.1-1.167-4.1l-.119-6.858c2.36-3.433%2010.59-5.44%2031.008-5.44c20.172%200%2031.612.101%2030.923%204.236z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M63.73%2036.326c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474%2014.735c0%200-.78%201.865-1.15%204.222C6.464%2036.91%205%2038.774%205%2041a5%205%200%200%200%205%205c1.866%200%203.474-1.034%204.333-2.549c.86%201.515%202.468%202.549%204.334%202.549s3.475-1.035%204.333-2.55c.858%201.515%202.468%202.55%204.333%202.55s3.475-1.034%204.334-2.549C32.527%2044.966%2034.134%2046%2036%2046s3.474-1.034%204.333-2.549c.86%201.515%202.468%202.549%204.334%202.549s3.475-1.035%204.333-2.55c.858%201.515%202.468%202.55%204.333%202.55s3.475-1.034%204.334-2.549C58.527%2044.966%2060.134%2046%2062%2046a5%205%200%200%200%205-5c0-2.15-1.366-3.969-3.27-4.674%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M66%2049s-.874%202.977-1%204c-.202%201.645-1.343%203-3%203H10c-1.657%200-2.798-1.355-3-3c-.126-1.023-1-4-1-4m57.73-12.674c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474%2014.735c0%200-.78%201.865-1.15%204.222C6.464%2036.91%205%2038.774%205%2041a5%205%200%200%200%205%205c1.866%200%203.474-1.034%204.333-2.549c.86%201.515%202.468%202.549%204.334%202.549s3.475-1.035%204.333-2.55c.858%201.515%202.468%202.55%204.333%202.55s3.475-1.034%204.334-2.549C32.527%2044.966%2034.134%2046%2036%2046s3.474-1.034%204.333-2.549c.86%201.515%202.468%202.549%204.334%202.549s3.475-1.035%204.333-2.55c.858%201.515%202.468%202.55%204.333%202.55s3.475-1.034%204.334-2.549C58.527%2044.966%2060.134%2046%2062%2046a5%205%200%200%200%205-5c0-2.15-1.366-3.969-3.27-4.674M36%2032v-6m-13.556%203.557l4.778-4.779m22.335%204.779l-4.779-4.779%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M66.747%2049.062s-1.896%203.051-2.025%204.1c-.207%201.685-.376%203.075-2.075%203.075H9.353c-1.699%200-2.868-1.39-3.075-3.075c-.13-1.049-1.167-4.1-1.167-4.1l-.119-6.858c2.36-3.433%2010.59-5.44%2031.008-5.44c20.172%200%2031.612.101%2030.923%204.236z%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M63.73%2036.326c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474%2014.735c0%200-.78%201.865-1.15%204.222C6.464%2036.91%205%2038.774%205%2041a5%205%200%200%200%205%205c1.866%200%203.474-1.034%204.333-2.549c.86%201.515%202.468%202.549%204.334%202.549s3.475-1.035%204.333-2.55c.858%201.515%202.468%202.55%204.333%202.55s3.475-1.034%204.334-2.549C32.527%2044.966%2034.134%2046%2036%2046s3.474-1.034%204.333-2.549c.86%201.515%202.468%202.549%204.334%202.549s3.475-1.035%204.333-2.55c.858%201.515%202.468%202.55%204.333%202.55s3.475-1.034%204.334-2.549C58.527%2044.966%2060.134%2046%2062%2046a5%205%200%200%200%205-5c0-2.15-1.366-3.969-3.27-4.674%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M66%2049s-.874%202.977-1%204c-.202%201.645-1.343%203-3%203H10c-1.657%200-2.798-1.355-3-3c-.126-1.023-1-4-1-4m57.73-12.674c-.357-1.523-.937-3.326-.937-3.326c-2.84-6.856-8.297-12.63-15.695-15.694c-14.475-5.995-31.02.595-37.474%2014.735c0%200-.78%201.865-1.15%204.222C6.464%2036.91%205%2038.774%205%2041a5%205%200%200%200%205%205c1.866%200%203.474-1.034%204.333-2.549c.86%201.515%202.468%202.549%204.334%202.549s3.475-1.035%204.333-2.55c.858%201.515%202.468%202.55%204.333%202.55s3.475-1.034%204.334-2.549C32.527%2044.966%2034.134%2046%2036%2046s3.474-1.034%204.333-2.549c.86%201.515%202.468%202.549%204.334%202.549s3.475-1.035%204.333-2.55c.858%201.515%202.468%202.55%204.333%202.55s3.475-1.034%204.334-2.549C58.527%2044.966%2060.134%2046%2062%2046a5%205%200%200%200%205-5c0-2.15-1.366-3.969-3.27-4.674M36%2032v-6m-13.556%203.557l4.778-4.779m22.335%204.779l-4.779-4.779%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/pie.svg?color=%231a73e8&size=48