egg from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
egg
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the egg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 14.094C18.75 17.907 15.728 21 12 21s-6.75-3.092-6.75-6.906C5.25 10.279 7.47 3 12 3s6.75 7.279 6.75 11.094"/><path fill="currentColor" d="M18.242 16.727c.337-.837.51-1.731.508-2.633C18.75 10.279 16.529 3 12 3C9.066 3 7.1 6.054 6.08 9.242z"/><path fill="currentColor" d="M10.097 3.464L8.58 10.78l-2.5-1.539c.782-2.441 2.116-4.804 4.016-5.777M6.08 9.242c-.554 1.733-.83 3.508-.83 4.852c0 1.756.641 3.359 1.696 4.578l1.635-7.891zm12.67 4.852c0 .932-.181 1.821-.509 2.633l-3.43-2.112V4.067c2.639 2.164 3.938 7.109 3.938 10.027"/><path fill="currentColor" d="M18.75 14.094c0 .932-.18 1.822-.509 2.633l-3.449-2.123l3.822-2.32c.09.653.136 1.266.136 1.81M6.949 18.657l7.85-4.048l-6.218-3.827z"/><path fill="currentColor" d="M14.812 20.374v-5.758l3.43 2.111a6.86 6.86 0 0 1-3.43 3.647"/></svg>

React

import type { SVGProps } from "react";

export function TokenEgg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 14.094C18.75 17.907 15.728 21 12 21s-6.75-3.092-6.75-6.906C5.25 10.279 7.47 3 12 3s6.75 7.279 6.75 11.094"/><path fill="currentColor" d="M18.242 16.727c.337-.837.51-1.731.508-2.633C18.75 10.279 16.529 3 12 3C9.066 3 7.1 6.054 6.08 9.242z"/><path fill="currentColor" d="M10.097 3.464L8.58 10.78l-2.5-1.539c.782-2.441 2.116-4.804 4.016-5.777M6.08 9.242c-.554 1.733-.83 3.508-.83 4.852c0 1.756.641 3.359 1.696 4.578l1.635-7.891zm12.67 4.852c0 .932-.181 1.821-.509 2.633l-3.43-2.112V4.067c2.639 2.164 3.938 7.109 3.938 10.027"/><path fill="currentColor" d="M18.75 14.094c0 .932-.18 1.822-.509 2.633l-3.449-2.123l3.822-2.32c.09.653.136 1.266.136 1.81M6.949 18.657l7.85-4.048l-6.218-3.827z"/><path fill="currentColor" d="M14.812 20.374v-5.758l3.43 2.111a6.86 6.86 0 0 1-3.43 3.647"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 14.094C18.75 17.907 15.728 21 12 21s-6.75-3.092-6.75-6.906C5.25 10.279 7.47 3 12 3s6.75 7.279 6.75 11.094"/><path fill="currentColor" d="M18.242 16.727c.337-.837.51-1.731.508-2.633C18.75 10.279 16.529 3 12 3C9.066 3 7.1 6.054 6.08 9.242z"/><path fill="currentColor" d="M10.097 3.464L8.58 10.78l-2.5-1.539c.782-2.441 2.116-4.804 4.016-5.777M6.08 9.242c-.554 1.733-.83 3.508-.83 4.852c0 1.756.641 3.359 1.696 4.578l1.635-7.891zm12.67 4.852c0 .932-.181 1.821-.509 2.633l-3.43-2.112V4.067c2.639 2.164 3.938 7.109 3.938 10.027"/><path fill="currentColor" d="M18.75 14.094c0 .932-.18 1.822-.509 2.633l-3.449-2.123l3.822-2.32c.09.653.136 1.266.136 1.81M6.949 18.657l7.85-4.048l-6.218-3.827z"/><path fill="currentColor" d="M14.812 20.374v-5.758l3.43 2.111a6.86 6.86 0 0 1-3.43 3.647"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%2014.094C18.75%2017.907%2015.728%2021%2012%2021s-6.75-3.092-6.75-6.906C5.25%2010.279%207.47%203%2012%203s6.75%207.279%206.75%2011.094%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.242%2016.727c.337-.837.51-1.731.508-2.633C18.75%2010.279%2016.529%203%2012%203C9.066%203%207.1%206.054%206.08%209.242z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.097%203.464L8.58%2010.78l-2.5-1.539c.782-2.441%202.116-4.804%204.016-5.777M6.08%209.242c-.554%201.733-.83%203.508-.83%204.852c0%201.756.641%203.359%201.696%204.578l1.635-7.891zm12.67%204.852c0%20.932-.181%201.821-.509%202.633l-3.43-2.112V4.067c2.639%202.164%203.938%207.109%203.938%2010.027%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%2014.094c0%20.932-.18%201.822-.509%202.633l-3.449-2.123l3.822-2.32c.09.653.136%201.266.136%201.81M6.949%2018.657l7.85-4.048l-6.218-3.827z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.812%2020.374v-5.758l3.43%202.111a6.86%206.86%200%200%201-3.43%203.647%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%2014.094C18.75%2017.907%2015.728%2021%2012%2021s-6.75-3.092-6.75-6.906C5.25%2010.279%207.47%203%2012%203s6.75%207.279%206.75%2011.094%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.242%2016.727c.337-.837.51-1.731.508-2.633C18.75%2010.279%2016.529%203%2012%203C9.066%203%207.1%206.054%206.08%209.242z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.097%203.464L8.58%2010.78l-2.5-1.539c.782-2.441%202.116-4.804%204.016-5.777M6.08%209.242c-.554%201.733-.83%203.508-.83%204.852c0%201.756.641%203.359%201.696%204.578l1.635-7.891zm12.67%204.852c0%20.932-.181%201.821-.509%202.633l-3.43-2.112V4.067c2.639%202.164%203.938%207.109%203.938%2010.027%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.75%2014.094c0%20.932-.18%201.822-.509%202.633l-3.449-2.123l3.822-2.32c.09.653.136%201.266.136%201.81M6.949%2018.657l7.85-4.048l-6.218-3.827z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.812%2020.374v-5.758l3.43%202.111a6.86%206.86%200%200%201-3.43%203.647%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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