green apple emoji
green-apple from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- green-apple
- 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 green apple emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.98 22.748c3.254-1.766 6.753-2.068 9.86-.514c6.798 3.41 9.168 14.377 5.311 24.494C55.294 56.857 46.664 62.3 39.878 58.89a10 10 0 0 1-1.395-.849a3.71 3.71 0 0 0-4.33 0q-.665.479-1.397.85C25.96 62.3 17.33 56.856 13.472 46.727c-3.857-10.117-1.476-21.085 5.31-24.494c3.108-1.554 6.596-1.264 9.838.492c0 0 .056.033.168.09c.737.39 3.912 1.956 7.087 1.956c3.164 0 7.043-1.566 7.96-1.957c.067-.033.112-.056.145-.067"/><path fill="#f4aa41" d="M49.407 21.234c-.085-.01-.16 0-.245.01l.037-.227c.076.076.142.142.208.217"/><path fill="#5c9e31" stroke="#5c9e31" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m36.219 57.324l-.223.065a4.3 4.3 0 0 0-1.774.55a3 3 0 0 0-.223.13c-.477.316-.973.596-1.5.838a11.05 11.05 0 0 1-4.734 1.005c-.04 0-.08 0-.122-.009c.294-.363 2.301-2.579 8.576-2.579zm22.931-10.6C55.789 55.56 47.9 62.85 37.753 57.58c8.28 1.79 28.893-18.777 11.654-36.346a9.44 9.44 0 0 1 4.437 1c6.797 3.409 9.167 14.379 5.306 24.49z"/><path fill="#b1cc33" d="M48.453 17.224c3.956 1.33 6.844 5.82 6.844 5.82s-5.013 1.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833 8.97-.506"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.454 20.563v-5.461l-4.343-4.344m26.631 14.837c3.648 4.95 4.397 13.296 1.409 21.133c-3.857 10.129-12.487 15.573-19.273 12.163a10 10 0 0 1-1.395-.849a3.71 3.71 0 0 0-4.33 0q-.665.48-1.397.85C25.96 62.3 17.33 56.856 13.472 46.727c-3.857-10.117-1.476-21.085 5.31-24.494c3.108-1.554 6.596-1.264 9.838.492c0 0 .056.033.168.09c.737.39 3.912 1.956 7.087 1.956c.727 0 1.491-.083 2.249-.215c0 0 1.189-.182 2.126-.463m8.203-6.869c3.956 1.33 6.844 5.82 6.844 5.82s-5.013 1.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833 8.97-.506"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiGreenApple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M43.98 22.748c3.254-1.766 6.753-2.068 9.86-.514c6.798 3.41 9.168 14.377 5.311 24.494C55.294 56.857 46.664 62.3 39.878 58.89a10 10 0 0 1-1.395-.849a3.71 3.71 0 0 0-4.33 0q-.665.479-1.397.85C25.96 62.3 17.33 56.856 13.472 46.727c-3.857-10.117-1.476-21.085 5.31-24.494c3.108-1.554 6.596-1.264 9.838.492c0 0 .056.033.168.09c.737.39 3.912 1.956 7.087 1.956c3.164 0 7.043-1.566 7.96-1.957c.067-.033.112-.056.145-.067"/><path fill="#f4aa41" d="M49.407 21.234c-.085-.01-.16 0-.245.01l.037-.227c.076.076.142.142.208.217"/><path fill="#5c9e31" stroke="#5c9e31" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m36.219 57.324l-.223.065a4.3 4.3 0 0 0-1.774.55a3 3 0 0 0-.223.13c-.477.316-.973.596-1.5.838a11.05 11.05 0 0 1-4.734 1.005c-.04 0-.08 0-.122-.009c.294-.363 2.301-2.579 8.576-2.579zm22.931-10.6C55.789 55.56 47.9 62.85 37.753 57.58c8.28 1.79 28.893-18.777 11.654-36.346a9.44 9.44 0 0 1 4.437 1c6.797 3.409 9.167 14.379 5.306 24.49z"/><path fill="#b1cc33" d="M48.453 17.224c3.956 1.33 6.844 5.82 6.844 5.82s-5.013 1.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833 8.97-.506"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M35.454 20.563v-5.461l-4.343-4.344m26.631 14.837c3.648 4.95 4.397 13.296 1.409 21.133c-3.857 10.129-12.487 15.573-19.273 12.163a10 10 0 0 1-1.395-.849a3.71 3.71 0 0 0-4.33 0q-.665.48-1.397.85C25.96 62.3 17.33 56.856 13.472 46.727c-3.857-10.117-1.476-21.085 5.31-24.494c3.108-1.554 6.596-1.264 9.838.492c0 0 .056.033.168.09c.737.39 3.912 1.956 7.087 1.956c.727 0 1.491-.083 2.249-.215c0 0 1.189-.182 2.126-.463m8.203-6.869c3.956 1.33 6.844 5.82 6.844 5.82s-5.013 1.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833 8.97-.506"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" stroke="#b1cc33" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43.98 22.748c3.254-1.766 6.753-2.068 9.86-.514c6.798 3.41 9.168 14.377 5.311 24.494C55.294 56.857 46.664 62.3 39.878 58.89a10 10 0 0 1-1.395-.849a3.71 3.71 0 0 0-4.33 0q-.665.479-1.397.85C25.96 62.3 17.33 56.856 13.472 46.727c-3.857-10.117-1.476-21.085 5.31-24.494c3.108-1.554 6.596-1.264 9.838.492c0 0 .056.033.168.09c.737.39 3.912 1.956 7.087 1.956c3.164 0 7.043-1.566 7.96-1.957c.067-.033.112-.056.145-.067"/><path fill="#f4aa41" d="M49.407 21.234c-.085-.01-.16 0-.245.01l.037-.227c.076.076.142.142.208.217"/><path fill="#5c9e31" stroke="#5c9e31" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m36.219 57.324l-.223.065a4.3 4.3 0 0 0-1.774.55a3 3 0 0 0-.223.13c-.477.316-.973.596-1.5.838a11.05 11.05 0 0 1-4.734 1.005c-.04 0-.08 0-.122-.009c.294-.363 2.301-2.579 8.576-2.579zm22.931-10.6C55.789 55.56 47.9 62.85 37.753 57.58c8.28 1.79 28.893-18.777 11.654-36.346a9.44 9.44 0 0 1 4.437 1c6.797 3.409 9.167 14.379 5.306 24.49z"/><path fill="#b1cc33" d="M48.453 17.224c3.956 1.33 6.844 5.82 6.844 5.82s-5.013 1.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833 8.97-.506"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M35.454 20.563v-5.461l-4.343-4.344m26.631 14.837c3.648 4.95 4.397 13.296 1.409 21.133c-3.857 10.129-12.487 15.573-19.273 12.163a10 10 0 0 1-1.395-.849a3.71 3.71 0 0 0-4.33 0q-.665.48-1.397.85C25.96 62.3 17.33 56.856 13.472 46.727c-3.857-10.117-1.476-21.085 5.31-24.494c3.108-1.554 6.596-1.264 9.838.492c0 0 .056.033.168.09c.737.39 3.912 1.956 7.087 1.956c.727 0 1.491-.083 2.249-.215c0 0 1.189-.182 2.126-.463m8.203-6.869c3.956 1.33 6.844 5.82 6.844 5.82s-5.013 1.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833 8.97-.506"/></svg> </template>
CSS
.icon-green-apple {
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%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.98%2022.748c3.254-1.766%206.753-2.068%209.86-.514c6.798%203.41%209.168%2014.377%205.311%2024.494C55.294%2056.857%2046.664%2062.3%2039.878%2058.89a10%2010%200%200%201-1.395-.849a3.71%203.71%200%200%200-4.33%200q-.665.479-1.397.85C25.96%2062.3%2017.33%2056.856%2013.472%2046.727c-3.857-10.117-1.476-21.085%205.31-24.494c3.108-1.554%206.596-1.264%209.838.492c0%200%20.056.033.168.09c.737.39%203.912%201.956%207.087%201.956c3.164%200%207.043-1.566%207.96-1.957c.067-.033.112-.056.145-.067%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M49.407%2021.234c-.085-.01-.16%200-.245.01l.037-.227c.076.076.142.142.208.217%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m36.219%2057.324l-.223.065a4.3%204.3%200%200%200-1.774.55a3%203%200%200%200-.223.13c-.477.316-.973.596-1.5.838a11.05%2011.05%200%200%201-4.734%201.005c-.04%200-.08%200-.122-.009c.294-.363%202.301-2.579%208.576-2.579zm22.931-10.6C55.789%2055.56%2047.9%2062.85%2037.753%2057.58c8.28%201.79%2028.893-18.777%2011.654-36.346a9.44%209.44%200%200%201%204.437%201c6.797%203.409%209.167%2014.379%205.306%2024.49z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M48.453%2017.224c3.956%201.33%206.844%205.82%206.844%205.82s-5.013%201.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833%208.97-.506%22%2F%3E%3Cpath%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%20d%3D%22M35.454%2020.563v-5.461l-4.343-4.344m26.631%2014.837c3.648%204.95%204.397%2013.296%201.409%2021.133c-3.857%2010.129-12.487%2015.573-19.273%2012.163a10%2010%200%200%201-1.395-.849a3.71%203.71%200%200%200-4.33%200q-.665.48-1.397.85C25.96%2062.3%2017.33%2056.856%2013.472%2046.727c-3.857-10.117-1.476-21.085%205.31-24.494c3.108-1.554%206.596-1.264%209.838.492c0%200%20.056.033.168.09c.737.39%203.912%201.956%207.087%201.956c.727%200%201.491-.083%202.249-.215c0%200%201.189-.182%202.126-.463m8.203-6.869c3.956%201.33%206.844%205.82%206.844%205.82s-5.013%201.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833%208.97-.506%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20stroke%3D%22%23b1cc33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43.98%2022.748c3.254-1.766%206.753-2.068%209.86-.514c6.798%203.41%209.168%2014.377%205.311%2024.494C55.294%2056.857%2046.664%2062.3%2039.878%2058.89a10%2010%200%200%201-1.395-.849a3.71%203.71%200%200%200-4.33%200q-.665.479-1.397.85C25.96%2062.3%2017.33%2056.856%2013.472%2046.727c-3.857-10.117-1.476-21.085%205.31-24.494c3.108-1.554%206.596-1.264%209.838.492c0%200%20.056.033.168.09c.737.39%203.912%201.956%207.087%201.956c3.164%200%207.043-1.566%207.96-1.957c.067-.033.112-.056.145-.067%22%2F%3E%3Cpath%20fill%3D%22%23f4aa41%22%20d%3D%22M49.407%2021.234c-.085-.01-.16%200-.245.01l.037-.227c.076.076.142.142.208.217%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20stroke%3D%22%235c9e31%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m36.219%2057.324l-.223.065a4.3%204.3%200%200%200-1.774.55a3%203%200%200%200-.223.13c-.477.316-.973.596-1.5.838a11.05%2011.05%200%200%201-4.734%201.005c-.04%200-.08%200-.122-.009c.294-.363%202.301-2.579%208.576-2.579zm22.931-10.6C55.789%2055.56%2047.9%2062.85%2037.753%2057.58c8.28%201.79%2028.893-18.777%2011.654-36.346a9.44%209.44%200%200%201%204.437%201c6.797%203.409%209.167%2014.379%205.306%2024.49z%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M48.453%2017.224c3.956%201.33%206.844%205.82%206.844%205.82s-5.013%201.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833%208.97-.506%22%2F%3E%3Cpath%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%20d%3D%22M35.454%2020.563v-5.461l-4.343-4.344m26.631%2014.837c3.648%204.95%204.397%2013.296%201.409%2021.133c-3.857%2010.129-12.487%2015.573-19.273%2012.163a10%2010%200%200%201-1.395-.849a3.71%203.71%200%200%200-4.33%200q-.665.48-1.397.85C25.96%2062.3%2017.33%2056.856%2013.472%2046.727c-3.857-10.117-1.476-21.085%205.31-24.494c3.108-1.554%206.596-1.264%209.838.492c0%200%20.056.033.168.09c.737.39%203.912%201.956%207.087%201.956c.727%200%201.491-.083%202.249-.215c0%200%201.189-.182%202.126-.463m8.203-6.869c3.956%201.33%206.844%205.82%206.844%205.82s-5.013%201.835-8.97.506c-3.95-1.328-6.844-5.82-6.844-5.82s5.019-1.833%208.97-.506%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/green-apple.svg?color=%231a73e8&size=48