food apple icon
food-apple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- food-apple-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the food apple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.397 11.235a.75.75 0 0 0-.294-1.471c-.903.18-1.585.812-1.948 1.659c-.36.838-.413 1.886-.132 3.008a.75.75 0 1 0 1.455-.363c-.22-.878-.148-1.58.055-2.054c.2-.466.518-.71.864-.78M5.471 3.419A5.18 5.18 0 0 0 6.89 7.302a5.12 5.12 0 0 0-3.66 4.216a10.46 10.46 0 0 0 1.37 6.796l.35.59l.043.063l1.416 1.906a3.462 3.462 0 0 0 5.275.336a.437.437 0 0 1 .63 0a3.462 3.462 0 0 0 5.275-.336l1.416-1.907l.042-.063l.351-.59a10.46 10.46 0 0 0 1.373-6.795a5.12 5.12 0 0 0-6.11-4.306l-1.901.394h-.003c.03-.78.152-1.62.391-2.338c.29-.868.692-1.39 1.14-1.576a.75.75 0 1 0-.578-1.385c-1.052.439-1.65 1.48-1.985 2.486l-.046.142a5.2 5.2 0 0 0-.943-1.29a5.18 5.18 0 0 0-3.98-1.51A1.367 1.367 0 0 0 5.47 3.418m1.493.207a3.68 3.68 0 0 1 2.712 1.08a3.68 3.68 0 0 1 1.08 2.712a4 4 0 0 1-.543-.025l-.617-.128a3.7 3.7 0 0 1-1.552-.927a3.68 3.68 0 0 1-1.08-2.712m2.07 5.055l.202.042q.36.102.73.152l.97.2a5.25 5.25 0 0 0 2.13 0l1.902-.394a3.62 3.62 0 0 1 4.32 3.045a8.96 8.96 0 0 1-1.177 5.821l-.331.557l-1.393 1.876a1.962 1.962 0 0 1-2.99.19a1.936 1.936 0 0 0-2.792 0a1.962 1.962 0 0 1-2.99-.19l-1.393-1.876l-.331-.557a8.96 8.96 0 0 1-1.176-5.821A3.62 3.62 0 0 1 9.033 8.68"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodApple24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.397 11.235a.75.75 0 0 0-.294-1.471c-.903.18-1.585.812-1.948 1.659c-.36.838-.413 1.886-.132 3.008a.75.75 0 1 0 1.455-.363c-.22-.878-.148-1.58.055-2.054c.2-.466.518-.71.864-.78M5.471 3.419A5.18 5.18 0 0 0 6.89 7.302a5.12 5.12 0 0 0-3.66 4.216a10.46 10.46 0 0 0 1.37 6.796l.35.59l.043.063l1.416 1.906a3.462 3.462 0 0 0 5.275.336a.437.437 0 0 1 .63 0a3.462 3.462 0 0 0 5.275-.336l1.416-1.907l.042-.063l.351-.59a10.46 10.46 0 0 0 1.373-6.795a5.12 5.12 0 0 0-6.11-4.306l-1.901.394h-.003c.03-.78.152-1.62.391-2.338c.29-.868.692-1.39 1.14-1.576a.75.75 0 1 0-.578-1.385c-1.052.439-1.65 1.48-1.985 2.486l-.046.142a5.2 5.2 0 0 0-.943-1.29a5.18 5.18 0 0 0-3.98-1.51A1.367 1.367 0 0 0 5.47 3.418m1.493.207a3.68 3.68 0 0 1 2.712 1.08a3.68 3.68 0 0 1 1.08 2.712a4 4 0 0 1-.543-.025l-.617-.128a3.7 3.7 0 0 1-1.552-.927a3.68 3.68 0 0 1-1.08-2.712m2.07 5.055l.202.042q.36.102.73.152l.97.2a5.25 5.25 0 0 0 2.13 0l1.902-.394a3.62 3.62 0 0 1 4.32 3.045a8.96 8.96 0 0 1-1.177 5.821l-.331.557l-1.393 1.876a1.962 1.962 0 0 1-2.99.19a1.936 1.936 0 0 0-2.792 0a1.962 1.962 0 0 1-2.99-.19l-1.393-1.876l-.331-.557a8.96 8.96 0 0 1-1.176-5.821A3.62 3.62 0 0 1 9.033 8.68"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.397 11.235a.75.75 0 0 0-.294-1.471c-.903.18-1.585.812-1.948 1.659c-.36.838-.413 1.886-.132 3.008a.75.75 0 1 0 1.455-.363c-.22-.878-.148-1.58.055-2.054c.2-.466.518-.71.864-.78M5.471 3.419A5.18 5.18 0 0 0 6.89 7.302a5.12 5.12 0 0 0-3.66 4.216a10.46 10.46 0 0 0 1.37 6.796l.35.59l.043.063l1.416 1.906a3.462 3.462 0 0 0 5.275.336a.437.437 0 0 1 .63 0a3.462 3.462 0 0 0 5.275-.336l1.416-1.907l.042-.063l.351-.59a10.46 10.46 0 0 0 1.373-6.795a5.12 5.12 0 0 0-6.11-4.306l-1.901.394h-.003c.03-.78.152-1.62.391-2.338c.29-.868.692-1.39 1.14-1.576a.75.75 0 1 0-.578-1.385c-1.052.439-1.65 1.48-1.985 2.486l-.046.142a5.2 5.2 0 0 0-.943-1.29a5.18 5.18 0 0 0-3.98-1.51A1.367 1.367 0 0 0 5.47 3.418m1.493.207a3.68 3.68 0 0 1 2.712 1.08a3.68 3.68 0 0 1 1.08 2.712a4 4 0 0 1-.543-.025l-.617-.128a3.7 3.7 0 0 1-1.552-.927a3.68 3.68 0 0 1-1.08-2.712m2.07 5.055l.202.042q.36.102.73.152l.97.2a5.25 5.25 0 0 0 2.13 0l1.902-.394a3.62 3.62 0 0 1 4.32 3.045a8.96 8.96 0 0 1-1.177 5.821l-.331.557l-1.393 1.876a1.962 1.962 0 0 1-2.99.19a1.936 1.936 0 0 0-2.792 0a1.962 1.962 0 0 1-2.99-.19l-1.393-1.876l-.331-.557a8.96 8.96 0 0 1-1.176-5.821A3.62 3.62 0 0 1 9.033 8.68"/></svg> </template>
CSS
.icon-food-apple-24-regular {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.397%2011.235a.75.75%200%200%200-.294-1.471c-.903.18-1.585.812-1.948%201.659c-.36.838-.413%201.886-.132%203.008a.75.75%200%201%200%201.455-.363c-.22-.878-.148-1.58.055-2.054c.2-.466.518-.71.864-.78M5.471%203.419A5.18%205.18%200%200%200%206.89%207.302a5.12%205.12%200%200%200-3.66%204.216a10.46%2010.46%200%200%200%201.37%206.796l.35.59l.043.063l1.416%201.906a3.462%203.462%200%200%200%205.275.336a.437.437%200%200%201%20.63%200a3.462%203.462%200%200%200%205.275-.336l1.416-1.907l.042-.063l.351-.59a10.46%2010.46%200%200%200%201.373-6.795a5.12%205.12%200%200%200-6.11-4.306l-1.901.394h-.003c.03-.78.152-1.62.391-2.338c.29-.868.692-1.39%201.14-1.576a.75.75%200%201%200-.578-1.385c-1.052.439-1.65%201.48-1.985%202.486l-.046.142a5.2%205.2%200%200%200-.943-1.29a5.18%205.18%200%200%200-3.98-1.51A1.367%201.367%200%200%200%205.47%203.418m1.493.207a3.68%203.68%200%200%201%202.712%201.08a3.68%203.68%200%200%201%201.08%202.712a4%204%200%200%201-.543-.025l-.617-.128a3.7%203.7%200%200%201-1.552-.927a3.68%203.68%200%200%201-1.08-2.712m2.07%205.055l.202.042q.36.102.73.152l.97.2a5.25%205.25%200%200%200%202.13%200l1.902-.394a3.62%203.62%200%200%201%204.32%203.045a8.96%208.96%200%200%201-1.177%205.821l-.331.557l-1.393%201.876a1.962%201.962%200%200%201-2.99.19a1.936%201.936%200%200%200-2.792%200a1.962%201.962%200%200%201-2.99-.19l-1.393-1.876l-.331-.557a8.96%208.96%200%200%201-1.176-5.821A3.62%203.62%200%200%201%209.033%208.68%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.397%2011.235a.75.75%200%200%200-.294-1.471c-.903.18-1.585.812-1.948%201.659c-.36.838-.413%201.886-.132%203.008a.75.75%200%201%200%201.455-.363c-.22-.878-.148-1.58.055-2.054c.2-.466.518-.71.864-.78M5.471%203.419A5.18%205.18%200%200%200%206.89%207.302a5.12%205.12%200%200%200-3.66%204.216a10.46%2010.46%200%200%200%201.37%206.796l.35.59l.043.063l1.416%201.906a3.462%203.462%200%200%200%205.275.336a.437.437%200%200%201%20.63%200a3.462%203.462%200%200%200%205.275-.336l1.416-1.907l.042-.063l.351-.59a10.46%2010.46%200%200%200%201.373-6.795a5.12%205.12%200%200%200-6.11-4.306l-1.901.394h-.003c.03-.78.152-1.62.391-2.338c.29-.868.692-1.39%201.14-1.576a.75.75%200%201%200-.578-1.385c-1.052.439-1.65%201.48-1.985%202.486l-.046.142a5.2%205.2%200%200%200-.943-1.29a5.18%205.18%200%200%200-3.98-1.51A1.367%201.367%200%200%200%205.47%203.418m1.493.207a3.68%203.68%200%200%201%202.712%201.08a3.68%203.68%200%200%201%201.08%202.712a4%204%200%200%201-.543-.025l-.617-.128a3.7%203.7%200%200%201-1.552-.927a3.68%203.68%200%200%201-1.08-2.712m2.07%205.055l.202.042q.36.102.73.152l.97.2a5.25%205.25%200%200%200%202.13%200l1.902-.394a3.62%203.62%200%200%201%204.32%203.045a8.96%208.96%200%200%201-1.177%205.821l-.331.557l-1.393%201.876a1.962%201.962%200%200%201-2.99.19a1.936%201.936%200%200%200-2.792%200a1.962%201.962%200%200%201-2.99-.19l-1.393-1.876l-.331-.557a8.96%208.96%200%200%201-1.176-5.821A3.62%203.62%200%200%201%209.033%208.68%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-apple-24-regular.svg?color=%231a73e8&size=48