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

Name
food-egg-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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.221a.73.73 0 0 1 .208-.366a.4.4 0 0 1 .11-.076l.004-.001a.5.5 0 0 0 .183-.983c-.402-.085-.76.123-.98.33c-.237.221-.43.538-.504.89a.5.5 0 1 0 .979.206m.606 3.38a3.3 3.3 0 1 0 0-6.6a3.3 3.3 0 0 0 0 6.6m0-1a2.3 2.3 0 1 1 0-4.6a2.3 2.3 0 0 1 0 4.6m.903-8.596c.786.051 1.528.285 2.064.623c1.202.759 1.643 1.455 2.027 2.124c.384.671.786 1.526.786 2.849c0 .62-.069.93-.126 1.19l-.01.045c-.048.215-.087.411-.046.914a4.2 4.2 0 0 1-.35 1.98c-.271.623-.701 1.206-1.283 1.57c-1.183.74-2.611.9-3.95.365c-.595-.238-.778-.285-.978-.298a5 5 0 0 0-.461.005H6.87c-.212.008-.488.019-.87.019c-1.73 0-2.88-1.037-3.464-2.16c-.851-1.637-.836-4.13 1.054-5.623c.558-.44.707-.574.881-.864c.313-.521.613-.935.979-1.294c.367-.36.783-.648 1.31-.937c.781-.43 1.653-.56 2.443-.508m-.066.998c-.64-.042-1.314.066-1.896.386c-.474.26-.808.498-1.09.775c-.285.278-.535.615-.822 1.094c-.28.466-.567.7-1.12 1.135c-1.411 1.115-1.481 3.039-.785 4.377c.456.878 1.307 1.62 2.576 1.62c.363 0 .624-.009.834-.017h.018c.199-.008.376-.015.547-.004c.378.024.695.131 1.287.368c1.031.412 2.125.292 3.05-.285c.366-.23.681-.63.896-1.122c.213-.49.308-1.03.27-1.498c-.051-.614 0-.911.065-1.21l.011-.05c.05-.226.102-.459.102-.971c0-1.086-.318-1.767-.654-2.351c-.336-.587-.677-1.135-1.693-1.776c-.375-.237-.95-.429-1.596-.471"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodEgg16Regular(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.221a.73.73 0 0 1 .208-.366a.4.4 0 0 1 .11-.076l.004-.001a.5.5 0 0 0 .183-.983c-.402-.085-.76.123-.98.33c-.237.221-.43.538-.504.89a.5.5 0 1 0 .979.206m.606 3.38a3.3 3.3 0 1 0 0-6.6a3.3 3.3 0 0 0 0 6.6m0-1a2.3 2.3 0 1 1 0-4.6a2.3 2.3 0 0 1 0 4.6m.903-8.596c.786.051 1.528.285 2.064.623c1.202.759 1.643 1.455 2.027 2.124c.384.671.786 1.526.786 2.849c0 .62-.069.93-.126 1.19l-.01.045c-.048.215-.087.411-.046.914a4.2 4.2 0 0 1-.35 1.98c-.271.623-.701 1.206-1.283 1.57c-1.183.74-2.611.9-3.95.365c-.595-.238-.778-.285-.978-.298a5 5 0 0 0-.461.005H6.87c-.212.008-.488.019-.87.019c-1.73 0-2.88-1.037-3.464-2.16c-.851-1.637-.836-4.13 1.054-5.623c.558-.44.707-.574.881-.864c.313-.521.613-.935.979-1.294c.367-.36.783-.648 1.31-.937c.781-.43 1.653-.56 2.443-.508m-.066.998c-.64-.042-1.314.066-1.896.386c-.474.26-.808.498-1.09.775c-.285.278-.535.615-.822 1.094c-.28.466-.567.7-1.12 1.135c-1.411 1.115-1.481 3.039-.785 4.377c.456.878 1.307 1.62 2.576 1.62c.363 0 .624-.009.834-.017h.018c.199-.008.376-.015.547-.004c.378.024.695.131 1.287.368c1.031.412 2.125.292 3.05-.285c.366-.23.681-.63.896-1.122c.213-.49.308-1.03.27-1.498c-.051-.614 0-.911.065-1.21l.011-.05c.05-.226.102-.459.102-.971c0-1.086-.318-1.767-.654-2.351c-.336-.587-.677-1.135-1.693-1.776c-.375-.237-.95-.429-1.596-.471"/></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.221a.73.73 0 0 1 .208-.366a.4.4 0 0 1 .11-.076l.004-.001a.5.5 0 0 0 .183-.983c-.402-.085-.76.123-.98.33c-.237.221-.43.538-.504.89a.5.5 0 1 0 .979.206m.606 3.38a3.3 3.3 0 1 0 0-6.6a3.3 3.3 0 0 0 0 6.6m0-1a2.3 2.3 0 1 1 0-4.6a2.3 2.3 0 0 1 0 4.6m.903-8.596c.786.051 1.528.285 2.064.623c1.202.759 1.643 1.455 2.027 2.124c.384.671.786 1.526.786 2.849c0 .62-.069.93-.126 1.19l-.01.045c-.048.215-.087.411-.046.914a4.2 4.2 0 0 1-.35 1.98c-.271.623-.701 1.206-1.283 1.57c-1.183.74-2.611.9-3.95.365c-.595-.238-.778-.285-.978-.298a5 5 0 0 0-.461.005H6.87c-.212.008-.488.019-.87.019c-1.73 0-2.88-1.037-3.464-2.16c-.851-1.637-.836-4.13 1.054-5.623c.558-.44.707-.574.881-.864c.313-.521.613-.935.979-1.294c.367-.36.783-.648 1.31-.937c.781-.43 1.653-.56 2.443-.508m-.066.998c-.64-.042-1.314.066-1.896.386c-.474.26-.808.498-1.09.775c-.285.278-.535.615-.822 1.094c-.28.466-.567.7-1.12 1.135c-1.411 1.115-1.481 3.039-.785 4.377c.456.878 1.307 1.62 2.576 1.62c.363 0 .624-.009.834-.017h.018c.199-.008.376-.015.547-.004c.378.024.695.131 1.287.368c1.031.412 2.125.292 3.05-.285c.366-.23.681-.63.896-1.122c.213-.49.308-1.03.27-1.498c-.051-.614 0-.911.065-1.21l.011-.05c.05-.226.102-.459.102-.971c0-1.086-.318-1.767-.654-2.351c-.336-.587-.677-1.135-1.693-1.776c-.375-.237-.95-.429-1.596-.471"/></svg>
</template>

