food-egg-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
food-egg-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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.064 9.58a.5.5 0 1 0 .132-.991c-.94-.125-1.78.589-1.78 1.631a.5.5 0 0 0 1 0c0-.457.328-.683.648-.64m.344 5.385a4.495 4.495 0 1 0 0-8.99a4.495 4.495 0 0 0 0 8.99m0-1a3.495 3.495 0 1 1 0-6.99a3.495 3.495 0 0 1 0 6.99m1.218-11.89c1.045.068 2.026.379 2.727.821c1.607 1.015 2.3 2.131 2.7 2.83c.389.678 1.156 2.183 1.046 3.824a10 10 0 0 1-.174 1.316l-.04.214c-.056.324-.091.656-.032 1.378c.07.851-.102 1.783-.462 2.61c-.36.825-.925 1.587-1.678 2.057c-1.565.978-3.45 1.19-5.218.483c-.809-.323-1.082-.4-1.388-.418a7 7 0 0 0-.646.006h-.007c-.29.012-.662.026-1.179.026c-2.273 0-3.785-1.36-4.557-2.844c-1.131-2.176-1.1-5.47 1.387-7.433c.76-.6.987-.8 1.243-1.227c.421-.702.821-1.252 1.305-1.726c.485-.476 1.036-.859 1.744-1.248c1.029-.566 2.18-.738 3.229-.67m-.065.998c-.9-.06-1.854.092-2.683.548c-.654.36-1.124.692-1.525 1.085c-.401.394-.751.866-1.147 1.526c-.362.603-.728.903-1.481 1.497c-2.01 1.587-2.096 4.31-1.12 6.188c.645 1.24 1.858 2.305 3.67 2.305c.498 0 .856-.014 1.143-.025h.019c.276-.01.51-.02.733-.005c.483.03.89.165 1.696.488c1.461.584 3.012.413 4.317-.403c.538-.336.99-.915 1.291-1.609c.302-.692.438-1.458.383-2.128c-.066-.799-.03-1.216.043-1.632l.045-.241c.057-.303.118-.625.156-1.184c.09-1.327-.543-2.61-.915-3.26c-.361-.628-.954-1.59-2.367-2.481c-.54-.341-1.354-.61-2.258-.67"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodEgg20Regular(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.064 9.58a.5.5 0 1 0 .132-.991c-.94-.125-1.78.589-1.78 1.631a.5.5 0 0 0 1 0c0-.457.328-.683.648-.64m.344 5.385a4.495 4.495 0 1 0 0-8.99a4.495 4.495 0 0 0 0 8.99m0-1a3.495 3.495 0 1 1 0-6.99a3.495 3.495 0 0 1 0 6.99m1.218-11.89c1.045.068 2.026.379 2.727.821c1.607 1.015 2.3 2.131 2.7 2.83c.389.678 1.156 2.183 1.046 3.824a10 10 0 0 1-.174 1.316l-.04.214c-.056.324-.091.656-.032 1.378c.07.851-.102 1.783-.462 2.61c-.36.825-.925 1.587-1.678 2.057c-1.565.978-3.45 1.19-5.218.483c-.809-.323-1.082-.4-1.388-.418a7 7 0 0 0-.646.006h-.007c-.29.012-.662.026-1.179.026c-2.273 0-3.785-1.36-4.557-2.844c-1.131-2.176-1.1-5.47 1.387-7.433c.76-.6.987-.8 1.243-1.227c.421-.702.821-1.252 1.305-1.726c.485-.476 1.036-.859 1.744-1.248c1.029-.566 2.18-.738 3.229-.67m-.065.998c-.9-.06-1.854.092-2.683.548c-.654.36-1.124.692-1.525 1.085c-.401.394-.751.866-1.147 1.526c-.362.603-.728.903-1.481 1.497c-2.01 1.587-2.096 4.31-1.12 6.188c.645 1.24 1.858 2.305 3.67 2.305c.498 0 .856-.014 1.143-.025h.019c.276-.01.51-.02.733-.005c.483.03.89.165 1.696.488c1.461.584 3.012.413 4.317-.403c.538-.336.99-.915 1.291-1.609c.302-.692.438-1.458.383-2.128c-.066-.799-.03-1.216.043-1.632l.045-.241c.057-.303.118-.625.156-1.184c.09-1.327-.543-2.61-.915-3.26c-.361-.628-.954-1.59-2.367-2.481c-.54-.341-1.354-.61-2.258-.67"/></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.064 9.58a.5.5 0 1 0 .132-.991c-.94-.125-1.78.589-1.78 1.631a.5.5 0 0 0 1 0c0-.457.328-.683.648-.64m.344 5.385a4.495 4.495 0 1 0 0-8.99a4.495 4.495 0 0 0 0 8.99m0-1a3.495 3.495 0 1 1 0-6.99a3.495 3.495 0 0 1 0 6.99m1.218-11.89c1.045.068 2.026.379 2.727.821c1.607 1.015 2.3 2.131 2.7 2.83c.389.678 1.156 2.183 1.046 3.824a10 10 0 0 1-.174 1.316l-.04.214c-.056.324-.091.656-.032 1.378c.07.851-.102 1.783-.462 2.61c-.36.825-.925 1.587-1.678 2.057c-1.565.978-3.45 1.19-5.218.483c-.809-.323-1.082-.4-1.388-.418a7 7 0 0 0-.646.006h-.007c-.29.012-.662.026-1.179.026c-2.273 0-3.785-1.36-4.557-2.844c-1.131-2.176-1.1-5.47 1.387-7.433c.76-.6.987-.8 1.243-1.227c.421-.702.821-1.252 1.305-1.726c.485-.476 1.036-.859 1.744-1.248c1.029-.566 2.18-.738 3.229-.67m-.065.998c-.9-.06-1.854.092-2.683.548c-.654.36-1.124.692-1.525 1.085c-.401.394-.751.866-1.147 1.526c-.362.603-.728.903-1.481 1.497c-2.01 1.587-2.096 4.31-1.12 6.188c.645 1.24 1.858 2.305 3.67 2.305c.498 0 .856-.014 1.143-.025h.019c.276-.01.51-.02.733-.005c.483.03.89.165 1.696.488c1.461.584 3.012.413 4.317-.403c.538-.336.99-.915 1.291-1.609c.302-.692.438-1.458.383-2.128c-.066-.799-.03-1.216.043-1.632l.045-.241c.057-.303.118-.625.156-1.184c.09-1.327-.543-2.61-.915-3.26c-.361-.628-.954-1.59-2.367-2.481c-.54-.341-1.354-.61-2.258-.67"/></svg>
</template>

