egg from Font Awesome 6 Solid by Dave Gandy · Regular · Food · CC-BY-4.0 Attribution required.

Name
egg
Set
Font Awesome 6 Solid
Style
Regular
Category
Food
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

More food icons from Font Awesome 6 Solid

Use the egg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208m-37.2-362c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2S64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidEgg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208m-37.2-362c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2S64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208m-37.2-362c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2S64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2"/></svg>
</template>

CSS

.icon-egg {
  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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20496C86%20496%200%20394%200%20288C0%20176%2064%2016%20192%2016s192%20160%20192%20272c0%20106-86%20208-192%20208m-37.2-362c6.5-6%207-16.1%201-22.6s-16.1-7-22.6-1c-23.9%2021.8-41.1%2052.7-52.3%2084.2S64%20259.7%2064%20288c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16c0-24.5%205-54.4%2015.1-82.8c10.1-28.5%2025-54.1%2043.7-71.2%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20496C86%20496%200%20394%200%20288C0%20176%2064%2016%20192%2016s192%20160%20192%20272c0%20106-86%20208-192%20208m-37.2-362c6.5-6%207-16.1%201-22.6s-16.1-7-22.6-1c-23.9%2021.8-41.1%2052.7-52.3%2084.2S64%20259.7%2064%20288c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16c0-24.5%205-54.4%2015.1-82.8c10.1-28.5%2025-54.1%2043.7-71.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/egg.svg?color=%231a73e8&size=48