food egg icon
food-egg-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- food-egg-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the food egg icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.469 9.609a.5.5 0 0 0 .143-.99c-1.076-.155-2.354.722-2.354 2.163a.5.5 0 0 0 1 0c0-.8.707-1.246 1.211-1.173M3.993 7.134c-2.417 1.908-2.48 5.142-1.347 7.32c.761 1.464 2.225 2.767 4.421 2.767c.545 0 .938-.015 1.248-.026c.937-.036 1.107-.042 2.412.48c1.736.694 3.582.488 5.124-.476c1.388-.868 2.185-2.882 2.05-4.517c-.081-.982-.008-1.366.086-1.862a10 10 0 0 0 .178-1.344c.107-1.595-.645-3.092-1.054-3.806s-1.1-1.83-2.724-2.855c-1.333-.842-3.858-1.245-5.856-.146c-1.464.805-2.196 1.537-3.074 3c-.333.555-.652.823-1.464 1.465M14.9 10.465a4.495 4.495 0 1 1-8.99 0a4.495 4.495 0 0 1 8.99 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodEgg20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.469 9.609a.5.5 0 0 0 .143-.99c-1.076-.155-2.354.722-2.354 2.163a.5.5 0 0 0 1 0c0-.8.707-1.246 1.211-1.173M3.993 7.134c-2.417 1.908-2.48 5.142-1.347 7.32c.761 1.464 2.225 2.767 4.421 2.767c.545 0 .938-.015 1.248-.026c.937-.036 1.107-.042 2.412.48c1.736.694 3.582.488 5.124-.476c1.388-.868 2.185-2.882 2.05-4.517c-.081-.982-.008-1.366.086-1.862a10 10 0 0 0 .178-1.344c.107-1.595-.645-3.092-1.054-3.806s-1.1-1.83-2.724-2.855c-1.333-.842-3.858-1.245-5.856-.146c-1.464.805-2.196 1.537-3.074 3c-.333.555-.652.823-1.464 1.465M14.9 10.465a4.495 4.495 0 1 1-8.99 0a4.495 4.495 0 0 1 8.99 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.469 9.609a.5.5 0 0 0 .143-.99c-1.076-.155-2.354.722-2.354 2.163a.5.5 0 0 0 1 0c0-.8.707-1.246 1.211-1.173M3.993 7.134c-2.417 1.908-2.48 5.142-1.347 7.32c.761 1.464 2.225 2.767 4.421 2.767c.545 0 .938-.015 1.248-.026c.937-.036 1.107-.042 2.412.48c1.736.694 3.582.488 5.124-.476c1.388-.868 2.185-2.882 2.05-4.517c-.081-.982-.008-1.366.086-1.862a10 10 0 0 0 .178-1.344c.107-1.595-.645-3.092-1.054-3.806s-1.1-1.83-2.724-2.855c-1.333-.842-3.858-1.245-5.856-.146c-1.464.805-2.196 1.537-3.074 3c-.333.555-.652.823-1.464 1.465M14.9 10.465a4.495 4.495 0 1 1-8.99 0a4.495 4.495 0 0 1 8.99 0"/></svg> </template>
CSS
.icon-food-egg-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.469%209.609a.5.5%200%200%200%20.143-.99c-1.076-.155-2.354.722-2.354%202.163a.5.5%200%200%200%201%200c0-.8.707-1.246%201.211-1.173M3.993%207.134c-2.417%201.908-2.48%205.142-1.347%207.32c.761%201.464%202.225%202.767%204.421%202.767c.545%200%20.938-.015%201.248-.026c.937-.036%201.107-.042%202.412.48c1.736.694%203.582.488%205.124-.476c1.388-.868%202.185-2.882%202.05-4.517c-.081-.982-.008-1.366.086-1.862a10%2010%200%200%200%20.178-1.344c.107-1.595-.645-3.092-1.054-3.806s-1.1-1.83-2.724-2.855c-1.333-.842-3.858-1.245-5.856-.146c-1.464.805-2.196%201.537-3.074%203c-.333.555-.652.823-1.464%201.465M14.9%2010.465a4.495%204.495%200%201%201-8.99%200a4.495%204.495%200%200%201%208.99%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.469%209.609a.5.5%200%200%200%20.143-.99c-1.076-.155-2.354.722-2.354%202.163a.5.5%200%200%200%201%200c0-.8.707-1.246%201.211-1.173M3.993%207.134c-2.417%201.908-2.48%205.142-1.347%207.32c.761%201.464%202.225%202.767%204.421%202.767c.545%200%20.938-.015%201.248-.026c.937-.036%201.107-.042%202.412.48c1.736.694%203.582.488%205.124-.476c1.388-.868%202.185-2.882%202.05-4.517c-.081-.982-.008-1.366.086-1.862a10%2010%200%200%200%20.178-1.344c.107-1.595-.645-3.092-1.054-3.806s-1.1-1.83-2.724-2.855c-1.333-.842-3.858-1.245-5.856-.146c-1.464.805-2.196%201.537-3.074%203c-.333.555-.652.823-1.464%201.465M14.9%2010.465a4.495%204.495%200%201%201-8.99%200a4.495%204.495%200%200%201%208.99%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-egg-20-filled.svg?color=%231a73e8&size=48