pancakes emoji
pancakes from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- pancakes
- 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 pancakes emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.719" cy="41.859" fill="#d0cfce" rx="24.281" ry="10.984"/><ellipse cx="35.719" cy="29.719" fill="#fcea2b" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="25.094" fill="#fcea2b" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="31.031" fill="#fcea2b" stroke="#fcea2b" stroke-miterlimit="10" stroke-width="2" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="40.125" fill="#fcea2b" stroke="#fcea2b" stroke-miterlimit="10" stroke-width="2" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="35.5" fill="#fcea2b" stroke="#fcea2b" stroke-miterlimit="10" stroke-width="2" rx="19.656" ry="8.094"/><path fill="#f1b31c" d="M38.61 25.094c-4.151 0-7.516 1.812-7.516 4.047c0 1.683 1.91 3.125 4.625 3.735v4.358a1.734 1.734 0 0 0 3.469 0v2.313a1.734 1.734 0 0 0 3.468 0v-3.469a1.734 1.734 0 0 0 3.469 0v-6.937c0-2.235-3.365-4.047-7.516-4.047m4.04 7.455l.006-.002v.062c0-.02-.005-.039-.006-.06"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M35.406 34.343q-.591-.004-1.174-.022c-10.161-.313-18.17-3.807-18.17-8.071c0-4.47 8.8-8.094 19.657-8.094s19.656 3.624 19.656 8.094c0 2.884-3.663 5.416-9.178 6.85m-9.322 5.869c-10.856 0-20.812-3.624-20.812-8.094m39.312 0c0 2.368-2.47 4.499-6.407 5.979c-.68.256-2.08.744-2.843.959"/><path d="M55.375 35.5c0 4.47-8.8 8.094-19.656 8.094S16.063 39.97 16.063 35.5"/><path d="M55.375 40.125c0 4.47-8.8 8.094-19.656 8.094s-19.656-3.624-19.656-8.094"/><path d="M58.844 43.016C58.844 49.082 48.49 54 35.719 54s-23.125-4.918-23.125-10.984M38.61 25.094c-4.151 0-7.516 1.812-7.516 4.047c0 1.683 1.91 3.125 4.625 3.735v4.358a1.734 1.734 0 0 0 3.469 0v2.313a1.734 1.734 0 0 0 3.468 0v-3.469a1.734 1.734 0 0 0 3.469 0v-6.937c0-2.235-3.365-4.047-7.516-4.047"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPancakes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.719" cy="41.859" fill="#d0cfce" rx="24.281" ry="10.984"/><ellipse cx="35.719" cy="29.719" fill="#fcea2b" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="25.094" fill="#fcea2b" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="31.031" fill="#fcea2b" stroke="#fcea2b" strokeMiterlimit="10" strokeWidth="2" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="40.125" fill="#fcea2b" stroke="#fcea2b" strokeMiterlimit="10" strokeWidth="2" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="35.5" fill="#fcea2b" stroke="#fcea2b" strokeMiterlimit="10" strokeWidth="2" rx="19.656" ry="8.094"/><path fill="#f1b31c" d="M38.61 25.094c-4.151 0-7.516 1.812-7.516 4.047c0 1.683 1.91 3.125 4.625 3.735v4.358a1.734 1.734 0 0 0 3.469 0v2.313a1.734 1.734 0 0 0 3.468 0v-3.469a1.734 1.734 0 0 0 3.469 0v-6.937c0-2.235-3.365-4.047-7.516-4.047m4.04 7.455l.006-.002v.062c0-.02-.005-.039-.006-.06"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M35.406 34.343q-.591-.004-1.174-.022c-10.161-.313-18.17-3.807-18.17-8.071c0-4.47 8.8-8.094 19.657-8.094s19.656 3.624 19.656 8.094c0 2.884-3.663 5.416-9.178 6.85m-9.322 5.869c-10.856 0-20.812-3.624-20.812-8.094m39.312 0c0 2.368-2.47 4.499-6.407 5.979c-.68.256-2.08.744-2.843.959"/><path d="M55.375 35.5c0 4.47-8.8 8.094-19.656 8.094S16.063 39.97 16.063 35.5"/><path d="M55.375 40.125c0 4.47-8.8 8.094-19.656 8.094s-19.656-3.624-19.656-8.094"/><path d="M58.844 43.016C58.844 49.082 48.49 54 35.719 54s-23.125-4.918-23.125-10.984M38.61 25.094c-4.151 0-7.516 1.812-7.516 4.047c0 1.683 1.91 3.125 4.625 3.735v4.358a1.734 1.734 0 0 0 3.469 0v2.313a1.734 1.734 0 0 0 3.468 0v-3.469a1.734 1.734 0 0 0 3.469 0v-6.937c0-2.235-3.365-4.047-7.516-4.047"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="35.719" cy="41.859" fill="#d0cfce" rx="24.281" ry="10.984"/><ellipse cx="35.719" cy="29.719" fill="#fcea2b" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="25.094" fill="#fcea2b" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="31.031" fill="#fcea2b" stroke="#fcea2b" stroke-miterlimit="10" stroke-width="2" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="40.125" fill="#fcea2b" stroke="#fcea2b" stroke-miterlimit="10" stroke-width="2" rx="19.656" ry="8.094"/><ellipse cx="35.719" cy="35.5" fill="#fcea2b" stroke="#fcea2b" stroke-miterlimit="10" stroke-width="2" rx="19.656" ry="8.094"/><path fill="#f1b31c" d="M38.61 25.094c-4.151 0-7.516 1.812-7.516 4.047c0 1.683 1.91 3.125 4.625 3.735v4.358a1.734 1.734 0 0 0 3.469 0v2.313a1.734 1.734 0 0 0 3.468 0v-3.469a1.734 1.734 0 0 0 3.469 0v-6.937c0-2.235-3.365-4.047-7.516-4.047m4.04 7.455l.006-.002v.062c0-.02-.005-.039-.006-.06"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M35.406 34.343q-.591-.004-1.174-.022c-10.161-.313-18.17-3.807-18.17-8.071c0-4.47 8.8-8.094 19.657-8.094s19.656 3.624 19.656 8.094c0 2.884-3.663 5.416-9.178 6.85m-9.322 5.869c-10.856 0-20.812-3.624-20.812-8.094m39.312 0c0 2.368-2.47 4.499-6.407 5.979c-.68.256-2.08.744-2.843.959"/><path d="M55.375 35.5c0 4.47-8.8 8.094-19.656 8.094S16.063 39.97 16.063 35.5"/><path d="M55.375 40.125c0 4.47-8.8 8.094-19.656 8.094s-19.656-3.624-19.656-8.094"/><path d="M58.844 43.016C58.844 49.082 48.49 54 35.719 54s-23.125-4.918-23.125-10.984M38.61 25.094c-4.151 0-7.516 1.812-7.516 4.047c0 1.683 1.91 3.125 4.625 3.735v4.358a1.734 1.734 0 0 0 3.469 0v2.313a1.734 1.734 0 0 0 3.468 0v-3.469a1.734 1.734 0 0 0 3.469 0v-6.937c0-2.235-3.365-4.047-7.516-4.047"/></g></svg> </template>
CSS
.icon-pancakes {
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%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2241.859%22%20fill%3D%22%23d0cfce%22%20rx%3D%2224.281%22%20ry%3D%2210.984%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2229.719%22%20fill%3D%22%23fcea2b%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2225.094%22%20fill%3D%22%23fcea2b%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2231.031%22%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2240.125%22%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2235.5%22%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M38.61%2025.094c-4.151%200-7.516%201.812-7.516%204.047c0%201.683%201.91%203.125%204.625%203.735v4.358a1.734%201.734%200%200%200%203.469%200v2.313a1.734%201.734%200%200%200%203.468%200v-3.469a1.734%201.734%200%200%200%203.469%200v-6.937c0-2.235-3.365-4.047-7.516-4.047m4.04%207.455l.006-.002v.062c0-.02-.005-.039-.006-.06%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M35.406%2034.343q-.591-.004-1.174-.022c-10.161-.313-18.17-3.807-18.17-8.071c0-4.47%208.8-8.094%2019.657-8.094s19.656%203.624%2019.656%208.094c0%202.884-3.663%205.416-9.178%206.85m-9.322%205.869c-10.856%200-20.812-3.624-20.812-8.094m39.312%200c0%202.368-2.47%204.499-6.407%205.979c-.68.256-2.08.744-2.843.959%22%2F%3E%3Cpath%20d%3D%22M55.375%2035.5c0%204.47-8.8%208.094-19.656%208.094S16.063%2039.97%2016.063%2035.5%22%2F%3E%3Cpath%20d%3D%22M55.375%2040.125c0%204.47-8.8%208.094-19.656%208.094s-19.656-3.624-19.656-8.094%22%2F%3E%3Cpath%20d%3D%22M58.844%2043.016C58.844%2049.082%2048.49%2054%2035.719%2054s-23.125-4.918-23.125-10.984M38.61%2025.094c-4.151%200-7.516%201.812-7.516%204.047c0%201.683%201.91%203.125%204.625%203.735v4.358a1.734%201.734%200%200%200%203.469%200v2.313a1.734%201.734%200%200%200%203.468%200v-3.469a1.734%201.734%200%200%200%203.469%200v-6.937c0-2.235-3.365-4.047-7.516-4.047%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%2072%2072%22%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2241.859%22%20fill%3D%22%23d0cfce%22%20rx%3D%2224.281%22%20ry%3D%2210.984%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2229.719%22%20fill%3D%22%23fcea2b%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2225.094%22%20fill%3D%22%23fcea2b%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2231.031%22%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2240.125%22%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cellipse%20cx%3D%2235.719%22%20cy%3D%2235.5%22%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20rx%3D%2219.656%22%20ry%3D%228.094%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M38.61%2025.094c-4.151%200-7.516%201.812-7.516%204.047c0%201.683%201.91%203.125%204.625%203.735v4.358a1.734%201.734%200%200%200%203.469%200v2.313a1.734%201.734%200%200%200%203.468%200v-3.469a1.734%201.734%200%200%200%203.469%200v-6.937c0-2.235-3.365-4.047-7.516-4.047m4.04%207.455l.006-.002v.062c0-.02-.005-.039-.006-.06%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M35.406%2034.343q-.591-.004-1.174-.022c-10.161-.313-18.17-3.807-18.17-8.071c0-4.47%208.8-8.094%2019.657-8.094s19.656%203.624%2019.656%208.094c0%202.884-3.663%205.416-9.178%206.85m-9.322%205.869c-10.856%200-20.812-3.624-20.812-8.094m39.312%200c0%202.368-2.47%204.499-6.407%205.979c-.68.256-2.08.744-2.843.959%22%2F%3E%3Cpath%20d%3D%22M55.375%2035.5c0%204.47-8.8%208.094-19.656%208.094S16.063%2039.97%2016.063%2035.5%22%2F%3E%3Cpath%20d%3D%22M55.375%2040.125c0%204.47-8.8%208.094-19.656%208.094s-19.656-3.624-19.656-8.094%22%2F%3E%3Cpath%20d%3D%22M58.844%2043.016C58.844%2049.082%2048.49%2054%2035.719%2054s-23.125-4.918-23.125-10.984M38.61%2025.094c-4.151%200-7.516%201.812-7.516%204.047c0%201.683%201.91%203.125%204.625%203.735v4.358a1.734%201.734%200%200%200%203.469%200v2.313a1.734%201.734%200%200%200%203.468%200v-3.469a1.734%201.734%200%200%200%203.469%200v-6.937c0-2.235-3.365-4.047-7.516-4.047%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/pancakes.svg?color=%231a73e8&size=48