red-apple from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
red-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 red 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 0l-.18.049l-.026.025l-.015-.015A10.23 10.23 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 2zm4.67 26.506a7.6 7.6 0 0 1 1.27-.073L3.387 14.57a16 16 0 0 0-.325 2.076zM3.067 19.48c.082.89.24 1.776.475 2.647l6.754 6.753a8.2 8.2 0 0 0 2.26.09zm.995-7.126l15.35 16.618c.996.102 1.983.02 2.92-.227L4.683 11.098a7 7 0 0 0-.622 1.257m1.914-2.794l18.36 18.361q.677-.389 1.271-.9L7.242 8.656a7 7 0 0 0-1.266.905M9.3 7.887l17.651 17.65a8 8 0 0 0 .786-1.385L11.353 7.767a7.1 7.1 0 0 0-2.052.12m5.868.867l13.29 13.292q.237-.896.366-1.807l-11.56-11.56c-.69.14-1.4.166-2.096.075m4.23-.769l9.574 9.574a16 16 0 0 0-.303-2.633l-7.337-7.185a7 7 0 0 0-1.934.244"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastRedApple(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 0l-.18.049l-.026.025l-.015-.015A10.23 10.23 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 2zm4.67 26.506a7.6 7.6 0 0 1 1.27-.073L3.387 14.57a16 16 0 0 0-.325 2.076zM3.067 19.48c.082.89.24 1.776.475 2.647l6.754 6.753a8.2 8.2 0 0 0 2.26.09zm.995-7.126l15.35 16.618c.996.102 1.983.02 2.92-.227L4.683 11.098a7 7 0 0 0-.622 1.257m1.914-2.794l18.36 18.361q.677-.389 1.271-.9L7.242 8.656a7 7 0 0 0-1.266.905M9.3 7.887l17.651 17.65a8 8 0 0 0 .786-1.385L11.353 7.767a7.1 7.1 0 0 0-2.052.12m5.868.867l13.29 13.292q.237-.896.366-1.807l-11.56-11.56c-.69.14-1.4.166-2.096.075m4.23-.769l9.574 9.574a16 16 0 0 0-.303-2.633l-7.337-7.185a7 7 0 0 0-1.934.244"/></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 0l-.18.049l-.026.025l-.015-.015A10.23 10.23 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 2zm4.67 26.506a7.6 7.6 0 0 1 1.27-.073L3.387 14.57a16 16 0 0 0-.325 2.076zM3.067 19.48c.082.89.24 1.776.475 2.647l6.754 6.753a8.2 8.2 0 0 0 2.26.09zm.995-7.126l15.35 16.618c.996.102 1.983.02 2.92-.227L4.683 11.098a7 7 0 0 0-.622 1.257m1.914-2.794l18.36 18.361q.677-.389 1.271-.9L7.242 8.656a7 7 0 0 0-1.266.905M9.3 7.887l17.651 17.65a8 8 0 0 0 .786-1.385L11.353 7.767a7.1 7.1 0 0 0-2.052.12m5.868.867l13.29 13.292q.237-.896.366-1.807l-11.56-11.56c-.69.14-1.4.166-2.096.075m4.23-.769l9.574 9.574a16 16 0 0 0-.303-2.633l-7.337-7.185a7 7 0 0 0-1.934.244"/></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%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%200l-.18.049l-.026.025l-.015-.015A10.23%2010.23%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%202zm4.67%2026.506a7.6%207.6%200%200%201%201.27-.073L3.387%2014.57a16%2016%200%200%200-.325%202.076zM3.067%2019.48c.082.89.24%201.776.475%202.647l6.754%206.753a8.2%208.2%200%200%200%202.26.09zm.995-7.126l15.35%2016.618c.996.102%201.983.02%202.92-.227L4.683%2011.098a7%207%200%200%200-.622%201.257m1.914-2.794l18.36%2018.361q.677-.389%201.271-.9L7.242%208.656a7%207%200%200%200-1.266.905M9.3%207.887l17.651%2017.65a8%208%200%200%200%20.786-1.385L11.353%207.767a7.1%207.1%200%200%200-2.052.12m5.868.867l13.29%2013.292q.237-.896.366-1.807l-11.56-11.56c-.69.14-1.4.166-2.096.075m4.23-.769l9.574%209.574a16%2016%200%200%200-.303-2.633l-7.337-7.185a7%207%200%200%200-1.934.244%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%200l-.18.049l-.026.025l-.015-.015A10.23%2010.23%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%202zm4.67%2026.506a7.6%207.6%200%200%201%201.27-.073L3.387%2014.57a16%2016%200%200%200-.325%202.076zM3.067%2019.48c.082.89.24%201.776.475%202.647l6.754%206.753a8.2%208.2%200%200%200%202.26.09zm.995-7.126l15.35%2016.618c.996.102%201.983.02%202.92-.227L4.683%2011.098a7%207%200%200%200-.622%201.257m1.914-2.794l18.36%2018.361q.677-.389%201.271-.9L7.242%208.656a7%207%200%200%200-1.266.905M9.3%207.887l17.651%2017.65a8%208%200%200%200%20.786-1.385L11.353%207.767a7.1%207.1%200%200%200-2.052.12m5.868.867l13.29%2013.292q.237-.896.366-1.807l-11.56-11.56c-.69.14-1.4.166-2.096.075m4.23-.769l9.574%209.574a16%2016%200%200%200-.303-2.633l-7.337-7.185a7%207%200%200%200-1.934.244%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/red-apple.svg?color=%231a73e8&size=48