egg-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
egg-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the egg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25c-1.223 0-2.337.521-3.294 1.295c-.955.773-1.79 1.827-2.477 2.98C4.864 8.817 4 11.65 4 13.8c0 4.395 3.587 7.95 8 7.95s8-3.555 8-7.95c0-2.151-.864-4.983-2.23-7.275c-.686-1.153-1.52-2.207-2.476-2.98C14.337 2.771 13.222 2.25 12 2.25"/></svg>

React

import type { SVGProps } from "react";

export function MynauiEggSolid(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="M12 2.25c-1.223 0-2.337.521-3.294 1.295c-.955.773-1.79 1.827-2.477 2.98C4.864 8.817 4 11.65 4 13.8c0 4.395 3.587 7.95 8 7.95s8-3.555 8-7.95c0-2.151-.864-4.983-2.23-7.275c-.686-1.153-1.52-2.207-2.476-2.98C14.337 2.771 13.222 2.25 12 2.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.25c-1.223 0-2.337.521-3.294 1.295c-.955.773-1.79 1.827-2.477 2.98C4.864 8.817 4 11.65 4 13.8c0 4.395 3.587 7.95 8 7.95s8-3.555 8-7.95c0-2.151-.864-4.983-2.23-7.275c-.686-1.153-1.52-2.207-2.476-2.98C14.337 2.771 13.222 2.25 12 2.25"/></svg>
</template>

CSS

.icon-egg-solid {
  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%22M12%202.25c-1.223%200-2.337.521-3.294%201.295c-.955.773-1.79%201.827-2.477%202.98C4.864%208.817%204%2011.65%204%2013.8c0%204.395%203.587%207.95%208%207.95s8-3.555%208-7.95c0-2.151-.864-4.983-2.23-7.275c-.686-1.153-1.52-2.207-2.476-2.98C14.337%202.771%2013.222%202.25%2012%202.25%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%22M12%202.25c-1.223%200-2.337.521-3.294%201.295c-.955.773-1.79%201.827-2.477%202.98C4.864%208.817%204%2011.65%204%2013.8c0%204.395%203.587%207.95%208%207.95s8-3.555%208-7.95c0-2.151-.864-4.983-2.23-7.275c-.686-1.153-1.52-2.207-2.476-2.98C14.337%202.771%2013.222%202.25%2012%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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