cherries emoji

cherries from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.

Name
cherries
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 cherries emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" stroke="#ea5a47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M34.4 46.5c.9-1.7 2.3-3.1 4.2-4c4.9-2.5 10.8-.5 13.3 4.4s.5 10.8-4.4 13.3s-10.8.5-13.3-4.4"/><path fill="#d22f27" d="M47.5 60.2c-1.3.7-2.7 1-4 1c11.3-9.3 1.8-18.3.1-19.7c3.4.2 6.6 2.2 8.3 5.4c2.4 4.9.4 10.8-4.4 13.3"/><circle cx="28.5" cy="51.4" r="9.9" fill="#ea5a47"/><path fill="#b1cc33" d="M35.2 15.7c4.5 4 5.7 11.6 5.7 11.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4 12.1 4.4"/><path fill="#d22f27" d="M33.1 60.2c-1.3.7-2.7 1-4 1c11.3-9.3 1.8-18.3.1-19.7c3.4.2 6.6 2.2 8.3 5.4c2.4 4.9.5 10.8-4.4 13.3"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M39.1 42.3c1.2-.5 2.5-.8 3.9-.8c5.5 0 9.9 4.4 9.9 9.9s-4.4 9.9-9.9 9.9M19.5 10.7v1c.1 17.1 3.2 27.7 4.3 31"/><path d="M43 61.2q-2.25 0-4.2-.9"/><circle cx="28.5" cy="51.4" r="9.9"/><path d="M35.2 15.7c4.5 4 5.7 11.6 5.7 11.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4 12.1 4.4"/><circle cx="28.5" cy="51.4" r="9.9"/><path d="M39 42.3S19.5 32.2 19.5 10.7"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCherries(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" stroke="#ea5a47" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M34.4 46.5c.9-1.7 2.3-3.1 4.2-4c4.9-2.5 10.8-.5 13.3 4.4s.5 10.8-4.4 13.3s-10.8.5-13.3-4.4"/><path fill="#d22f27" d="M47.5 60.2c-1.3.7-2.7 1-4 1c11.3-9.3 1.8-18.3.1-19.7c3.4.2 6.6 2.2 8.3 5.4c2.4 4.9.4 10.8-4.4 13.3"/><circle cx="28.5" cy="51.4" r="9.9" fill="#ea5a47"/><path fill="#b1cc33" d="M35.2 15.7c4.5 4 5.7 11.6 5.7 11.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4 12.1 4.4"/><path fill="#d22f27" d="M33.1 60.2c-1.3.7-2.7 1-4 1c11.3-9.3 1.8-18.3.1-19.7c3.4.2 6.6 2.2 8.3 5.4c2.4 4.9.5 10.8-4.4 13.3"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M39.1 42.3c1.2-.5 2.5-.8 3.9-.8c5.5 0 9.9 4.4 9.9 9.9s-4.4 9.9-9.9 9.9M19.5 10.7v1c.1 17.1 3.2 27.7 4.3 31"/><path d="M43 61.2q-2.25 0-4.2-.9"/><circle cx="28.5" cy="51.4" r="9.9"/><path d="M35.2 15.7c4.5 4 5.7 11.6 5.7 11.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4 12.1 4.4"/><circle cx="28.5" cy="51.4" r="9.9"/><path d="M39 42.3S19.5 32.2 19.5 10.7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#ea5a47" stroke="#ea5a47" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M34.4 46.5c.9-1.7 2.3-3.1 4.2-4c4.9-2.5 10.8-.5 13.3 4.4s.5 10.8-4.4 13.3s-10.8.5-13.3-4.4"/><path fill="#d22f27" d="M47.5 60.2c-1.3.7-2.7 1-4 1c11.3-9.3 1.8-18.3.1-19.7c3.4.2 6.6 2.2 8.3 5.4c2.4 4.9.4 10.8-4.4 13.3"/><circle cx="28.5" cy="51.4" r="9.9" fill="#ea5a47"/><path fill="#b1cc33" d="M35.2 15.7c4.5 4 5.7 11.6 5.7 11.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4 12.1 4.4"/><path fill="#d22f27" d="M33.1 60.2c-1.3.7-2.7 1-4 1c11.3-9.3 1.8-18.3.1-19.7c3.4.2 6.6 2.2 8.3 5.4c2.4 4.9.5 10.8-4.4 13.3"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M39.1 42.3c1.2-.5 2.5-.8 3.9-.8c5.5 0 9.9 4.4 9.9 9.9s-4.4 9.9-9.9 9.9M19.5 10.7v1c.1 17.1 3.2 27.7 4.3 31"/><path d="M43 61.2q-2.25 0-4.2-.9"/><circle cx="28.5" cy="51.4" r="9.9"/><path d="M35.2 15.7c4.5 4 5.7 11.6 5.7 11.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4 12.1 4.4"/><circle cx="28.5" cy="51.4" r="9.9"/><path d="M39 42.3S19.5 32.2 19.5 10.7"/></g></svg>
</template>

