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

Name
green-apple
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 green apple emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#64892f" d="M31.4 4.9c1.1 2.5-.5 10.9-.5 10.9s-7.5-4.4-8.6-6.9s0-5.4 2.5-6.5s5.5 0 6.6 2.5"/><path fill="#947151" d="M33.3 16.3h-2.6c0-4.3 2.4-11.6 12-11.6v2.6c-8.7 0-9.4 8.2-9.4 9"/><path fill="#8cc63e" d="M32 15.8C24.7 8.4 3 8.1 3 29.3C3 42.7 18.8 62 25.7 62c3.1 0 4.2-2 6.1-2c1.8 0 2.4 1.9 6.4 1.9C45.1 62 61 42.8 61 29.3C61 8.1 39.3 8.4 32 15.8"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneGreenApple(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#64892f" d="M31.4 4.9c1.1 2.5-.5 10.9-.5 10.9s-7.5-4.4-8.6-6.9s0-5.4 2.5-6.5s5.5 0 6.6 2.5"/><path fill="#947151" d="M33.3 16.3h-2.6c0-4.3 2.4-11.6 12-11.6v2.6c-8.7 0-9.4 8.2-9.4 9"/><path fill="#8cc63e" d="M32 15.8C24.7 8.4 3 8.1 3 29.3C3 42.7 18.8 62 25.7 62c3.1 0 4.2-2 6.1-2c1.8 0 2.4 1.9 6.4 1.9C45.1 62 61 42.8 61 29.3C61 8.1 39.3 8.4 32 15.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#64892f" d="M31.4 4.9c1.1 2.5-.5 10.9-.5 10.9s-7.5-4.4-8.6-6.9s0-5.4 2.5-6.5s5.5 0 6.6 2.5"/><path fill="#947151" d="M33.3 16.3h-2.6c0-4.3 2.4-11.6 12-11.6v2.6c-8.7 0-9.4 8.2-9.4 9"/><path fill="#8cc63e" d="M32 15.8C24.7 8.4 3 8.1 3 29.3C3 42.7 18.8 62 25.7 62c3.1 0 4.2-2 6.1-2c1.8 0 2.4 1.9 6.4 1.9C45.1 62 61 42.8 61 29.3C61 8.1 39.3 8.4 32 15.8"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%2364892f%22%20d%3D%22M31.4%204.9c1.1%202.5-.5%2010.9-.5%2010.9s-7.5-4.4-8.6-6.9s0-5.4%202.5-6.5s5.5%200%206.6%202.5%22%2F%3E%3Cpath%20fill%3D%22%23947151%22%20d%3D%22M33.3%2016.3h-2.6c0-4.3%202.4-11.6%2012-11.6v2.6c-8.7%200-9.4%208.2-9.4%209%22%2F%3E%3Cpath%20fill%3D%22%238cc63e%22%20d%3D%22M32%2015.8C24.7%208.4%203%208.1%203%2029.3C3%2042.7%2018.8%2062%2025.7%2062c3.1%200%204.2-2%206.1-2c1.8%200%202.4%201.9%206.4%201.9C45.1%2062%2061%2042.8%2061%2029.3C61%208.1%2039.3%208.4%2032%2015.8%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%2364892f%22%20d%3D%22M31.4%204.9c1.1%202.5-.5%2010.9-.5%2010.9s-7.5-4.4-8.6-6.9s0-5.4%202.5-6.5s5.5%200%206.6%202.5%22%2F%3E%3Cpath%20fill%3D%22%23947151%22%20d%3D%22M33.3%2016.3h-2.6c0-4.3%202.4-11.6%2012-11.6v2.6c-8.7%200-9.4%208.2-9.4%209%22%2F%3E%3Cpath%20fill%3D%22%238cc63e%22%20d%3D%22M32%2015.8C24.7%208.4%203%208.1%203%2029.3C3%2042.7%2018.8%2062%2025.7%2062c3.1%200%204.2-2%206.1-2c1.8%200%202.4%201.9%206.4%201.9C45.1%2062%2061%2042.8%2061%2029.3C61%208.1%2039.3%208.4%2032%2015.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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