Skip to main content
Go back
Share

Egg

React Code

npm install @mynaui/icons-react
import { Egg } from "@mynaui/icons-react";

const App = () => {
  return <Egg />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M12 21c4.004 0 7.25-3.224 7.25-7.2S16.004 3 12 3 4.75 9.824 4.75 13.8c0 3.976 3.246 7.2 7.25 7.2'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/egg.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-egg"></use>
</svg>