egg-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
egg-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the egg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M418.39 381.05c-8.08 21.68-19.76 40.1-34.72 54.75c-14.38 14.07-32.1 24.95-52.67 32.34C309.08 476 283.85 480 256 480s-53.08-4-75-11.86c-20.57-7.39-38.29-18.27-52.67-32.34c-15-14.65-26.64-33.07-34.72-54.75C84.58 356.82 80 328.53 80 296.94c0-30.28 6.68-62.57 19.86-96A371 371 0 0 1 151 111.42C195.78 53.56 241 32 256 32s62.67 22.4 105 79.42c18.33 24.71 38.87 58.34 51.17 89.54c13.18 33.41 19.86 65.7 19.86 96c-.03 31.57-4.61 59.86-13.64 84.09"/></svg>

React

import type { SVGProps } from "react";

export function IonEggSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M418.39 381.05c-8.08 21.68-19.76 40.1-34.72 54.75c-14.38 14.07-32.1 24.95-52.67 32.34C309.08 476 283.85 480 256 480s-53.08-4-75-11.86c-20.57-7.39-38.29-18.27-52.67-32.34c-15-14.65-26.64-33.07-34.72-54.75C84.58 356.82 80 328.53 80 296.94c0-30.28 6.68-62.57 19.86-96A371 371 0 0 1 151 111.42C195.78 53.56 241 32 256 32s62.67 22.4 105 79.42c18.33 24.71 38.87 58.34 51.17 89.54c13.18 33.41 19.86 65.7 19.86 96c-.03 31.57-4.61 59.86-13.64 84.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M418.39 381.05c-8.08 21.68-19.76 40.1-34.72 54.75c-14.38 14.07-32.1 24.95-52.67 32.34C309.08 476 283.85 480 256 480s-53.08-4-75-11.86c-20.57-7.39-38.29-18.27-52.67-32.34c-15-14.65-26.64-33.07-34.72-54.75C84.58 356.82 80 328.53 80 296.94c0-30.28 6.68-62.57 19.86-96A371 371 0 0 1 151 111.42C195.78 53.56 241 32 256 32s62.67 22.4 105 79.42c18.33 24.71 38.87 58.34 51.17 89.54c13.18 33.41 19.86 65.7 19.86 96c-.03 31.57-4.61 59.86-13.64 84.09"/></svg>
</template>

CSS

.icon-egg-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M418.39%20381.05c-8.08%2021.68-19.76%2040.1-34.72%2054.75c-14.38%2014.07-32.1%2024.95-52.67%2032.34C309.08%20476%20283.85%20480%20256%20480s-53.08-4-75-11.86c-20.57-7.39-38.29-18.27-52.67-32.34c-15-14.65-26.64-33.07-34.72-54.75C84.58%20356.82%2080%20328.53%2080%20296.94c0-30.28%206.68-62.57%2019.86-96A371%20371%200%200%201%20151%20111.42C195.78%2053.56%20241%2032%20256%2032s62.67%2022.4%20105%2079.42c18.33%2024.71%2038.87%2058.34%2051.17%2089.54c13.18%2033.41%2019.86%2065.7%2019.86%2096c-.03%2031.57-4.61%2059.86-13.64%2084.09%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M418.39%20381.05c-8.08%2021.68-19.76%2040.1-34.72%2054.75c-14.38%2014.07-32.1%2024.95-52.67%2032.34C309.08%20476%20283.85%20480%20256%20480s-53.08-4-75-11.86c-20.57-7.39-38.29-18.27-52.67-32.34c-15-14.65-26.64-33.07-34.72-54.75C84.58%20356.82%2080%20328.53%2080%20296.94c0-30.28%206.68-62.57%2019.86-96A371%20371%200%200%201%20151%20111.42C195.78%2053.56%20241%2032%20256%2032s62.67%2022.4%20105%2079.42c18.33%2024.71%2038.87%2058.34%2051.17%2089.54c13.18%2033.41%2019.86%2065.7%2019.86%2096c-.03%2031.57-4.61%2059.86-13.64%2084.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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