egg emoji
egg from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.
- Name
- egg
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Food
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
eggBootstrap IconseggFont Awesome 6 SolideggFont Awesome Solidegg-outlineFlowbite IconseggFluent EmojieggFluent Emoji FlateggFluent Emoji High ContrasteggHuge IconseggIconParkeggIconPark OutlineeggIconPark SolideggIconPark TwoToneeggIconoireggIonIconseggJam IconseggLine AwesomeeggLucideeggMaterial SymbolseggMaterial Symbols LighteggMaterial Design Iconsegg-fillMingCute IconeggMyna UI IconseggNoto EmojieggOpenMoji
More food icons from Emoji One (Colored)
Use the egg emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffc294" d="M53.6 29.8C51.1 11.8 39.7 2 32 2s-19.1 9.8-21.6 27.8C8 47.8 15.9 62 32 62s24-14.2 21.6-32.2"/><path fill="#d3976e" d="M53.6 29.8c-2-14.2-9.5-23.3-16.4-26.5c4.7 4.7 8.9 12.1 10.2 22.1c2.5 18-5.4 32.2-21.6 32.2c-3.5 0-6.6-.7-9.2-1.9c3.7 4 8.9 6.3 15.4 6.3c16.1 0 24-14.2 21.6-32.2" opacity=".33"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneEgg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffc294" d="M53.6 29.8C51.1 11.8 39.7 2 32 2s-19.1 9.8-21.6 27.8C8 47.8 15.9 62 32 62s24-14.2 21.6-32.2"/><path fill="#d3976e" d="M53.6 29.8c-2-14.2-9.5-23.3-16.4-26.5c4.7 4.7 8.9 12.1 10.2 22.1c2.5 18-5.4 32.2-21.6 32.2c-3.5 0-6.6-.7-9.2-1.9c3.7 4 8.9 6.3 15.4 6.3c16.1 0 24-14.2 21.6-32.2" opacity=".33"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ffc294" d="M53.6 29.8C51.1 11.8 39.7 2 32 2s-19.1 9.8-21.6 27.8C8 47.8 15.9 62 32 62s24-14.2 21.6-32.2"/><path fill="#d3976e" d="M53.6 29.8c-2-14.2-9.5-23.3-16.4-26.5c4.7 4.7 8.9 12.1 10.2 22.1c2.5 18-5.4 32.2-21.6 32.2c-3.5 0-6.6-.7-9.2-1.9c3.7 4 8.9 6.3 15.4 6.3c16.1 0 24-14.2 21.6-32.2" opacity=".33"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffc294%22%20d%3D%22M53.6%2029.8C51.1%2011.8%2039.7%202%2032%202s-19.1%209.8-21.6%2027.8C8%2047.8%2015.9%2062%2032%2062s24-14.2%2021.6-32.2%22%2F%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22M53.6%2029.8c-2-14.2-9.5-23.3-16.4-26.5c4.7%204.7%208.9%2012.1%2010.2%2022.1c2.5%2018-5.4%2032.2-21.6%2032.2c-3.5%200-6.6-.7-9.2-1.9c3.7%204%208.9%206.3%2015.4%206.3c16.1%200%2024-14.2%2021.6-32.2%22%20opacity%3D%22.33%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ffc294%22%20d%3D%22M53.6%2029.8C51.1%2011.8%2039.7%202%2032%202s-19.1%209.8-21.6%2027.8C8%2047.8%2015.9%2062%2032%2062s24-14.2%2021.6-32.2%22%2F%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22M53.6%2029.8c-2-14.2-9.5-23.3-16.4-26.5c4.7%204.7%208.9%2012.1%2010.2%2022.1c2.5%2018-5.4%2032.2-21.6%2032.2c-3.5%200-6.6-.7-9.2-1.9c3.7%204%208.9%206.3%2015.4%206.3c16.1%200%2024-14.2%2021.6-32.2%22%20opacity%3D%22.33%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/egg.svg?color=%231a73e8&size=48