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

Name
egg-alt-outline
Set
Material Symbols Light
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 Light

The same icon in other sets

More social icons from Material Symbols Light

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 21q-1.425 0-2.153-.505t-1.231-1.034q-.553-.596-1.115-1.028T9.975 18q-.971 0-2.183-.349t-2.27-1.121t-1.787-2.005t-.735-3q-.012-3.637 1.841-6.08Q6.694 3 9.975 3q1.487 0 2.548.426t1.834 1.095t1.336 1.482t1.038 1.572q.377.616.744 1.153t.814.984q1.365 1.365 2.038 2.355T21 15.025q0 2.558-1.555 4.266T16 21m0-1q1.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-5.5q1.027 0 1.764-.736T14.5 12t-.736-1.764T12 9.5t-1.764.737T9.5 12t.737 1.764T12 14.5m-.025-2.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEggAltOutline(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 21q-1.425 0-2.153-.505t-1.231-1.034q-.553-.596-1.115-1.028T9.975 18q-.971 0-2.183-.349t-2.27-1.121t-1.787-2.005t-.735-3q-.012-3.637 1.841-6.08Q6.694 3 9.975 3q1.487 0 2.548.426t1.834 1.095t1.336 1.482t1.038 1.572q.377.616.744 1.153t.814.984q1.365 1.365 2.038 2.355T21 15.025q0 2.558-1.555 4.266T16 21m0-1q1.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-5.5q1.027 0 1.764-.736T14.5 12t-.736-1.764T12 9.5t-1.764.737T9.5 12t.737 1.764T12 14.5m-.025-2.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 21q-1.425 0-2.153-.505t-1.231-1.034q-.553-.596-1.115-1.028T9.975 18q-.971 0-2.183-.349t-2.27-1.121t-1.787-2.005t-.735-3q-.012-3.637 1.841-6.08Q6.694 3 9.975 3q1.487 0 2.548.426t1.834 1.095t1.336 1.482t1.038 1.572q.377.616.744 1.153t.814.984q1.365 1.365 2.038 2.355T21 15.025q0 2.558-1.555 4.266T16 21m0-1q1.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-5.5q1.027 0 1.764-.736T14.5 12t-.736-1.764T12 9.5t-1.764.737T9.5 12t.737 1.764T12 14.5m-.025-2.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%2021q-1.425%200-2.153-.505t-1.231-1.034q-.553-.596-1.115-1.028T9.975%2018q-.971%200-2.183-.349t-2.27-1.121t-1.787-2.005t-.735-3q-.012-3.637%201.841-6.08Q6.694%203%209.975%203q1.487%200%202.548.426t1.834%201.095t1.336%201.482t1.038%201.572q.377.616.744%201.153t.814.984q1.365%201.365%202.038%202.355T21%2015.025q0%202.558-1.555%204.266T16%2021m0-1q1.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-5.5q1.027%200%201.764-.736T14.5%2012t-.736-1.764T12%209.5t-1.764.737T9.5%2012t.737%201.764T12%2014.5m-.025-2.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%2021q-1.425%200-2.153-.505t-1.231-1.034q-.553-.596-1.115-1.028T9.975%2018q-.971%200-2.183-.349t-2.27-1.121t-1.787-2.005t-.735-3q-.012-3.637%201.841-6.08Q6.694%203%209.975%203q1.487%200%202.548.426t1.834%201.095t1.336%201.482t1.038%201.572q.377.616.744%201.153t.814.984q1.365%201.365%202.038%202.355T21%2015.025q0%202.558-1.555%204.266T16%2021m0-1q1.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-5.5q1.027%200%201.764-.736T14.5%2012t-.736-1.764T12%209.5t-1.764.737T9.5%2012t.737%201.764T12%2014.5m-.025-2.5%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-alt-outline.svg?color=%231a73e8&size=48