egg-alt from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
egg-alt
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
egg-alt-rounded, egg-alt-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the egg alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 22q-1.675 0-2.537-.562T12 20.25q-.475-.5-.913-.875T9.976 19q-1.125 0-2.5-.387t-2.587-1.275t-2.038-2.313t-.85-3.5q-.05-4.175 2.063-6.85T9.974 2q1.775 0 3 .513T15.088 3.8t1.5 1.713t1.162 1.812q.3.5.6.913T19 9q1.5 1.5 2.25 2.625t.75 3.4q0 3-1.862 4.988T16 22m-4-6.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEggAlt(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="M16 22q-1.675 0-2.537-.562T12 20.25q-.475-.5-.913-.875T9.976 19q-1.125 0-2.5-.387t-2.587-1.275t-2.038-2.313t-.85-3.5q-.05-4.175 2.063-6.85T9.974 2q1.775 0 3 .513T15.088 3.8t1.5 1.713t1.162 1.812q.3.5.6.913T19 9q1.5 1.5 2.25 2.625t.75 3.4q0 3-1.862 4.988T16 22m-4-6.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 22q-1.675 0-2.537-.562T12 20.25q-.475-.5-.913-.875T9.976 19q-1.125 0-2.5-.387t-2.587-1.275t-2.038-2.313t-.85-3.5q-.05-4.175 2.063-6.85T9.974 2q1.775 0 3 .513T15.088 3.8t1.5 1.713t1.162 1.812q.3.5.6.913T19 9q1.5 1.5 2.25 2.625t.75 3.4q0 3-1.862 4.988T16 22m-4-6.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5"/></svg>
</template>

CSS

.icon-egg-alt {
  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%22M16%2022q-1.675%200-2.537-.562T12%2020.25q-.475-.5-.913-.875T9.976%2019q-1.125%200-2.5-.387t-2.587-1.275t-2.038-2.313t-.85-3.5q-.05-4.175%202.063-6.85T9.974%202q1.775%200%203%20.513T15.088%203.8t1.5%201.713t1.162%201.812q.3.5.6.913T19%209q1.5%201.5%202.25%202.625t.75%203.4q0%203-1.862%204.988T16%2022m-4-6.5q1.45%200%202.475-1.025T15.5%2012t-1.025-2.475T12%208.5T9.525%209.525T8.5%2012t1.025%202.475T12%2015.5%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%22M16%2022q-1.675%200-2.537-.562T12%2020.25q-.475-.5-.913-.875T9.976%2019q-1.125%200-2.5-.387t-2.587-1.275t-2.038-2.313t-.85-3.5q-.05-4.175%202.063-6.85T9.974%202q1.775%200%203%20.513T15.088%203.8t1.5%201.713t1.162%201.812q.3.5.6.913T19%209q1.5%201.5%202.25%202.625t.75%203.4q0%203-1.862%204.988T16%2022m-4-6.5q1.45%200%202.475-1.025T15.5%2012t-1.025-2.475T12%208.5T9.525%209.525T8.5%2012t1.025%202.475T12%2015.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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