falafel emoji
falafel from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- falafel
- 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 falafel emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="35.998" r="28" fill="#fff"/><path fill="#a57939" stroke="#a57939" stroke-width="2" d="M52.99 45.478a19.84 19.84 0 0 1-12.02 9.248a19.8 19.8 0 0 1-15.03-1.979l3.463-6.007c8.406-15.49 5.906-11.48 21.62-2.395z"/><ellipse cx="35.04" cy="24.707" fill="#6a462f" stroke="#6a462f" stroke-width="2" rx="7.993" ry="8.057" transform="rotate(-70 35.04 24.707)"/><ellipse cx="26.906" cy="36.213" fill="#5c9e31" rx="8.057" ry="7.99" transform="rotate(-10 26.905 36.213)"/><path fill="#6a462f" d="M20.32 40.538a8.07 8.07 0 0 0 6.682 3.535c4.45 0 8.057-3.577 8.057-7.99s-3.607-7.99-8.057-7.99a8 8 0 0 0-.639.03q.05.066.098.136a8 8 0 0 1 .728 1.422a7.935 7.935 0 0 1-1.896 8.627a8 8 0 0 1-1.26.992a8.1 8.1 0 0 1-3.713 1.238"/><ellipse cx="43.124" cy="36.559" fill="#6a462f" rx="7.99" ry="8.057" transform="rotate(-70 43.124 36.56)"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" d="m51.28 44.49l1.703.985c-5.471 9.48-17.57 12.74-27.02 7.278l3.463-6.007"/><circle cx="36.01" cy="36" r="28" stroke-miterlimit="10"/><path stroke-linecap="round" d="M27.02 24.79a7.9 7.9 0 0 1 .477-2.947c1.509-4.147 6.122-6.274 10.3-4.752c3.519 1.281 5.611 4.739 5.286 8.274"/><ellipse cx="26.715" cy="35.927" rx="8.057" ry="7.99" transform="rotate(-10 26.715 35.927)"/><ellipse cx="43.333" cy="36.491" rx="8.345" ry="8.411" transform="rotate(-70 43.333 36.491)"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.02 40.39a8.07 8.07 0 0 0 6.682 3.535c4.45 0 8.057-3.577 8.057-7.99h0c0-4.413-3.607-7.99-8.057-7.99a8 8 0 0 0-.639.03q.05.066.098.136a8 8 0 0 1 .728 1.422a7.935 7.935 0 0 1-1.896 8.627a8 8 0 0 1-1.26.992a8.1 8.1 0 0 1-3.713 1.238"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFalafel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="35.998" r="28" fill="#fff"/><path fill="#a57939" stroke="#a57939" strokeWidth="2" d="M52.99 45.478a19.84 19.84 0 0 1-12.02 9.248a19.8 19.8 0 0 1-15.03-1.979l3.463-6.007c8.406-15.49 5.906-11.48 21.62-2.395z"/><ellipse cx="35.04" cy="24.707" fill="#6a462f" stroke="#6a462f" strokeWidth="2" rx="7.993" ry="8.057" transform="rotate(-70 35.04 24.707)"/><ellipse cx="26.906" cy="36.213" fill="#5c9e31" rx="8.057" ry="7.99" transform="rotate(-10 26.905 36.213)"/><path fill="#6a462f" d="M20.32 40.538a8.07 8.07 0 0 0 6.682 3.535c4.45 0 8.057-3.577 8.057-7.99s-3.607-7.99-8.057-7.99a8 8 0 0 0-.639.03q.05.066.098.136a8 8 0 0 1 .728 1.422a7.935 7.935 0 0 1-1.896 8.627a8 8 0 0 1-1.26.992a8.1 8.1 0 0 1-3.713 1.238"/><ellipse cx="43.124" cy="36.559" fill="#6a462f" rx="7.99" ry="8.057" transform="rotate(-70 43.124 36.56)"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" d="m51.28 44.49l1.703.985c-5.471 9.48-17.57 12.74-27.02 7.278l3.463-6.007"/><circle cx="36.01" cy="36" r="28" strokeMiterlimit="10"/><path strokeLinecap="round" d="M27.02 24.79a7.9 7.9 0 0 1 .477-2.947c1.509-4.147 6.122-6.274 10.3-4.752c3.519 1.281 5.611 4.739 5.286 8.274"/><ellipse cx="26.715" cy="35.927" rx="8.057" ry="7.99" transform="rotate(-10 26.715 35.927)"/><ellipse cx="43.333" cy="36.491" rx="8.345" ry="8.411" transform="rotate(-70 43.333 36.491)"/><path strokeLinecap="round" strokeLinejoin="round" d="M20.02 40.39a8.07 8.07 0 0 0 6.682 3.535c4.45 0 8.057-3.577 8.057-7.99h0c0-4.413-3.607-7.99-8.057-7.99a8 8 0 0 0-.639.03q.05.066.098.136a8 8 0 0 1 .728 1.422a7.935 7.935 0 0 1-1.896 8.627a8 8 0 0 1-1.26.992a8.1 8.1 0 0 1-3.713 1.238"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="35.998" r="28" fill="#fff"/><path fill="#a57939" stroke="#a57939" stroke-width="2" d="M52.99 45.478a19.84 19.84 0 0 1-12.02 9.248a19.8 19.8 0 0 1-15.03-1.979l3.463-6.007c8.406-15.49 5.906-11.48 21.62-2.395z"/><ellipse cx="35.04" cy="24.707" fill="#6a462f" stroke="#6a462f" stroke-width="2" rx="7.993" ry="8.057" transform="rotate(-70 35.04 24.707)"/><ellipse cx="26.906" cy="36.213" fill="#5c9e31" rx="8.057" ry="7.99" transform="rotate(-10 26.905 36.213)"/><path fill="#6a462f" d="M20.32 40.538a8.07 8.07 0 0 0 6.682 3.535c4.45 0 8.057-3.577 8.057-7.99s-3.607-7.99-8.057-7.99a8 8 0 0 0-.639.03q.05.066.098.136a8 8 0 0 1 .728 1.422a7.935 7.935 0 0 1-1.896 8.627a8 8 0 0 1-1.26.992a8.1 8.1 0 0 1-3.713 1.238"/><ellipse cx="43.124" cy="36.559" fill="#6a462f" rx="7.99" ry="8.057" transform="rotate(-70 43.124 36.56)"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" d="m51.28 44.49l1.703.985c-5.471 9.48-17.57 12.74-27.02 7.278l3.463-6.007"/><circle cx="36.01" cy="36" r="28" stroke-miterlimit="10"/><path stroke-linecap="round" d="M27.02 24.79a7.9 7.9 0 0 1 .477-2.947c1.509-4.147 6.122-6.274 10.3-4.752c3.519 1.281 5.611 4.739 5.286 8.274"/><ellipse cx="26.715" cy="35.927" rx="8.057" ry="7.99" transform="rotate(-10 26.715 35.927)"/><ellipse cx="43.333" cy="36.491" rx="8.345" ry="8.411" transform="rotate(-70 43.333 36.491)"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.02 40.39a8.07 8.07 0 0 0 6.682 3.535c4.45 0 8.057-3.577 8.057-7.99h0c0-4.413-3.607-7.99-8.057-7.99a8 8 0 0 0-.639.03q.05.066.098.136a8 8 0 0 1 .728 1.422a7.935 7.935 0 0 1-1.896 8.627a8 8 0 0 1-1.26.992a8.1 8.1 0 0 1-3.713 1.238"/></g></svg> </template>
CSS
.icon-falafel {
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%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.998%22%20r%3D%2228%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20stroke-width%3D%222%22%20d%3D%22M52.99%2045.478a19.84%2019.84%200%200%201-12.02%209.248a19.8%2019.8%200%200%201-15.03-1.979l3.463-6.007c8.406-15.49%205.906-11.48%2021.62-2.395z%22%2F%3E%3Cellipse%20cx%3D%2235.04%22%20cy%3D%2224.707%22%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%20stroke-width%3D%222%22%20rx%3D%227.993%22%20ry%3D%228.057%22%20transform%3D%22rotate(-70%2035.04%2024.707)%22%2F%3E%3Cellipse%20cx%3D%2226.906%22%20cy%3D%2236.213%22%20fill%3D%22%235c9e31%22%20rx%3D%228.057%22%20ry%3D%227.99%22%20transform%3D%22rotate(-10%2026.905%2036.213)%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M20.32%2040.538a8.07%208.07%200%200%200%206.682%203.535c4.45%200%208.057-3.577%208.057-7.99s-3.607-7.99-8.057-7.99a8%208%200%200%200-.639.03q.05.066.098.136a8%208%200%200%201%20.728%201.422a7.935%207.935%200%200%201-1.896%208.627a8%208%200%200%201-1.26.992a8.1%208.1%200%200%201-3.713%201.238%22%2F%3E%3Cellipse%20cx%3D%2243.124%22%20cy%3D%2236.559%22%20fill%3D%22%236a462f%22%20rx%3D%227.99%22%20ry%3D%228.057%22%20transform%3D%22rotate(-70%2043.124%2036.56)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m51.28%2044.49l1.703.985c-5.471%209.48-17.57%2012.74-27.02%207.278l3.463-6.007%22%2F%3E%3Ccircle%20cx%3D%2236.01%22%20cy%3D%2236%22%20r%3D%2228%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M27.02%2024.79a7.9%207.9%200%200%201%20.477-2.947c1.509-4.147%206.122-6.274%2010.3-4.752c3.519%201.281%205.611%204.739%205.286%208.274%22%2F%3E%3Cellipse%20cx%3D%2226.715%22%20cy%3D%2235.927%22%20rx%3D%228.057%22%20ry%3D%227.99%22%20transform%3D%22rotate(-10%2026.715%2035.927)%22%2F%3E%3Cellipse%20cx%3D%2243.333%22%20cy%3D%2236.491%22%20rx%3D%228.345%22%20ry%3D%228.411%22%20transform%3D%22rotate(-70%2043.333%2036.491)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.02%2040.39a8.07%208.07%200%200%200%206.682%203.535c4.45%200%208.057-3.577%208.057-7.99h0c0-4.413-3.607-7.99-8.057-7.99a8%208%200%200%200-.639.03q.05.066.098.136a8%208%200%200%201%20.728%201.422a7.935%207.935%200%200%201-1.896%208.627a8%208%200%200%201-1.26.992a8.1%208.1%200%200%201-3.713%201.238%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%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.998%22%20r%3D%2228%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20stroke%3D%22%23a57939%22%20stroke-width%3D%222%22%20d%3D%22M52.99%2045.478a19.84%2019.84%200%200%201-12.02%209.248a19.8%2019.8%200%200%201-15.03-1.979l3.463-6.007c8.406-15.49%205.906-11.48%2021.62-2.395z%22%2F%3E%3Cellipse%20cx%3D%2235.04%22%20cy%3D%2224.707%22%20fill%3D%22%236a462f%22%20stroke%3D%22%236a462f%22%20stroke-width%3D%222%22%20rx%3D%227.993%22%20ry%3D%228.057%22%20transform%3D%22rotate(-70%2035.04%2024.707)%22%2F%3E%3Cellipse%20cx%3D%2226.906%22%20cy%3D%2236.213%22%20fill%3D%22%235c9e31%22%20rx%3D%228.057%22%20ry%3D%227.99%22%20transform%3D%22rotate(-10%2026.905%2036.213)%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M20.32%2040.538a8.07%208.07%200%200%200%206.682%203.535c4.45%200%208.057-3.577%208.057-7.99s-3.607-7.99-8.057-7.99a8%208%200%200%200-.639.03q.05.066.098.136a8%208%200%200%201%20.728%201.422a7.935%207.935%200%200%201-1.896%208.627a8%208%200%200%201-1.26.992a8.1%208.1%200%200%201-3.713%201.238%22%2F%3E%3Cellipse%20cx%3D%2243.124%22%20cy%3D%2236.559%22%20fill%3D%22%236a462f%22%20rx%3D%227.99%22%20ry%3D%228.057%22%20transform%3D%22rotate(-70%2043.124%2036.56)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m51.28%2044.49l1.703.985c-5.471%209.48-17.57%2012.74-27.02%207.278l3.463-6.007%22%2F%3E%3Ccircle%20cx%3D%2236.01%22%20cy%3D%2236%22%20r%3D%2228%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M27.02%2024.79a7.9%207.9%200%200%201%20.477-2.947c1.509-4.147%206.122-6.274%2010.3-4.752c3.519%201.281%205.611%204.739%205.286%208.274%22%2F%3E%3Cellipse%20cx%3D%2226.715%22%20cy%3D%2235.927%22%20rx%3D%228.057%22%20ry%3D%227.99%22%20transform%3D%22rotate(-10%2026.715%2035.927)%22%2F%3E%3Cellipse%20cx%3D%2243.333%22%20cy%3D%2236.491%22%20rx%3D%228.345%22%20ry%3D%228.411%22%20transform%3D%22rotate(-70%2043.333%2036.491)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.02%2040.39a8.07%208.07%200%200%200%206.682%203.535c4.45%200%208.057-3.577%208.057-7.99h0c0-4.413-3.607-7.99-8.057-7.99a8%208%200%200%200-.639.03q.05.066.098.136a8%208%200%200%201%20.728%201.422a7.935%207.935%200%200%201-1.896%208.627a8%208%200%200%201-1.26.992a8.1%208.1%200%200%201-3.713%201.238%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/falafel.svg?color=%231a73e8&size=48