pie emoji
pie from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- pie
- 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 pie emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#636363" d="M15.415 29.348c5.34 0 9.668-4.54 9.668-10.14s-4.329-10.14-9.668-10.14c-5.34 0-9.668 4.54-9.668 10.14s4.328 10.14 9.668 10.14"/><path fill="#e19747" d="M16.796 2.258c1.654-.66 3.529-.02 4.5 1.52c.51.81 1.278 1.39 2.172 1.64c1.712.48 2.865 2.14 2.779 3.98c-.048.96.25 1.91.827 2.66a4.036 4.036 0 0 1 0 4.92a4.03 4.03 0 0 0-.827 2.66c.086 1.84-1.067 3.5-2.779 3.98c-.894.25-1.663.84-2.172 1.64c-.971 1.54-2.846 2.18-4.5 1.52a3.66 3.66 0 0 0-2.682 0c-1.654.66-3.529.02-4.5-1.52a3.77 3.77 0 0 0-2.172-1.64c-1.712-.48-2.865-2.14-2.779-3.98c.048-.96-.25-1.91-.827-2.66a4.036 4.036 0 0 1 0-4.92c.577-.76.875-1.7.827-2.66c-.086-1.84 1.067-3.5 2.779-3.98a3.8 3.8 0 0 0 2.172-1.64c.971-1.54 2.846-2.18 4.5-1.52c.865.34 1.817.34 2.682 0"/><path fill="#f3c07b" d="M15.41 25.348c5.799 0 10.5-4.925 10.5-11s-4.701-11-10.5-11s-10.5 4.925-10.5 11s4.701 11 10.5 11"/><path fill="#d3883e" d="M10.87 8.622a.5.5 0 0 0-.7.713l2.78 2.73a.5.5 0 0 0 .7-.713zm9.78.713a.5.5 0 1 0-.7-.713l-2.78 2.73a.5.5 0 0 0 .7.713zm-3.487 5.293a.5.5 0 0 1 .707-.007l2.78 2.73a.5.5 0 1 1-.7.714l-2.78-2.73a.5.5 0 0 1-.007-.707m-3.513.707a.5.5 0 0 0-.7-.714l-2.78 2.73a.5.5 0 1 0 .7.714z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatPie(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="#636363" d="M15.415 29.348c5.34 0 9.668-4.54 9.668-10.14s-4.329-10.14-9.668-10.14c-5.34 0-9.668 4.54-9.668 10.14s4.328 10.14 9.668 10.14"/><path fill="#e19747" d="M16.796 2.258c1.654-.66 3.529-.02 4.5 1.52c.51.81 1.278 1.39 2.172 1.64c1.712.48 2.865 2.14 2.779 3.98c-.048.96.25 1.91.827 2.66a4.036 4.036 0 0 1 0 4.92a4.03 4.03 0 0 0-.827 2.66c.086 1.84-1.067 3.5-2.779 3.98c-.894.25-1.663.84-2.172 1.64c-.971 1.54-2.846 2.18-4.5 1.52a3.66 3.66 0 0 0-2.682 0c-1.654.66-3.529.02-4.5-1.52a3.77 3.77 0 0 0-2.172-1.64c-1.712-.48-2.865-2.14-2.779-3.98c.048-.96-.25-1.91-.827-2.66a4.036 4.036 0 0 1 0-4.92c.577-.76.875-1.7.827-2.66c-.086-1.84 1.067-3.5 2.779-3.98a3.8 3.8 0 0 0 2.172-1.64c.971-1.54 2.846-2.18 4.5-1.52c.865.34 1.817.34 2.682 0"/><path fill="#f3c07b" d="M15.41 25.348c5.799 0 10.5-4.925 10.5-11s-4.701-11-10.5-11s-10.5 4.925-10.5 11s4.701 11 10.5 11"/><path fill="#d3883e" d="M10.87 8.622a.5.5 0 0 0-.7.713l2.78 2.73a.5.5 0 0 0 .7-.713zm9.78.713a.5.5 0 1 0-.7-.713l-2.78 2.73a.5.5 0 0 0 .7.713zm-3.487 5.293a.5.5 0 0 1 .707-.007l2.78 2.73a.5.5 0 1 1-.7.714l-2.78-2.73a.5.5 0 0 1-.007-.707m-3.513.707a.5.5 0 0 0-.7-.714l-2.78 2.73a.5.5 0 1 0 .7.714z"/></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="#636363" d="M15.415 29.348c5.34 0 9.668-4.54 9.668-10.14s-4.329-10.14-9.668-10.14c-5.34 0-9.668 4.54-9.668 10.14s4.328 10.14 9.668 10.14"/><path fill="#e19747" d="M16.796 2.258c1.654-.66 3.529-.02 4.5 1.52c.51.81 1.278 1.39 2.172 1.64c1.712.48 2.865 2.14 2.779 3.98c-.048.96.25 1.91.827 2.66a4.036 4.036 0 0 1 0 4.92a4.03 4.03 0 0 0-.827 2.66c.086 1.84-1.067 3.5-2.779 3.98c-.894.25-1.663.84-2.172 1.64c-.971 1.54-2.846 2.18-4.5 1.52a3.66 3.66 0 0 0-2.682 0c-1.654.66-3.529.02-4.5-1.52a3.77 3.77 0 0 0-2.172-1.64c-1.712-.48-2.865-2.14-2.779-3.98c.048-.96-.25-1.91-.827-2.66a4.036 4.036 0 0 1 0-4.92c.577-.76.875-1.7.827-2.66c-.086-1.84 1.067-3.5 2.779-3.98a3.8 3.8 0 0 0 2.172-1.64c.971-1.54 2.846-2.18 4.5-1.52c.865.34 1.817.34 2.682 0"/><path fill="#f3c07b" d="M15.41 25.348c5.799 0 10.5-4.925 10.5-11s-4.701-11-10.5-11s-10.5 4.925-10.5 11s4.701 11 10.5 11"/><path fill="#d3883e" d="M10.87 8.622a.5.5 0 0 0-.7.713l2.78 2.73a.5.5 0 0 0 .7-.713zm9.78.713a.5.5 0 1 0-.7-.713l-2.78 2.73a.5.5 0 0 0 .7.713zm-3.487 5.293a.5.5 0 0 1 .707-.007l2.78 2.73a.5.5 0 1 1-.7.714l-2.78-2.73a.5.5 0 0 1-.007-.707m-3.513.707a.5.5 0 0 0-.7-.714l-2.78 2.73a.5.5 0 1 0 .7.714z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M15.415%2029.348c5.34%200%209.668-4.54%209.668-10.14s-4.329-10.14-9.668-10.14c-5.34%200-9.668%204.54-9.668%2010.14s4.328%2010.14%209.668%2010.14%22%2F%3E%3Cpath%20fill%3D%22%23e19747%22%20d%3D%22M16.796%202.258c1.654-.66%203.529-.02%204.5%201.52c.51.81%201.278%201.39%202.172%201.64c1.712.48%202.865%202.14%202.779%203.98c-.048.96.25%201.91.827%202.66a4.036%204.036%200%200%201%200%204.92a4.03%204.03%200%200%200-.827%202.66c.086%201.84-1.067%203.5-2.779%203.98c-.894.25-1.663.84-2.172%201.64c-.971%201.54-2.846%202.18-4.5%201.52a3.66%203.66%200%200%200-2.682%200c-1.654.66-3.529.02-4.5-1.52a3.77%203.77%200%200%200-2.172-1.64c-1.712-.48-2.865-2.14-2.779-3.98c.048-.96-.25-1.91-.827-2.66a4.036%204.036%200%200%201%200-4.92c.577-.76.875-1.7.827-2.66c-.086-1.84%201.067-3.5%202.779-3.98a3.8%203.8%200%200%200%202.172-1.64c.971-1.54%202.846-2.18%204.5-1.52c.865.34%201.817.34%202.682%200%22%2F%3E%3Cpath%20fill%3D%22%23f3c07b%22%20d%3D%22M15.41%2025.348c5.799%200%2010.5-4.925%2010.5-11s-4.701-11-10.5-11s-10.5%204.925-10.5%2011s4.701%2011%2010.5%2011%22%2F%3E%3Cpath%20fill%3D%22%23d3883e%22%20d%3D%22M10.87%208.622a.5.5%200%200%200-.7.713l2.78%202.73a.5.5%200%200%200%20.7-.713zm9.78.713a.5.5%200%201%200-.7-.713l-2.78%202.73a.5.5%200%200%200%20.7.713zm-3.487%205.293a.5.5%200%200%201%20.707-.007l2.78%202.73a.5.5%200%201%201-.7.714l-2.78-2.73a.5.5%200%200%201-.007-.707m-3.513.707a.5.5%200%200%200-.7-.714l-2.78%202.73a.5.5%200%201%200%20.7.714z%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%23636363%22%20d%3D%22M15.415%2029.348c5.34%200%209.668-4.54%209.668-10.14s-4.329-10.14-9.668-10.14c-5.34%200-9.668%204.54-9.668%2010.14s4.328%2010.14%209.668%2010.14%22%2F%3E%3Cpath%20fill%3D%22%23e19747%22%20d%3D%22M16.796%202.258c1.654-.66%203.529-.02%204.5%201.52c.51.81%201.278%201.39%202.172%201.64c1.712.48%202.865%202.14%202.779%203.98c-.048.96.25%201.91.827%202.66a4.036%204.036%200%200%201%200%204.92a4.03%204.03%200%200%200-.827%202.66c.086%201.84-1.067%203.5-2.779%203.98c-.894.25-1.663.84-2.172%201.64c-.971%201.54-2.846%202.18-4.5%201.52a3.66%203.66%200%200%200-2.682%200c-1.654.66-3.529.02-4.5-1.52a3.77%203.77%200%200%200-2.172-1.64c-1.712-.48-2.865-2.14-2.779-3.98c.048-.96-.25-1.91-.827-2.66a4.036%204.036%200%200%201%200-4.92c.577-.76.875-1.7.827-2.66c-.086-1.84%201.067-3.5%202.779-3.98a3.8%203.8%200%200%200%202.172-1.64c.971-1.54%202.846-2.18%204.5-1.52c.865.34%201.817.34%202.682%200%22%2F%3E%3Cpath%20fill%3D%22%23f3c07b%22%20d%3D%22M15.41%2025.348c5.799%200%2010.5-4.925%2010.5-11s-4.701-11-10.5-11s-10.5%204.925-10.5%2011s4.701%2011%2010.5%2011%22%2F%3E%3Cpath%20fill%3D%22%23d3883e%22%20d%3D%22M10.87%208.622a.5.5%200%200%200-.7.713l2.78%202.73a.5.5%200%200%200%20.7-.713zm9.78.713a.5.5%200%201%200-.7-.713l-2.78%202.73a.5.5%200%200%200%20.7.713zm-3.487%205.293a.5.5%200%200%201%20.707-.007l2.78%202.73a.5.5%200%201%201-.7.714l-2.78-2.73a.5.5%200%200%201-.007-.707m-3.513.707a.5.5%200%200%200-.7-.714l-2.78%202.73a.5.5%200%201%200%20.7.714z%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/pie.svg?color=%231a73e8&size=48