egg emoji
egg from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- egg
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
eggBootstrap IconseggEmoji One (Colored)eggFont 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 Emoji
More food drink icons from OpenMoji
Use the egg emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M36 64c12.858 0 20.96-11.977 20.96-26.157C56.96 23.19 48.546 8 36 8S15.04 23.191 15.04 37.843C15.04 52.023 23.141 64 36 64"/><path fill="#d0cfce" d="M56.96 37.84C56.96 52.02 48.86 64 36 64S15.04 52.02 15.04 37.84c2.827 16.42 17.647 18.98 26.64 12.493c9.697-6.997 12.889-31.67-.01-41.233c9.34 3.73 15.29 16.43 15.29 28.74"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M36 64c12.858 0 20.96-11.977 20.96-26.157C56.96 23.19 48.546 8 36 8S15.04 23.191 15.04 37.843C15.04 52.023 23.141 64 36 64"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiEgg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M36 64c12.858 0 20.96-11.977 20.96-26.157C56.96 23.19 48.546 8 36 8S15.04 23.191 15.04 37.843C15.04 52.023 23.141 64 36 64"/><path fill="#d0cfce" d="M56.96 37.84C56.96 52.02 48.86 64 36 64S15.04 52.02 15.04 37.84c2.827 16.42 17.647 18.98 26.64 12.493c9.697-6.997 12.889-31.67-.01-41.233c9.34 3.73 15.29 16.43 15.29 28.74"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M36 64c12.858 0 20.96-11.977 20.96-26.157C56.96 23.19 48.546 8 36 8S15.04 23.191 15.04 37.843C15.04 52.023 23.141 64 36 64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M36 64c12.858 0 20.96-11.977 20.96-26.157C56.96 23.19 48.546 8 36 8S15.04 23.191 15.04 37.843C15.04 52.023 23.141 64 36 64"/><path fill="#d0cfce" d="M56.96 37.84C56.96 52.02 48.86 64 36 64S15.04 52.02 15.04 37.84c2.827 16.42 17.647 18.98 26.64 12.493c9.697-6.997 12.889-31.67-.01-41.233c9.34 3.73 15.29 16.43 15.29 28.74"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M36 64c12.858 0 20.96-11.977 20.96-26.157C56.96 23.19 48.546 8 36 8S15.04 23.191 15.04 37.843C15.04 52.023 23.141 64 36 64"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2064c12.858%200%2020.96-11.977%2020.96-26.157C56.96%2023.19%2048.546%208%2036%208S15.04%2023.191%2015.04%2037.843C15.04%2052.023%2023.141%2064%2036%2064%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M56.96%2037.84C56.96%2052.02%2048.86%2064%2036%2064S15.04%2052.02%2015.04%2037.84c2.827%2016.42%2017.647%2018.98%2026.64%2012.493c9.697-6.997%2012.889-31.67-.01-41.233c9.34%203.73%2015.29%2016.43%2015.29%2028.74%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M36%2064c12.858%200%2020.96-11.977%2020.96-26.157C56.96%2023.19%2048.546%208%2036%208S15.04%2023.191%2015.04%2037.843C15.04%2052.023%2023.141%2064%2036%2064%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2064c12.858%200%2020.96-11.977%2020.96-26.157C56.96%2023.19%2048.546%208%2036%208S15.04%2023.191%2015.04%2037.843C15.04%2052.023%2023.141%2064%2036%2064%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M56.96%2037.84C56.96%2052.02%2048.86%2064%2036%2064S15.04%2052.02%2015.04%2037.84c2.827%2016.42%2017.647%2018.98%2026.64%2012.493c9.697-6.997%2012.889-31.67-.01-41.233c9.34%203.73%2015.29%2016.43%2015.29%2028.74%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M36%2064c12.858%200%2020.96-11.977%2020.96-26.157C56.96%2023.19%2048.546%208%2036%208S15.04%2023.191%2015.04%2037.843C15.04%2052.023%2023.141%2064%2036%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/egg.svg?color=%231a73e8&size=48