egg-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
egg-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
egg-outline-rounded

3 other variants in Material Symbols Light

The same icon in other sets

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.222m7.827-.704Q17 16.018 17 13.874q0-1.472-.478-3.037q-.478-1.566-1.215-2.865t-1.623-2.145q-.884-.846-1.7-.846q-.817 0-1.704.846q-.888.846-1.625 2.155t-1.216 2.874t-.478 3.01q0 2.151 1.463 3.652t3.557 1.501t3.556-1.5m-2.537-.5q.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.019M11.98 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEggOutline(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.222m7.827-.704Q17 16.018 17 13.874q0-1.472-.478-3.037q-.478-1.566-1.215-2.865t-1.623-2.145q-.884-.846-1.7-.846q-.817 0-1.704.846q-.888.846-1.625 2.155t-1.216 2.874t-.478 3.01q0 2.151 1.463 3.652t3.557 1.501t3.556-1.5m-2.537-.5q.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.019M11.98 12"/></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.222m7.827-.704Q17 16.018 17 13.874q0-1.472-.478-3.037q-.478-1.566-1.215-2.865t-1.623-2.145q-.884-.846-1.7-.846q-.817 0-1.704.846q-.888.846-1.625 2.155t-1.216 2.874t-.478 3.01q0 2.151 1.463 3.652t3.557 1.501t3.556-1.5m-2.537-.5q.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.019M11.98 12"/></svg>
</template>

CSS

.icon-egg-outline {
  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.222m7.827-.704Q17%2016.018%2017%2013.874q0-1.472-.478-3.037q-.478-1.566-1.215-2.865t-1.623-2.145q-.884-.846-1.7-.846q-.817%200-1.704.846q-.888.846-1.625%202.155t-1.216%202.874t-.478%203.01q0%202.151%201.463%203.652t3.557%201.501t3.556-1.5m-2.537-.5q.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.019M11.98%2012%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.222m7.827-.704Q17%2016.018%2017%2013.874q0-1.472-.478-3.037q-.478-1.566-1.215-2.865t-1.623-2.145q-.884-.846-1.7-.846q-.817%200-1.704.846q-.888.846-1.625%202.155t-1.216%202.874t-.478%203.01q0%202.151%201.463%203.652t3.557%201.501t3.556-1.5m-2.537-.5q.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.019M11.98%2012%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-outline.svg?color=%231a73e8&size=48