egg from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.

Name
egg
Set
Twitter Emoji
Style
Default
Category
Food & Drink
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More food & drink icons from Twitter Emoji

Use the egg emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f7dece" d="M23.142 3.403C21.492 1.899 19.712 1 18 1C12.375 1 6 10.611 6 20c0 .975.079 1.899.202 2.791C7.261 30.484 12.623 35 18 35c6 0 12-5.611 12-15c0-6.531-3.086-13.161-6.858-16.597"/><path fill="#e0aa94" d="M23.142 3.403c2.908 3.519 5.108 9.018 5.108 14.453c0 9.009-5.672 14.393-11.344 14.393c-4.541 0-9.075-3.459-10.705-9.459C7.261 30.484 12.623 35 18 35c6 0 12-5.611 12-15c0-6.531-3.086-13.161-6.858-16.597"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiEgg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f7dece" d="M23.142 3.403C21.492 1.899 19.712 1 18 1C12.375 1 6 10.611 6 20c0 .975.079 1.899.202 2.791C7.261 30.484 12.623 35 18 35c6 0 12-5.611 12-15c0-6.531-3.086-13.161-6.858-16.597"/><path fill="#e0aa94" d="M23.142 3.403c2.908 3.519 5.108 9.018 5.108 14.453c0 9.009-5.672 14.393-11.344 14.393c-4.541 0-9.075-3.459-10.705-9.459C7.261 30.484 12.623 35 18 35c6 0 12-5.611 12-15c0-6.531-3.086-13.161-6.858-16.597"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f7dece" d="M23.142 3.403C21.492 1.899 19.712 1 18 1C12.375 1 6 10.611 6 20c0 .975.079 1.899.202 2.791C7.261 30.484 12.623 35 18 35c6 0 12-5.611 12-15c0-6.531-3.086-13.161-6.858-16.597"/><path fill="#e0aa94" d="M23.142 3.403c2.908 3.519 5.108 9.018 5.108 14.453c0 9.009-5.672 14.393-11.344 14.393c-4.541 0-9.075-3.459-10.705-9.459C7.261 30.484 12.623 35 18 35c6 0 12-5.611 12-15c0-6.531-3.086-13.161-6.858-16.597"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f7dece%22%20d%3D%22M23.142%203.403C21.492%201.899%2019.712%201%2018%201C12.375%201%206%2010.611%206%2020c0%20.975.079%201.899.202%202.791C7.261%2030.484%2012.623%2035%2018%2035c6%200%2012-5.611%2012-15c0-6.531-3.086-13.161-6.858-16.597%22%2F%3E%3Cpath%20fill%3D%22%23e0aa94%22%20d%3D%22M23.142%203.403c2.908%203.519%205.108%209.018%205.108%2014.453c0%209.009-5.672%2014.393-11.344%2014.393c-4.541%200-9.075-3.459-10.705-9.459C7.261%2030.484%2012.623%2035%2018%2035c6%200%2012-5.611%2012-15c0-6.531-3.086-13.161-6.858-16.597%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23f7dece%22%20d%3D%22M23.142%203.403C21.492%201.899%2019.712%201%2018%201C12.375%201%206%2010.611%206%2020c0%20.975.079%201.899.202%202.791C7.261%2030.484%2012.623%2035%2018%2035c6%200%2012-5.611%2012-15c0-6.531-3.086-13.161-6.858-16.597%22%2F%3E%3Cpath%20fill%3D%22%23e0aa94%22%20d%3D%22M23.142%203.403c2.908%203.519%205.108%209.018%205.108%2014.453c0%209.009-5.672%2014.393-11.344%2014.393c-4.541%200-9.075-3.459-10.705-9.459C7.261%2030.484%2012.623%2035%2018%2035c6%200%2012-5.611%2012-15c0-6.531-3.086-13.161-6.858-16.597%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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