CSS

.icon-food-egg-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.064%209.58a.5.5%200%201%200%20.132-.991c-.94-.125-1.78.589-1.78%201.631a.5.5%200%200%200%201%200c0-.457.328-.683.648-.64m.344%205.385a4.495%204.495%200%201%200%200-8.99a4.495%204.495%200%200%200%200%208.99m0-1a3.495%203.495%200%201%201%200-6.99a3.495%203.495%200%200%201%200%206.99m1.218-11.89c1.045.068%202.026.379%202.727.821c1.607%201.015%202.3%202.131%202.7%202.83c.389.678%201.156%202.183%201.046%203.824a10%2010%200%200%201-.174%201.316l-.04.214c-.056.324-.091.656-.032%201.378c.07.851-.102%201.783-.462%202.61c-.36.825-.925%201.587-1.678%202.057c-1.565.978-3.45%201.19-5.218.483c-.809-.323-1.082-.4-1.388-.418a7%207%200%200%200-.646.006h-.007c-.29.012-.662.026-1.179.026c-2.273%200-3.785-1.36-4.557-2.844c-1.131-2.176-1.1-5.47%201.387-7.433c.76-.6.987-.8%201.243-1.227c.421-.702.821-1.252%201.305-1.726c.485-.476%201.036-.859%201.744-1.248c1.029-.566%202.18-.738%203.229-.67m-.065.998c-.9-.06-1.854.092-2.683.548c-.654.36-1.124.692-1.525%201.085c-.401.394-.751.866-1.147%201.526c-.362.603-.728.903-1.481%201.497c-2.01%201.587-2.096%204.31-1.12%206.188c.645%201.24%201.858%202.305%203.67%202.305c.498%200%20.856-.014%201.143-.025h.019c.276-.01.51-.02.733-.005c.483.03.89.165%201.696.488c1.461.584%203.012.413%204.317-.403c.538-.336.99-.915%201.291-1.609c.302-.692.438-1.458.383-2.128c-.066-.799-.03-1.216.043-1.632l.045-.241c.057-.303.118-.625.156-1.184c.09-1.327-.543-2.61-.915-3.26c-.361-.628-.954-1.59-2.367-2.481c-.54-.341-1.354-.61-2.258-.67%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.064%209.58a.5.5%200%201%200%20.132-.991c-.94-.125-1.78.589-1.78%201.631a.5.5%200%200%200%201%200c0-.457.328-.683.648-.64m.344%205.385a4.495%204.495%200%201%200%200-8.99a4.495%204.495%200%200%200%200%208.99m0-1a3.495%203.495%200%201%201%200-6.99a3.495%203.495%200%200%201%200%206.99m1.218-11.89c1.045.068%202.026.379%202.727.821c1.607%201.015%202.3%202.131%202.7%202.83c.389.678%201.156%202.183%201.046%203.824a10%2010%200%200%201-.174%201.316l-.04.214c-.056.324-.091.656-.032%201.378c.07.851-.102%201.783-.462%202.61c-.36.825-.925%201.587-1.678%202.057c-1.565.978-3.45%201.19-5.218.483c-.809-.323-1.082-.4-1.388-.418a7%207%200%200%200-.646.006h-.007c-.29.012-.662.026-1.179.026c-2.273%200-3.785-1.36-4.557-2.844c-1.131-2.176-1.1-5.47%201.387-7.433c.76-.6.987-.8%201.243-1.227c.421-.702.821-1.252%201.305-1.726c.485-.476%201.036-.859%201.744-1.248c1.029-.566%202.18-.738%203.229-.67m-.065.998c-.9-.06-1.854.092-2.683.548c-.654.36-1.124.692-1.525%201.085c-.401.394-.751.866-1.147%201.526c-.362.603-.728.903-1.481%201.497c-2.01%201.587-2.096%204.31-1.12%206.188c.645%201.24%201.858%202.305%203.67%202.305c.498%200%20.856-.014%201.143-.025h.019c.276-.01.51-.02.733-.005c.483.03.89.165%201.696.488c1.461.584%203.012.413%204.317-.403c.538-.336.99-.915%201.291-1.609c.302-.692.438-1.458.383-2.128c-.066-.799-.03-1.216.043-1.632l.045-.241c.057-.303.118-.625.156-1.184c.09-1.327-.543-2.61-.915-3.26c-.361-.628-.954-1.59-2.367-2.481c-.54-.341-1.354-.61-2.258-.67%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-regular.svg?color=%231a73e8&size=48