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

Name
egg
Set
Font Awesome Solid
Style
Solid
Category
Food
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More food icons from Font Awesome Solid

Use the egg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 560c-106 0-192-102-192-208c0-112 64-272 192-272s192 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.2c-11.2 31.6-16.9 65.1-16.9 93.5c0 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.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidEgg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 560c-106 0-192-102-192-208c0-112 64-272 192-272s192 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.2c-11.2 31.6-16.9 65.1-16.9 93.5c0 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.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 560c-106 0-192-102-192-208c0-112 64-272 192-272s192 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.2c-11.2 31.6-16.9 65.1-16.9 93.5c0 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.2z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20560c-106%200-192-102-192-208c0-112%2064-272%20192-272s192%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.2c-11.2%2031.6-16.9%2065.1-16.9%2093.5c0%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.2z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20560c-106%200-192-102-192-208c0-112%2064-272%20192-272s192%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.2c-11.2%2031.6-16.9%2065.1-16.9%2093.5c0%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.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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