food egg icon
food-egg-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- food-egg-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M7.694 8.22a.73.73 0 0 1 .208-.365a.4.4 0 0 1 .11-.077l.004-.001a.5.5 0 0 0 .183-.983c-.402-.085-.76.124-.98.33a1.73 1.73 0 0 0-.504.89a.5.5 0 1 0 .979.206M3.522 5.83c-1.787 1.424-1.834 3.836-.996 5.461c.563 1.092 1.645 2.064 3.269 2.064c.403 0 .693-.01.922-.02c.693-.026.82-.03 1.784.359c1.284.518 2.648.364 3.789-.355c1.026-.647 1.615-2.15 1.515-3.37c-.053-.646.005-.91.071-1.21A4.7 4.7 0 0 0 14 7.578c0-1.316-.39-2.154-.78-2.84c-.389-.686-.812-1.365-2.013-2.13c-.985-.628-2.853-.929-4.33-.11c-1.082.602-1.623 1.148-2.273 2.24c-.246.413-.481.614-1.082 1.092M11.6 8.3a3.3 3.3 0 1 1-6.6 0a3.3 3.3 0 0 1 6.6 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentFoodEgg16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.694 8.22a.73.73 0 0 1 .208-.365a.4.4 0 0 1 .11-.077l.004-.001a.5.5 0 0 0 .183-.983c-.402-.085-.76.124-.98.33a1.73 1.73 0 0 0-.504.89a.5.5 0 1 0 .979.206M3.522 5.83c-1.787 1.424-1.834 3.836-.996 5.461c.563 1.092 1.645 2.064 3.269 2.064c.403 0 .693-.01.922-.02c.693-.026.82-.03 1.784.359c1.284.518 2.648.364 3.789-.355c1.026-.647 1.615-2.15 1.515-3.37c-.053-.646.005-.91.071-1.21A4.7 4.7 0 0 0 14 7.578c0-1.316-.39-2.154-.78-2.84c-.389-.686-.812-1.365-2.013-2.13c-.985-.628-2.853-.929-4.33-.11c-1.082.602-1.623 1.148-2.273 2.24c-.246.413-.481.614-1.082 1.092M11.6 8.3a3.3 3.3 0 1 1-6.6 0a3.3 3.3 0 0 1 6.6 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.694 8.22a.73.73 0 0 1 .208-.365a.4.4 0 0 1 .11-.077l.004-.001a.5.5 0 0 0 .183-.983c-.402-.085-.76.124-.98.33a1.73 1.73 0 0 0-.504.89a.5.5 0 1 0 .979.206M3.522 5.83c-1.787 1.424-1.834 3.836-.996 5.461c.563 1.092 1.645 2.064 3.269 2.064c.403 0 .693-.01.922-.02c.693-.026.82-.03 1.784.359c1.284.518 2.648.364 3.789-.355c1.026-.647 1.615-2.15 1.515-3.37c-.053-.646.005-.91.071-1.21A4.7 4.7 0 0 0 14 7.578c0-1.316-.39-2.154-.78-2.84c-.389-.686-.812-1.365-2.013-2.13c-.985-.628-2.853-.929-4.33-.11c-1.082.602-1.623 1.148-2.273 2.24c-.246.413-.481.614-1.082 1.092M11.6 8.3a3.3 3.3 0 1 1-6.6 0a3.3 3.3 0 0 1 6.6 0"/></svg> </template>
CSS
.icon-food-egg-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.694%208.22a.73.73%200%200%201%20.208-.365a.4.4%200%200%201%20.11-.077l.004-.001a.5.5%200%200%200%20.183-.983c-.402-.085-.76.124-.98.33a1.73%201.73%200%200%200-.504.89a.5.5%200%201%200%20.979.206M3.522%205.83c-1.787%201.424-1.834%203.836-.996%205.461c.563%201.092%201.645%202.064%203.269%202.064c.403%200%20.693-.01.922-.02c.693-.026.82-.03%201.784.359c1.284.518%202.648.364%203.789-.355c1.026-.647%201.615-2.15%201.515-3.37c-.053-.646.005-.91.071-1.21A4.7%204.7%200%200%200%2014%207.578c0-1.316-.39-2.154-.78-2.84c-.389-.686-.812-1.365-2.013-2.13c-.985-.628-2.853-.929-4.33-.11c-1.082.602-1.623%201.148-2.273%202.24c-.246.413-.481.614-1.082%201.092M11.6%208.3a3.3%203.3%200%201%201-6.6%200a3.3%203.3%200%200%201%206.6%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.694%208.22a.73.73%200%200%201%20.208-.365a.4.4%200%200%201%20.11-.077l.004-.001a.5.5%200%200%200%20.183-.983c-.402-.085-.76.124-.98.33a1.73%201.73%200%200%200-.504.89a.5.5%200%201%200%20.979.206M3.522%205.83c-1.787%201.424-1.834%203.836-.996%205.461c.563%201.092%201.645%202.064%203.269%202.064c.403%200%20.693-.01.922-.02c.693-.026.82-.03%201.784.359c1.284.518%202.648.364%203.789-.355c1.026-.647%201.615-2.15%201.515-3.37c-.053-.646.005-.91.071-1.21A4.7%204.7%200%200%200%2014%207.578c0-1.316-.39-2.154-.78-2.84c-.389-.686-.812-1.365-2.013-2.13c-.985-.628-2.853-.929-4.33-.11c-1.082.602-1.623%201.148-2.273%202.24c-.246.413-.481.614-1.082%201.092M11.6%208.3a3.3%203.3%200%201%201-6.6%200a3.3%203.3%200%200%201%206.6%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-16-filled.svg?color=%231a73e8&size=48