green apple emoji
green-apple from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- green-apple
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji High Contrast
Use the green apple emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.25 2a5.93 5.93 0 0 1 5.818 4.807a4.4 4.4 0 0 0 1.63-.347l.004-.002c4.725-1.986 10.162.291 12.038 5.066a17.72 17.72 0 0 1 0 13.023a10.203 10.203 0 0 1-12.26 6.086a5.6 5.6 0 0 0-2.981 0A10.227 10.227 0 0 1 2.24 24.55v-.002a17.72 17.72 0 0 1 0-13.024a9.1 9.1 0 0 1 4.35-4.785A5.91 5.91 0 0 1 4.22 2zM9.138 7.923l-5.422 5.422a15.7 15.7 0 0 0-.637 3.121l8.867-8.546H10.14q-.387 0-.76-.048q-.122.022-.242.051M3.01 18.615a15.7 15.7 0 0 0 .483 3.33L16.668 8.771a6.4 6.4 0 0 1-3.02-.41zM19.635 7.926L4.002 23.558l.098.254c.28.708.65 1.357 1.09 1.938L22.983 7.955a7.1 7.1 0 0 0-3.35-.029m4.889.611L6.2 26.86c.422.385.881.723 1.369 1.01L25.94 9.5c-.433-.378-.91-.7-1.416-.962M26.96 10.6L9.017 28.543a8.2 8.2 0 0 0 2.472.464l16.73-15.801a16 16 0 0 0-.34-.949v-.001a7 7 0 0 0-.919-1.656m1.696 4.258L14.005 28.695a7.6 7.6 0 0 1 2.97-.2l11.936-11.936a16 16 0 0 0-.255-1.701m.313 3.764l-10.25 10.25a8.2 8.2 0 0 0 3.064-.002l6.622-6.621c.33-1.188.518-2.406.564-3.627"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastGreenApple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.25 2a5.93 5.93 0 0 1 5.818 4.807a4.4 4.4 0 0 0 1.63-.347l.004-.002c4.725-1.986 10.162.291 12.038 5.066a17.72 17.72 0 0 1 0 13.023a10.203 10.203 0 0 1-12.26 6.086a5.6 5.6 0 0 0-2.981 0A10.227 10.227 0 0 1 2.24 24.55v-.002a17.72 17.72 0 0 1 0-13.024a9.1 9.1 0 0 1 4.35-4.785A5.91 5.91 0 0 1 4.22 2zM9.138 7.923l-5.422 5.422a15.7 15.7 0 0 0-.637 3.121l8.867-8.546H10.14q-.387 0-.76-.048q-.122.022-.242.051M3.01 18.615a15.7 15.7 0 0 0 .483 3.33L16.668 8.771a6.4 6.4 0 0 1-3.02-.41zM19.635 7.926L4.002 23.558l.098.254c.28.708.65 1.357 1.09 1.938L22.983 7.955a7.1 7.1 0 0 0-3.35-.029m4.889.611L6.2 26.86c.422.385.881.723 1.369 1.01L25.94 9.5c-.433-.378-.91-.7-1.416-.962M26.96 10.6L9.017 28.543a8.2 8.2 0 0 0 2.472.464l16.73-15.801a16 16 0 0 0-.34-.949v-.001a7 7 0 0 0-.919-1.656m1.696 4.258L14.005 28.695a7.6 7.6 0 0 1 2.97-.2l11.936-11.936a16 16 0 0 0-.255-1.701m.313 3.764l-10.25 10.25a8.2 8.2 0 0 0 3.064-.002l6.622-6.621c.33-1.188.518-2.406.564-3.627"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.25 2a5.93 5.93 0 0 1 5.818 4.807a4.4 4.4 0 0 0 1.63-.347l.004-.002c4.725-1.986 10.162.291 12.038 5.066a17.72 17.72 0 0 1 0 13.023a10.203 10.203 0 0 1-12.26 6.086a5.6 5.6 0 0 0-2.981 0A10.227 10.227 0 0 1 2.24 24.55v-.002a17.72 17.72 0 0 1 0-13.024a9.1 9.1 0 0 1 4.35-4.785A5.91 5.91 0 0 1 4.22 2zM9.138 7.923l-5.422 5.422a15.7 15.7 0 0 0-.637 3.121l8.867-8.546H10.14q-.387 0-.76-.048q-.122.022-.242.051M3.01 18.615a15.7 15.7 0 0 0 .483 3.33L16.668 8.771a6.4 6.4 0 0 1-3.02-.41zM19.635 7.926L4.002 23.558l.098.254c.28.708.65 1.357 1.09 1.938L22.983 7.955a7.1 7.1 0 0 0-3.35-.029m4.889.611L6.2 26.86c.422.385.881.723 1.369 1.01L25.94 9.5c-.433-.378-.91-.7-1.416-.962M26.96 10.6L9.017 28.543a8.2 8.2 0 0 0 2.472.464l16.73-15.801a16 16 0 0 0-.34-.949v-.001a7 7 0 0 0-.919-1.656m1.696 4.258L14.005 28.695a7.6 7.6 0 0 1 2.97-.2l11.936-11.936a16 16 0 0 0-.255-1.701m.313 3.764l-10.25 10.25a8.2 8.2 0 0 0 3.064-.002l6.622-6.621c.33-1.188.518-2.406.564-3.627"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%202a5.93%205.93%200%200%201%205.818%204.807a4.4%204.4%200%200%200%201.63-.347l.004-.002c4.725-1.986%2010.162.291%2012.038%205.066a17.72%2017.72%200%200%201%200%2013.023a10.203%2010.203%200%200%201-12.26%206.086a5.6%205.6%200%200%200-2.981%200A10.227%2010.227%200%200%201%202.24%2024.55v-.002a17.72%2017.72%200%200%201%200-13.024a9.1%209.1%200%200%201%204.35-4.785A5.91%205.91%200%200%201%204.22%202zM9.138%207.923l-5.422%205.422a15.7%2015.7%200%200%200-.637%203.121l8.867-8.546H10.14q-.387%200-.76-.048q-.122.022-.242.051M3.01%2018.615a15.7%2015.7%200%200%200%20.483%203.33L16.668%208.771a6.4%206.4%200%200%201-3.02-.41zM19.635%207.926L4.002%2023.558l.098.254c.28.708.65%201.357%201.09%201.938L22.983%207.955a7.1%207.1%200%200%200-3.35-.029m4.889.611L6.2%2026.86c.422.385.881.723%201.369%201.01L25.94%209.5c-.433-.378-.91-.7-1.416-.962M26.96%2010.6L9.017%2028.543a8.2%208.2%200%200%200%202.472.464l16.73-15.801a16%2016%200%200%200-.34-.949v-.001a7%207%200%200%200-.919-1.656m1.696%204.258L14.005%2028.695a7.6%207.6%200%200%201%202.97-.2l11.936-11.936a16%2016%200%200%200-.255-1.701m.313%203.764l-10.25%2010.25a8.2%208.2%200%200%200%203.064-.002l6.622-6.621c.33-1.188.518-2.406.564-3.627%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.25%202a5.93%205.93%200%200%201%205.818%204.807a4.4%204.4%200%200%200%201.63-.347l.004-.002c4.725-1.986%2010.162.291%2012.038%205.066a17.72%2017.72%200%200%201%200%2013.023a10.203%2010.203%200%200%201-12.26%206.086a5.6%205.6%200%200%200-2.981%200A10.227%2010.227%200%200%201%202.24%2024.55v-.002a17.72%2017.72%200%200%201%200-13.024a9.1%209.1%200%200%201%204.35-4.785A5.91%205.91%200%200%201%204.22%202zM9.138%207.923l-5.422%205.422a15.7%2015.7%200%200%200-.637%203.121l8.867-8.546H10.14q-.387%200-.76-.048q-.122.022-.242.051M3.01%2018.615a15.7%2015.7%200%200%200%20.483%203.33L16.668%208.771a6.4%206.4%200%200%201-3.02-.41zM19.635%207.926L4.002%2023.558l.098.254c.28.708.65%201.357%201.09%201.938L22.983%207.955a7.1%207.1%200%200%200-3.35-.029m4.889.611L6.2%2026.86c.422.385.881.723%201.369%201.01L25.94%209.5c-.433-.378-.91-.7-1.416-.962M26.96%2010.6L9.017%2028.543a8.2%208.2%200%200%200%202.472.464l16.73-15.801a16%2016%200%200%200-.34-.949v-.001a7%207%200%200%200-.919-1.656m1.696%204.258L14.005%2028.695a7.6%207.6%200%200%201%202.97-.2l11.936-11.936a16%2016%200%200%200-.255-1.701m.313%203.764l-10.25%2010.25a8.2%208.2%200%200%200%203.064-.002l6.622-6.621c.33-1.188.518-2.406.564-3.627%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/green-apple.svg?color=%231a73e8&size=48