CSS

.icon-cherries {
  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%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M34.4%2046.5c.9-1.7%202.3-3.1%204.2-4c4.9-2.5%2010.8-.5%2013.3%204.4s.5%2010.8-4.4%2013.3s-10.8.5-13.3-4.4%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M47.5%2060.2c-1.3.7-2.7%201-4%201c11.3-9.3%201.8-18.3.1-19.7c3.4.2%206.6%202.2%208.3%205.4c2.4%204.9.4%2010.8-4.4%2013.3%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2251.4%22%20r%3D%229.9%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M35.2%2015.7c4.5%204%205.7%2011.6%205.7%2011.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4%2012.1%204.4%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M33.1%2060.2c-1.3.7-2.7%201-4%201c11.3-9.3%201.8-18.3.1-19.7c3.4.2%206.6%202.2%208.3%205.4c2.4%204.9.5%2010.8-4.4%2013.3%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M39.1%2042.3c1.2-.5%202.5-.8%203.9-.8c5.5%200%209.9%204.4%209.9%209.9s-4.4%209.9-9.9%209.9M19.5%2010.7v1c.1%2017.1%203.2%2027.7%204.3%2031%22%2F%3E%3Cpath%20d%3D%22M43%2061.2q-2.25%200-4.2-.9%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2251.4%22%20r%3D%229.9%22%2F%3E%3Cpath%20d%3D%22M35.2%2015.7c4.5%204%205.7%2011.6%205.7%2011.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4%2012.1%204.4%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2251.4%22%20r%3D%229.9%22%2F%3E%3Cpath%20d%3D%22M39%2042.3S19.5%2032.2%2019.5%2010.7%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%3Cpath%20fill%3D%22%23ea5a47%22%20stroke%3D%22%23ea5a47%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M34.4%2046.5c.9-1.7%202.3-3.1%204.2-4c4.9-2.5%2010.8-.5%2013.3%204.4s.5%2010.8-4.4%2013.3s-10.8.5-13.3-4.4%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M47.5%2060.2c-1.3.7-2.7%201-4%201c11.3-9.3%201.8-18.3.1-19.7c3.4.2%206.6%202.2%208.3%205.4c2.4%204.9.4%2010.8-4.4%2013.3%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2251.4%22%20r%3D%229.9%22%20fill%3D%22%23ea5a47%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M35.2%2015.7c4.5%204%205.7%2011.6%205.7%2011.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4%2012.1%204.4%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M33.1%2060.2c-1.3.7-2.7%201-4%201c11.3-9.3%201.8-18.3.1-19.7c3.4.2%206.6%202.2%208.3%205.4c2.4%204.9.5%2010.8-4.4%2013.3%22%2F%3E%3Cg%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%3E%3Cpath%20d%3D%22M39.1%2042.3c1.2-.5%202.5-.8%203.9-.8c5.5%200%209.9%204.4%209.9%209.9s-4.4%209.9-9.9%209.9M19.5%2010.7v1c.1%2017.1%203.2%2027.7%204.3%2031%22%2F%3E%3Cpath%20d%3D%22M43%2061.2q-2.25%200-4.2-.9%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2251.4%22%20r%3D%229.9%22%2F%3E%3Cpath%20d%3D%22M35.2%2015.7c4.5%204%205.7%2011.6%205.7%2011.6s-7.7-.4-12.1-4.4c-4.5-4-5.7-11.6-5.7-11.6s7.7.4%2012.1%204.4%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2251.4%22%20r%3D%229.9%22%2F%3E%3Cpath%20d%3D%22M39%2042.3S19.5%2032.2%2019.5%2010.7%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/cherries.svg?color=%231a73e8&size=48