eggs from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
eggs
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the eggs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3.5 24 24"><path fill="currentColor" d="M11.843 12.37A4 4 0 0 0 18 9c0-1.238-.623-3.136-1.58-4.698C15.513 2.822 14.524 2 14 2s-1.513.822-2.42 2.302a12 12 0 0 0-.935 1.884a12.6 12.6 0 0 0-1.277-2.024C10.522 1.91 12.26 0 14 0c3 0 6 5.686 6 9a6 6 0 0 1-8.943 5.23c.36-.563.63-1.19.786-1.86M6 17a6 6 0 0 1-6-6c0-3.314 3-9 6-9s6 5.686 6 9a6 6 0 0 1-6 6m0-2a4 4 0 0 0 4-4c0-1.238-.623-3.136-1.58-4.698C7.513 4.822 6.524 4 6 4s-1.513.822-2.42 2.302C2.623 7.864 2 9.762 2 11a4 4 0 0 0 4 4"/></svg>

React

import type { SVGProps } from "react";

export function JamEggs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3.5 24 24"><path fill="currentColor" d="M11.843 12.37A4 4 0 0 0 18 9c0-1.238-.623-3.136-1.58-4.698C15.513 2.822 14.524 2 14 2s-1.513.822-2.42 2.302a12 12 0 0 0-.935 1.884a12.6 12.6 0 0 0-1.277-2.024C10.522 1.91 12.26 0 14 0c3 0 6 5.686 6 9a6 6 0 0 1-8.943 5.23c.36-.563.63-1.19.786-1.86M6 17a6 6 0 0 1-6-6c0-3.314 3-9 6-9s6 5.686 6 9a6 6 0 0 1-6 6m0-2a4 4 0 0 0 4-4c0-1.238-.623-3.136-1.58-4.698C7.513 4.822 6.524 4 6 4s-1.513.822-2.42 2.302C2.623 7.864 2 9.762 2 11a4 4 0 0 0 4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3.5 24 24"><path fill="currentColor" d="M11.843 12.37A4 4 0 0 0 18 9c0-1.238-.623-3.136-1.58-4.698C15.513 2.822 14.524 2 14 2s-1.513.822-2.42 2.302a12 12 0 0 0-.935 1.884a12.6 12.6 0 0 0-1.277-2.024C10.522 1.91 12.26 0 14 0c3 0 6 5.686 6 9a6 6 0 0 1-8.943 5.23c.36-.563.63-1.19.786-1.86M6 17a6 6 0 0 1-6-6c0-3.314 3-9 6-9s6 5.686 6 9a6 6 0 0 1-6 6m0-2a4 4 0 0 0 4-4c0-1.238-.623-3.136-1.58-4.698C7.513 4.822 6.524 4 6 4s-1.513.822-2.42 2.302C2.623 7.864 2 9.762 2 11a4 4 0 0 0 4 4"/></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%22-2%20-3.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.843%2012.37A4%204%200%200%200%2018%209c0-1.238-.623-3.136-1.58-4.698C15.513%202.822%2014.524%202%2014%202s-1.513.822-2.42%202.302a12%2012%200%200%200-.935%201.884a12.6%2012.6%200%200%200-1.277-2.024C10.522%201.91%2012.26%200%2014%200c3%200%206%205.686%206%209a6%206%200%200%201-8.943%205.23c.36-.563.63-1.19.786-1.86M6%2017a6%206%200%200%201-6-6c0-3.314%203-9%206-9s6%205.686%206%209a6%206%200%200%201-6%206m0-2a4%204%200%200%200%204-4c0-1.238-.623-3.136-1.58-4.698C7.513%204.822%206.524%204%206%204s-1.513.822-2.42%202.302C2.623%207.864%202%209.762%202%2011a4%204%200%200%200%204%204%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%22-2%20-3.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.843%2012.37A4%204%200%200%200%2018%209c0-1.238-.623-3.136-1.58-4.698C15.513%202.822%2014.524%202%2014%202s-1.513.822-2.42%202.302a12%2012%200%200%200-.935%201.884a12.6%2012.6%200%200%200-1.277-2.024C10.522%201.91%2012.26%200%2014%200c3%200%206%205.686%206%209a6%206%200%200%201-8.943%205.23c.36-.563.63-1.19.786-1.86M6%2017a6%206%200%200%201-6-6c0-3.314%203-9%206-9s6%205.686%206%209a6%206%200%200%201-6%206m0-2a4%204%200%200%200%204-4c0-1.238-.623-3.136-1.58-4.698C7.513%204.822%206.524%204%206%204s-1.513.822-2.42%202.302C2.623%207.864%202%209.762%202%2011a4%204%200%200%200%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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