Food Egg icon

Used to represent food based scenarios (restaurant, meals, etc). The Food Egg icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Food Egg icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { FoodEgg24Regular, FoodEgg24Filled } from "@fluentui/react-icons";

export function Example() {
  return <FoodEgg24Regular aria-label="Food Egg" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_food_egg_24_regular.svg" width="24" height="24" alt="Food Egg">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 12.25C11.5 11.8358 11.8358 11.5 12.25 11.5C12.6642 11.5 13 11.1642 13 10.75C13 10.3358 12.6642 9.99999 12.25 9.99999C11.0074 9.99999 10 11.0073 10 12.25C10 12.6642 10.3358 13 10.75 13C11.1642 13 11.5 12.6642 11.5 12.25ZM7 12.5C7 9.46242 9.46243 6.99999 12.5 6.99999C15.5376 6.99999 18 9.46242 18 12.5C18 15.5376 15.5376 18 12.5 18C9.46243 18 7 15.5376 7 12.5ZM12.5 8.49999C10.2909 8.49999 8.5 10.2908 8.5 12.5C8.5 14.7091 10.2909 16.5 12.5 16.5C14.7091 16.5 16.5 14.7091 16.5 12.5C16.5 10.2908 14.7091 8.49999 12.5 8.49999ZM6.21453 6.49357C7.68778 3.82515 10.3825 2 13.5 2C18.2601 2 22 6.22143 22 11.275C22 11.8413 21.9535 12.3963 21.8641 12.9356C21.8072 13.2793 21.8188 13.645 21.8877 14.0178C21.9615 14.4179 22 14.8298 22 15.25C22 18.9779 18.9779 22 15.25 22C14.1825 22 13.1708 21.7516 12.2716 21.3089C11.4969 20.9274 10.5741 20.7957 9.70494 20.9279C9.39261 20.9755 9.07376 21 8.75 21C4.96668 21 2 17.6964 2 13.75C2 11.179 3.24846 8.90055 5.15906 7.60949C5.60623 7.30732 5.97424 6.92882 6.21453 6.49357ZM13.5 3.5C10.9986 3.5 8.77258 4.96376 7.52769 7.21857C7.1531 7.89705 6.60581 8.44223 5.99889 8.85234C4.51215 9.85698 3.5 11.6637 3.5 13.75C3.5 16.9833 5.9059 19.5 8.75 19.5C8.99787 19.5 9.2413 19.4812 9.47929 19.445C10.6359 19.269 11.8706 19.4394 12.9342 19.9632C13.6319 20.3067 14.4173 20.5 15.25 20.5C18.1495 20.5 20.5 18.1495 20.5 15.25C20.5 14.9215 20.4699 14.6008 20.4126 14.2901C20.318 13.7779 20.2941 13.2347 20.3843 12.6905C20.4602 12.232 20.5 11.759 20.5 11.275C20.5 6.91212 17.3003 3.5 13.5 3.5Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/food_egg_24_regular.svg";

Details

NameFood Egg
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_food_egg_24_regular.svg
Filled fileic_fluent_food_egg_24_filled.svg
React componentsFoodEgg24Regular, FoodEgg24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

mealtravelrestauranteat

Related icons