red apple emoji
red-apple from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.
- Name
- red-apple
- Set
- Twitter Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More food & drink icons from Twitter Emoji
Use the red apple emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M24 7c-3 0-3 1-6 1s-3-1-6-1c-4 0-9 2-9 9c0 11 6 20 10 20c3 0 3-1 5-1s2 1 5 1c4 0 10-9 10-20c0-7.001-5-9-9-9"/><path fill="#77b255" d="M19 7s3-4 8-4c4 0 6 2 6 2s-4 3-7 3s-7-1-7-1"/><path fill="#662113" d="M18 10a1 1 0 0 1-1-1c0-3.441 1.2-6.615 3.293-8.707a.999.999 0 1 1 1.414 1.414C19.986 3.427 19 6.085 19 9a1 1 0 0 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiRedApple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M24 7c-3 0-3 1-6 1s-3-1-6-1c-4 0-9 2-9 9c0 11 6 20 10 20c3 0 3-1 5-1s2 1 5 1c4 0 10-9 10-20c0-7.001-5-9-9-9"/><path fill="#77b255" d="M19 7s3-4 8-4c4 0 6 2 6 2s-4 3-7 3s-7-1-7-1"/><path fill="#662113" d="M18 10a1 1 0 0 1-1-1c0-3.441 1.2-6.615 3.293-8.707a.999.999 0 1 1 1.414 1.414C19.986 3.427 19 6.085 19 9a1 1 0 0 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#dd2e44" d="M24 7c-3 0-3 1-6 1s-3-1-6-1c-4 0-9 2-9 9c0 11 6 20 10 20c3 0 3-1 5-1s2 1 5 1c4 0 10-9 10-20c0-7.001-5-9-9-9"/><path fill="#77b255" d="M19 7s3-4 8-4c4 0 6 2 6 2s-4 3-7 3s-7-1-7-1"/><path fill="#662113" d="M18 10a1 1 0 0 1-1-1c0-3.441 1.2-6.615 3.293-8.707a.999.999 0 1 1 1.414 1.414C19.986 3.427 19 6.085 19 9a1 1 0 0 1-1 1"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M24%207c-3%200-3%201-6%201s-3-1-6-1c-4%200-9%202-9%209c0%2011%206%2020%2010%2020c3%200%203-1%205-1s2%201%205%201c4%200%2010-9%2010-20c0-7.001-5-9-9-9%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M19%207s3-4%208-4c4%200%206%202%206%202s-4%203-7%203s-7-1-7-1%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M18%2010a1%201%200%200%201-1-1c0-3.441%201.2-6.615%203.293-8.707a.999.999%200%201%201%201.414%201.414C19.986%203.427%2019%206.085%2019%209a1%201%200%200%201-1%201%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M24%207c-3%200-3%201-6%201s-3-1-6-1c-4%200-9%202-9%209c0%2011%206%2020%2010%2020c3%200%203-1%205-1s2%201%205%201c4%200%2010-9%2010-20c0-7.001-5-9-9-9%22%2F%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M19%207s3-4%208-4c4%200%206%202%206%202s-4%203-7%203s-7-1-7-1%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M18%2010a1%201%200%200%201-1-1c0-3.441%201.2-6.615%203.293-8.707a.999.999%200%201%201%201.414%201.414C19.986%203.427%2019%206.085%2019%209a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/red-apple.svg?color=%231a73e8&size=48