CSS

.icon-food-egg-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.694%208.221a.73.73%200%200%201%20.208-.366a.4.4%200%200%201%20.11-.076l.004-.001a.5.5%200%200%200%20.183-.983c-.402-.085-.76.123-.98.33c-.237.221-.43.538-.504.89a.5.5%200%201%200%20.979.206m.606%203.38a3.3%203.3%200%201%200%200-6.6a3.3%203.3%200%200%200%200%206.6m0-1a2.3%202.3%200%201%201%200-4.6a2.3%202.3%200%200%201%200%204.6m.903-8.596c.786.051%201.528.285%202.064.623c1.202.759%201.643%201.455%202.027%202.124c.384.671.786%201.526.786%202.849c0%20.62-.069.93-.126%201.19l-.01.045c-.048.215-.087.411-.046.914a4.2%204.2%200%200%201-.35%201.98c-.271.623-.701%201.206-1.283%201.57c-1.183.74-2.611.9-3.95.365c-.595-.238-.778-.285-.978-.298a5%205%200%200%200-.461.005H6.87c-.212.008-.488.019-.87.019c-1.73%200-2.88-1.037-3.464-2.16c-.851-1.637-.836-4.13%201.054-5.623c.558-.44.707-.574.881-.864c.313-.521.613-.935.979-1.294c.367-.36.783-.648%201.31-.937c.781-.43%201.653-.56%202.443-.508m-.066.998c-.64-.042-1.314.066-1.896.386c-.474.26-.808.498-1.09.775c-.285.278-.535.615-.822%201.094c-.28.466-.567.7-1.12%201.135c-1.411%201.115-1.481%203.039-.785%204.377c.456.878%201.307%201.62%202.576%201.62c.363%200%20.624-.009.834-.017h.018c.199-.008.376-.015.547-.004c.378.024.695.131%201.287.368c1.031.412%202.125.292%203.05-.285c.366-.23.681-.63.896-1.122c.213-.49.308-1.03.27-1.498c-.051-.614%200-.911.065-1.21l.011-.05c.05-.226.102-.459.102-.971c0-1.086-.318-1.767-.654-2.351c-.336-.587-.677-1.135-1.693-1.776c-.375-.237-.95-.429-1.596-.471%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.221a.73.73%200%200%201%20.208-.366a.4.4%200%200%201%20.11-.076l.004-.001a.5.5%200%200%200%20.183-.983c-.402-.085-.76.123-.98.33c-.237.221-.43.538-.504.89a.5.5%200%201%200%20.979.206m.606%203.38a3.3%203.3%200%201%200%200-6.6a3.3%203.3%200%200%200%200%206.6m0-1a2.3%202.3%200%201%201%200-4.6a2.3%202.3%200%200%201%200%204.6m.903-8.596c.786.051%201.528.285%202.064.623c1.202.759%201.643%201.455%202.027%202.124c.384.671.786%201.526.786%202.849c0%20.62-.069.93-.126%201.19l-.01.045c-.048.215-.087.411-.046.914a4.2%204.2%200%200%201-.35%201.98c-.271.623-.701%201.206-1.283%201.57c-1.183.74-2.611.9-3.95.365c-.595-.238-.778-.285-.978-.298a5%205%200%200%200-.461.005H6.87c-.212.008-.488.019-.87.019c-1.73%200-2.88-1.037-3.464-2.16c-.851-1.637-.836-4.13%201.054-5.623c.558-.44.707-.574.881-.864c.313-.521.613-.935.979-1.294c.367-.36.783-.648%201.31-.937c.781-.43%201.653-.56%202.443-.508m-.066.998c-.64-.042-1.314.066-1.896.386c-.474.26-.808.498-1.09.775c-.285.278-.535.615-.822%201.094c-.28.466-.567.7-1.12%201.135c-1.411%201.115-1.481%203.039-.785%204.377c.456.878%201.307%201.62%202.576%201.62c.363%200%20.624-.009.834-.017h.018c.199-.008.376-.015.547-.004c.378.024.695.131%201.287.368c1.031.412%202.125.292%203.05-.285c.366-.23.681-.63.896-1.122c.213-.49.308-1.03.27-1.498c-.051-.614%200-.911.065-1.21l.011-.05c.05-.226.102-.459.102-.971c0-1.086-.318-1.767-.654-2.351c-.336-.587-.677-1.135-1.693-1.776c-.375-.237-.95-.429-1.596-.471%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-regular.svg?color=%231a73e8&size=48