egg alt icon
egg-alt-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- egg-alt-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- egg-alt-outline-rounded, egg-alt-outline-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 22m0-2q1.425 0 2.713-1.412T20 15.024q0-1.65-.488-2.425T17.6 10.4q-.525-.5-.937-1.112t-.838-1.263Q14.8 6.4 13.65 5.2T9.975 4Q6.75 4 5.35 6.313T4 11.5q.025 1.675.725 2.75t1.663 1.688t1.962.837T9.975 17q1.275 0 2.05.613T13.3 18.75q.55.575 1.063.913T16 20m-4-4.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5m-.025-3.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEggAltOutline(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 22m0-2q1.425 0 2.713-1.412T20 15.024q0-1.65-.488-2.425T17.6 10.4q-.525-.5-.937-1.112t-.838-1.263Q14.8 6.4 13.65 5.2T9.975 4Q6.75 4 5.35 6.313T4 11.5q.025 1.675.725 2.75t1.663 1.688t1.962.837T9.975 17q1.275 0 2.05.613T13.3 18.75q.55.575 1.063.913T16 20m-4-4.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5m-.025-3.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 22m0-2q1.425 0 2.713-1.412T20 15.024q0-1.65-.488-2.425T17.6 10.4q-.525-.5-.937-1.112t-.838-1.263Q14.8 6.4 13.65 5.2T9.975 4Q6.75 4 5.35 6.313T4 11.5q.025 1.675.725 2.75t1.663 1.688t1.962.837T9.975 17q1.275 0 2.05.613T13.3 18.75q.55.575 1.063.913T16 20m-4-4.5q1.45 0 2.475-1.025T15.5 12t-1.025-2.475T12 8.5T9.525 9.525T8.5 12t1.025 2.475T12 15.5m-.025-3.5"/></svg> </template>
CSS
.icon-egg-alt-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%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%2022m0-2q1.425%200%202.713-1.412T20%2015.024q0-1.65-.488-2.425T17.6%2010.4q-.525-.5-.937-1.112t-.838-1.263Q14.8%206.4%2013.65%205.2T9.975%204Q6.75%204%205.35%206.313T4%2011.5q.025%201.675.725%202.75t1.663%201.688t1.962.837T9.975%2017q1.275%200%202.05.613T13.3%2018.75q.55.575%201.063.913T16%2020m-4-4.5q1.45%200%202.475-1.025T15.5%2012t-1.025-2.475T12%208.5T9.525%209.525T8.5%2012t1.025%202.475T12%2015.5m-.025-3.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%2022m0-2q1.425%200%202.713-1.412T20%2015.024q0-1.65-.488-2.425T17.6%2010.4q-.525-.5-.937-1.112t-.838-1.263Q14.8%206.4%2013.65%205.2T9.975%204Q6.75%204%205.35%206.313T4%2011.5q.025%201.675.725%202.75t1.663%201.688t1.962.837T9.975%2017q1.275%200%202.05.613T13.3%2018.75q.55.575%201.063.913T16%2020m-4-4.5q1.45%200%202.475-1.025T15.5%2012t-1.025-2.475T12%208.5T9.525%209.525T8.5%2012t1.025%202.475T12%2015.5m-.025-3.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-outline.svg?color=%231a73e8&size=48