cherries from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.

Name
cherries
Set
Emoji One (Colored)
Style
Default
Category
Food
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More food icons from Emoji One (Colored)

Use the cherries emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d33b23" d="M61 39.2c3.7 10.5-4.1 18.4-12.8 19.9c-8.7 1.4-18.4-3.6-18.8-14.7c-.6-14.7 10.1-13 13.9-13.6c6.3-1 13-5 17.7 8.4"/><path fill="none" stroke="#83bf4f" stroke-miterlimit="10" stroke-width="2" d="M45.1 34C43 31.6 34.5 24 37.4 9"/><path fill="#ef4d3c" d="M38.5 42.2C40.7 54.5 30.4 62 20.4 62S.6 54.6 2.2 42.2C4.4 25.7 16 29.6 20.4 29.6c7.2-.1 15.4-3.3 18.1 12.6"/><path fill="none" stroke="#9fc427" stroke-miterlimit="10" stroke-width="2" d="M20.4 33c0-4.1 6-25.5 34.1-30"/><path fill="#ce0f00" d="M13.3 31.6c2.3.3 4.4.7 6.5.9c1.1.1 2.1.2 3.2.3s2.2.1 3.3.1c-1 .6-2.1.9-3.3 1.1c-1.1.2-2.3.2-3.4.1s-2.3-.4-3.3-.8c-1.1-.5-2.2-1-3-1.7"/><path fill="#a51000" d="m38.5 34.8l5.6-1.3c.9-.2 1.8-.5 2.7-.7l2.8-.9c-.6.8-1.4 1.5-2.3 1.9c-.9.5-1.9.9-2.8 1.1c-1 .2-2 .4-3 .4c-1.1 0-2.1-.1-3-.5"/><path fill="#64892f" d="M46.3 7.1c-3.8 8.9 9.3 21.2 9.3 21.2s-1.3-9.3 2.2-17.6C60.1 5.5 54.5 2 54.5 2s-6.3.6-8.2 5.1"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneCherries(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d33b23" d="M61 39.2c3.7 10.5-4.1 18.4-12.8 19.9c-8.7 1.4-18.4-3.6-18.8-14.7c-.6-14.7 10.1-13 13.9-13.6c6.3-1 13-5 17.7 8.4"/><path fill="none" stroke="#83bf4f" strokeMiterlimit="10" strokeWidth="2" d="M45.1 34C43 31.6 34.5 24 37.4 9"/><path fill="#ef4d3c" d="M38.5 42.2C40.7 54.5 30.4 62 20.4 62S.6 54.6 2.2 42.2C4.4 25.7 16 29.6 20.4 29.6c7.2-.1 15.4-3.3 18.1 12.6"/><path fill="none" stroke="#9fc427" strokeMiterlimit="10" strokeWidth="2" d="M20.4 33c0-4.1 6-25.5 34.1-30"/><path fill="#ce0f00" d="M13.3 31.6c2.3.3 4.4.7 6.5.9c1.1.1 2.1.2 3.2.3s2.2.1 3.3.1c-1 .6-2.1.9-3.3 1.1c-1.1.2-2.3.2-3.4.1s-2.3-.4-3.3-.8c-1.1-.5-2.2-1-3-1.7"/><path fill="#a51000" d="m38.5 34.8l5.6-1.3c.9-.2 1.8-.5 2.7-.7l2.8-.9c-.6.8-1.4 1.5-2.3 1.9c-.9.5-1.9.9-2.8 1.1c-1 .2-2 .4-3 .4c-1.1 0-2.1-.1-3-.5"/><path fill="#64892f" d="M46.3 7.1c-3.8 8.9 9.3 21.2 9.3 21.2s-1.3-9.3 2.2-17.6C60.1 5.5 54.5 2 54.5 2s-6.3.6-8.2 5.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d33b23" d="M61 39.2c3.7 10.5-4.1 18.4-12.8 19.9c-8.7 1.4-18.4-3.6-18.8-14.7c-.6-14.7 10.1-13 13.9-13.6c6.3-1 13-5 17.7 8.4"/><path fill="none" stroke="#83bf4f" stroke-miterlimit="10" stroke-width="2" d="M45.1 34C43 31.6 34.5 24 37.4 9"/><path fill="#ef4d3c" d="M38.5 42.2C40.7 54.5 30.4 62 20.4 62S.6 54.6 2.2 42.2C4.4 25.7 16 29.6 20.4 29.6c7.2-.1 15.4-3.3 18.1 12.6"/><path fill="none" stroke="#9fc427" stroke-miterlimit="10" stroke-width="2" d="M20.4 33c0-4.1 6-25.5 34.1-30"/><path fill="#ce0f00" d="M13.3 31.6c2.3.3 4.4.7 6.5.9c1.1.1 2.1.2 3.2.3s2.2.1 3.3.1c-1 .6-2.1.9-3.3 1.1c-1.1.2-2.3.2-3.4.1s-2.3-.4-3.3-.8c-1.1-.5-2.2-1-3-1.7"/><path fill="#a51000" d="m38.5 34.8l5.6-1.3c.9-.2 1.8-.5 2.7-.7l2.8-.9c-.6.8-1.4 1.5-2.3 1.9c-.9.5-1.9.9-2.8 1.1c-1 .2-2 .4-3 .4c-1.1 0-2.1-.1-3-.5"/><path fill="#64892f" d="M46.3 7.1c-3.8 8.9 9.3 21.2 9.3 21.2s-1.3-9.3 2.2-17.6C60.1 5.5 54.5 2 54.5 2s-6.3.6-8.2 5.1"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d33b23%22%20d%3D%22M61%2039.2c3.7%2010.5-4.1%2018.4-12.8%2019.9c-8.7%201.4-18.4-3.6-18.8-14.7c-.6-14.7%2010.1-13%2013.9-13.6c6.3-1%2013-5%2017.7%208.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2383bf4f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.1%2034C43%2031.6%2034.5%2024%2037.4%209%22%2F%3E%3Cpath%20fill%3D%22%23ef4d3c%22%20d%3D%22M38.5%2042.2C40.7%2054.5%2030.4%2062%2020.4%2062S.6%2054.6%202.2%2042.2C4.4%2025.7%2016%2029.6%2020.4%2029.6c7.2-.1%2015.4-3.3%2018.1%2012.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239fc427%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M20.4%2033c0-4.1%206-25.5%2034.1-30%22%2F%3E%3Cpath%20fill%3D%22%23ce0f00%22%20d%3D%22M13.3%2031.6c2.3.3%204.4.7%206.5.9c1.1.1%202.1.2%203.2.3s2.2.1%203.3.1c-1%20.6-2.1.9-3.3%201.1c-1.1.2-2.3.2-3.4.1s-2.3-.4-3.3-.8c-1.1-.5-2.2-1-3-1.7%22%2F%3E%3Cpath%20fill%3D%22%23a51000%22%20d%3D%22m38.5%2034.8l5.6-1.3c.9-.2%201.8-.5%202.7-.7l2.8-.9c-.6.8-1.4%201.5-2.3%201.9c-.9.5-1.9.9-2.8%201.1c-1%20.2-2%20.4-3%20.4c-1.1%200-2.1-.1-3-.5%22%2F%3E%3Cpath%20fill%3D%22%2364892f%22%20d%3D%22M46.3%207.1c-3.8%208.9%209.3%2021.2%209.3%2021.2s-1.3-9.3%202.2-17.6C60.1%205.5%2054.5%202%2054.5%202s-6.3.6-8.2%205.1%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d33b23%22%20d%3D%22M61%2039.2c3.7%2010.5-4.1%2018.4-12.8%2019.9c-8.7%201.4-18.4-3.6-18.8-14.7c-.6-14.7%2010.1-13%2013.9-13.6c6.3-1%2013-5%2017.7%208.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2383bf4f%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M45.1%2034C43%2031.6%2034.5%2024%2037.4%209%22%2F%3E%3Cpath%20fill%3D%22%23ef4d3c%22%20d%3D%22M38.5%2042.2C40.7%2054.5%2030.4%2062%2020.4%2062S.6%2054.6%202.2%2042.2C4.4%2025.7%2016%2029.6%2020.4%2029.6c7.2-.1%2015.4-3.3%2018.1%2012.6%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239fc427%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M20.4%2033c0-4.1%206-25.5%2034.1-30%22%2F%3E%3Cpath%20fill%3D%22%23ce0f00%22%20d%3D%22M13.3%2031.6c2.3.3%204.4.7%206.5.9c1.1.1%202.1.2%203.2.3s2.2.1%203.3.1c-1%20.6-2.1.9-3.3%201.1c-1.1.2-2.3.2-3.4.1s-2.3-.4-3.3-.8c-1.1-.5-2.2-1-3-1.7%22%2F%3E%3Cpath%20fill%3D%22%23a51000%22%20d%3D%22m38.5%2034.8l5.6-1.3c.9-.2%201.8-.5%202.7-.7l2.8-.9c-.6.8-1.4%201.5-2.3%201.9c-.9.5-1.9.9-2.8%201.1c-1%20.2-2%20.4-3%20.4c-1.1%200-2.1-.1-3-.5%22%2F%3E%3Cpath%20fill%3D%22%2364892f%22%20d%3D%22M46.3%207.1c-3.8%208.9%209.3%2021.2%209.3%2021.2s-1.3-9.3%202.2-17.6C60.1%205.5%2054.5%202%2054.5%202s-6.3.6-8.2%205.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/cherries.svg?color=%231a73e8&size=48