eggs from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
eggs
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the eggs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 4.318c2.246-1.973 5.019-2.983 7.175-1.834c3.357 1.788 3.54 7.917 1.509 12.08c-.853 1.749-1.98 2.861-3.242 3.436"/><path d="M15 15.5c0 4.418-2.91 6.5-6.5 6.5S2 19.918 2 15.5S4.786 6 8.5 6s6.5 5.082 6.5 9.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsEggs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M12 4.318c2.246-1.973 5.019-2.983 7.175-1.834c3.357 1.788 3.54 7.917 1.509 12.08c-.853 1.749-1.98 2.861-3.242 3.436"/><path d="M15 15.5c0 4.418-2.91 6.5-6.5 6.5S2 19.918 2 15.5S4.786 6 8.5 6s6.5 5.082 6.5 9.5Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12 4.318c2.246-1.973 5.019-2.983 7.175-1.834c3.357 1.788 3.54 7.917 1.509 12.08c-.853 1.749-1.98 2.861-3.242 3.436"/><path d="M15 15.5c0 4.418-2.91 6.5-6.5 6.5S2 19.918 2 15.5S4.786 6 8.5 6s6.5 5.082 6.5 9.5Z"/></g></svg>
</template>

CSS

.icon-eggs {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204.318c2.246-1.973%205.019-2.983%207.175-1.834c3.357%201.788%203.54%207.917%201.509%2012.08c-.853%201.749-1.98%202.861-3.242%203.436%22%2F%3E%3Cpath%20d%3D%22M15%2015.5c0%204.418-2.91%206.5-6.5%206.5S2%2019.918%202%2015.5S4.786%206%208.5%206s6.5%205.082%206.5%209.5Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%204.318c2.246-1.973%205.019-2.983%207.175-1.834c3.357%201.788%203.54%207.917%201.509%2012.08c-.853%201.749-1.98%202.861-3.242%203.436%22%2F%3E%3Cpath%20d%3D%22M15%2015.5c0%204.418-2.91%206.5-6.5%206.5S2%2019.918%202%2015.5S4.786%206%208.5%206s6.5%205.082%206.5%209.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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