red apple emoji
red-apple from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- red-apple
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More food & drink icons from Fluent Emoji Flat
Use the red apple emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M10.25 2H4.22a5.92 5.92 0 0 0 5.92 5.92h6.03C16.18 4.66 13.52 2 10.25 2"/><path fill="#f8312f" d="M18.09 7.38c-1.34.57-2.86.57-4.2 0c-4.2-1.77-9.04.26-10.72 4.51a16.72 16.72 0 0 0 0 12.29a9.227 9.227 0 0 0 11.06 5.49c1.15-.32 2.37-.32 3.52 0a9.203 9.203 0 0 0 11.06-5.49c1.56-3.95 1.56-8.34 0-12.29c-1.67-4.25-6.51-6.28-10.72-4.51"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatRedApple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M10.25 2H4.22a5.92 5.92 0 0 0 5.92 5.92h6.03C16.18 4.66 13.52 2 10.25 2"/><path fill="#f8312f" d="M18.09 7.38c-1.34.57-2.86.57-4.2 0c-4.2-1.77-9.04.26-10.72 4.51a16.72 16.72 0 0 0 0 12.29a9.227 9.227 0 0 0 11.06 5.49c1.15-.32 2.37-.32 3.52 0a9.203 9.203 0 0 0 11.06-5.49c1.56-3.95 1.56-8.34 0-12.29c-1.67-4.25-6.51-6.28-10.72-4.51"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#00d26a" d="M10.25 2H4.22a5.92 5.92 0 0 0 5.92 5.92h6.03C16.18 4.66 13.52 2 10.25 2"/><path fill="#f8312f" d="M18.09 7.38c-1.34.57-2.86.57-4.2 0c-4.2-1.77-9.04.26-10.72 4.51a16.72 16.72 0 0 0 0 12.29a9.227 9.227 0 0 0 11.06 5.49c1.15-.32 2.37-.32 3.52 0a9.203 9.203 0 0 0 11.06-5.49c1.56-3.95 1.56-8.34 0-12.29c-1.67-4.25-6.51-6.28-10.72-4.51"/></g></svg> </template>
CSS
.icon-red-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M10.25%202H4.22a5.92%205.92%200%200%200%205.92%205.92h6.03C16.18%204.66%2013.52%202%2010.25%202%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M18.09%207.38c-1.34.57-2.86.57-4.2%200c-4.2-1.77-9.04.26-10.72%204.51a16.72%2016.72%200%200%200%200%2012.29a9.227%209.227%200%200%200%2011.06%205.49c1.15-.32%202.37-.32%203.52%200a9.203%209.203%200%200%200%2011.06-5.49c1.56-3.95%201.56-8.34%200-12.29c-1.67-4.25-6.51-6.28-10.72-4.51%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2300d26a%22%20d%3D%22M10.25%202H4.22a5.92%205.92%200%200%200%205.92%205.92h6.03C16.18%204.66%2013.52%202%2010.25%202%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M18.09%207.38c-1.34.57-2.86.57-4.2%200c-4.2-1.77-9.04.26-10.72%204.51a16.72%2016.72%200%200%200%200%2012.29a9.227%209.227%200%200%200%2011.06%205.49c1.15-.32%202.37-.32%203.52%200a9.203%209.203%200%200%200%2011.06-5.49c1.56-3.95%201.56-8.34%200-12.29c-1.67-4.25-6.51-6.28-10.72-4.51%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/red-apple.svg?color=%231a73e8&size=48