outline-egg-alt from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
outline-egg-alt
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the outline 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="M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52S6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02C22 12 21.01 11 19 9m-3.01 11c-1.49 0-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64 0-5.92-.99-5.97-5.5c-.03-2.51.68-4.62 1.99-5.95C7.01 4.52 8.35 4 9.97 4c3.34 0 4.51 1.86 5.86 4.02c.55.88 1.07 1.71 1.76 2.39c1.9 1.89 2.41 2.4 2.41 4.61c0 2.85-2.12 4.98-4.01 4.98"/><circle cx="12" cy="12" r="3.5" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineEggAlt(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="M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52S6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02C22 12 21.01 11 19 9m-3.01 11c-1.49 0-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64 0-5.92-.99-5.97-5.5c-.03-2.51.68-4.62 1.99-5.95C7.01 4.52 8.35 4 9.97 4c3.34 0 4.51 1.86 5.86 4.02c.55.88 1.07 1.71 1.76 2.39c1.9 1.89 2.41 2.4 2.41 4.61c0 2.85-2.12 4.98-4.01 4.98"/><circle cx="12" cy="12" r="3.5" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 9c-2-2-3.01-7-9.03-7C4.95 2 1.94 6 2 11.52S6.96 19 9.97 19c2.01 0 2.01 3 6.02 3C19 22 22 19 22 15.02C22 12 21.01 11 19 9m-3.01 11c-1.49 0-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64 0-5.92-.99-5.97-5.5c-.03-2.51.68-4.62 1.99-5.95C7.01 4.52 8.35 4 9.97 4c3.34 0 4.51 1.86 5.86 4.02c.55.88 1.07 1.71 1.76 2.39c1.9 1.89 2.41 2.4 2.41 4.61c0 2.85-2.12 4.98-4.01 4.98"/><circle cx="12" cy="12" r="3.5" fill="currentColor"/></svg>
</template>

CSS

.icon-outline-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%22M19%209c-2-2-3.01-7-9.03-7C4.95%202%201.94%206%202%2011.52S6.96%2019%209.97%2019c2.01%200%202.01%203%206.02%203C19%2022%2022%2019%2022%2015.02C22%2012%2021.01%2011%2019%209m-3.01%2011c-1.49%200-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64%200-5.92-.99-5.97-5.5c-.03-2.51.68-4.62%201.99-5.95C7.01%204.52%208.35%204%209.97%204c3.34%200%204.51%201.86%205.86%204.02c.55.88%201.07%201.71%201.76%202.39c1.9%201.89%202.41%202.4%202.41%204.61c0%202.85-2.12%204.98-4.01%204.98%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223.5%22%20fill%3D%22currentColor%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%22M19%209c-2-2-3.01-7-9.03-7C4.95%202%201.94%206%202%2011.52S6.96%2019%209.97%2019c2.01%200%202.01%203%206.02%203C19%2022%2022%2019%2022%2015.02C22%2012%2021.01%2011%2019%209m-3.01%2011c-1.49%200-1.96-.5-2.68-1.26c-.65-.69-1.65-1.74-3.34-1.74c-1.64%200-5.92-.99-5.97-5.5c-.03-2.51.68-4.62%201.99-5.95C7.01%204.52%208.35%204%209.97%204c3.34%200%204.51%201.86%205.86%204.02c.55.88%201.07%201.71%201.76%202.39c1.9%201.89%202.41%202.4%202.41%204.61c0%202.85-2.12%204.98-4.01%204.98%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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