egg icon
egg from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- egg
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- egg-rounded
3 other variants in Material Symbols Light
The same icon in other sets
eggBootstrap IconseggEmoji One (Colored)eggFont Awesome 6 SolideggFont Awesome Solidegg-outlineFlowbite IconseggFluent EmojieggFluent Emoji FlateggFluent Emoji High ContrasteggHuge IconseggIconParkeggIconPark OutlineeggIconPark SolideggIconPark TwoToneeggIconoireggIonIconseggJam IconseggLine AwesomeeggLucideeggMaterial SymbolseggMaterial Design Iconsegg-fillMingCute IconeggMyna UI IconseggNoto EmojieggOpenMoji
More social icons from Material Symbols Light
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="M7.71 18.222q-1.748-1.797-1.748-4.362q0-1.689.55-3.437q.552-1.748 1.43-3.182t1.945-2.347t2.094-.913q1.033 0 2.101.902t1.943 2.335t1.425 3.193t.55 3.449q0 2.565-1.753 4.362q-1.754 1.797-4.27 1.797T7.71 18.222M13 17.019q.213 0 .356-.144t.144-.356t-.144-.356t-.356-.144q-1.458 0-2.48-1.02q-1.02-1.021-1.02-2.48q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356q0 1.868 1.316 3.184T13 17.019"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEgg(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="M7.71 18.222q-1.748-1.797-1.748-4.362q0-1.689.55-3.437q.552-1.748 1.43-3.182t1.945-2.347t2.094-.913q1.033 0 2.101.902t1.943 2.335t1.425 3.193t.55 3.449q0 2.565-1.753 4.362q-1.754 1.797-4.27 1.797T7.71 18.222M13 17.019q.213 0 .356-.144t.144-.356t-.144-.356t-.356-.144q-1.458 0-2.48-1.02q-1.02-1.021-1.02-2.48q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356q0 1.868 1.316 3.184T13 17.019"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.71 18.222q-1.748-1.797-1.748-4.362q0-1.689.55-3.437q.552-1.748 1.43-3.182t1.945-2.347t2.094-.913q1.033 0 2.101.902t1.943 2.335t1.425 3.193t.55 3.449q0 2.565-1.753 4.362q-1.754 1.797-4.27 1.797T7.71 18.222M13 17.019q.213 0 .356-.144t.144-.356t-.144-.356t-.356-.144q-1.458 0-2.48-1.02q-1.02-1.021-1.02-2.48q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356q0 1.868 1.316 3.184T13 17.019"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.71%2018.222q-1.748-1.797-1.748-4.362q0-1.689.55-3.437q.552-1.748%201.43-3.182t1.945-2.347t2.094-.913q1.033%200%202.101.902t1.943%202.335t1.425%203.193t.55%203.449q0%202.565-1.753%204.362q-1.754%201.797-4.27%201.797T7.71%2018.222M13%2017.019q.213%200%20.356-.144t.144-.356t-.144-.356t-.356-.144q-1.458%200-2.48-1.02q-1.02-1.021-1.02-2.48q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356q0%201.868%201.316%203.184T13%2017.019%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%22M7.71%2018.222q-1.748-1.797-1.748-4.362q0-1.689.55-3.437q.552-1.748%201.43-3.182t1.945-2.347t2.094-.913q1.033%200%202.101.902t1.943%202.335t1.425%203.193t.55%203.449q0%202.565-1.753%204.362q-1.754%201.797-4.27%201.797T7.71%2018.222M13%2017.019q.213%200%20.356-.144t.144-.356t-.144-.356t-.356-.144q-1.458%200-2.48-1.02q-1.02-1.021-1.02-2.48q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356q0%201.868%201.316%203.184T13%2017.019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/egg.svg?color=%231a73e8&size=48