egg from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
egg
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the egg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 15a5 5 0 0 1-5-5c0-1.956.69-4.286 1.742-6.12c.524-.913 1.112-1.658 1.704-2.164C7.044 1.206 7.572 1 8 1s.956.206 1.554.716c.592.506 1.18 1.251 1.704 2.164C12.31 5.714 13 8.044 13 10a5 5 0 0 1-5 5m0 1a6 6 0 0 0 6-6c0-4.314-3-10-6-10S2 5.686 2 10a6 6 0 0 0 6 6"/></svg>

React

import type { SVGProps } from "react";

export function BiEgg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 15a5 5 0 0 1-5-5c0-1.956.69-4.286 1.742-6.12c.524-.913 1.112-1.658 1.704-2.164C7.044 1.206 7.572 1 8 1s.956.206 1.554.716c.592.506 1.18 1.251 1.704 2.164C12.31 5.714 13 8.044 13 10a5 5 0 0 1-5 5m0 1a6 6 0 0 0 6-6c0-4.314-3-10-6-10S2 5.686 2 10a6 6 0 0 0 6 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 15a5 5 0 0 1-5-5c0-1.956.69-4.286 1.742-6.12c.524-.913 1.112-1.658 1.704-2.164C7.044 1.206 7.572 1 8 1s.956.206 1.554.716c.592.506 1.18 1.251 1.704 2.164C12.31 5.714 13 8.044 13 10a5 5 0 0 1-5 5m0 1a6 6 0 0 0 6-6c0-4.314-3-10-6-10S2 5.686 2 10a6 6 0 0 0 6 6"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2015a5%205%200%200%201-5-5c0-1.956.69-4.286%201.742-6.12c.524-.913%201.112-1.658%201.704-2.164C7.044%201.206%207.572%201%208%201s.956.206%201.554.716c.592.506%201.18%201.251%201.704%202.164C12.31%205.714%2013%208.044%2013%2010a5%205%200%200%201-5%205m0%201a6%206%200%200%200%206-6c0-4.314-3-10-6-10S2%205.686%202%2010a6%206%200%200%200%206%206%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2015a5%205%200%200%201-5-5c0-1.956.69-4.286%201.742-6.12c.524-.913%201.112-1.658%201.704-2.164C7.044%201.206%207.572%201%208%201s.956.206%201.554.716c.592.506%201.18%201.251%201.704%202.164C12.31%205.714%2013%208.044%2013%2010a5%205%200%200%201-5%205m0%201a6%206%200%200%200%206-6c0-4.314-3-10-6-10S2%205.686%202%2010a6%206%200%200%200%206%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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