egg icon
egg from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.
- Name
- egg
- Set
- IconPark
- Style
- Color
- Category
- Foods
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
eggBootstrap IconseggEmoji One (Colored)eggFont Awesome 6 SolideggFont Awesome Solidegg-outlineFlowbite IconseggFluent EmojieggFluent Emoji FlateggFluent Emoji High ContrasteggHuge IconseggIconPark OutlineeggIconPark SolideggIconPark TwoToneeggIconoireggIonIconseggJam IconseggLine AwesomeeggLucideeggMaterial SymbolseggMaterial Symbols LighteggMaterial Design Iconsegg-fillMingCute IconeggMyna UI IconseggNoto EmojieggOpenMoji
More foods icons from IconPark
Use the egg icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><circle cx="24" cy="24" r="10" fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round"/><path stroke="#000" d="M44.0001 24C44.0001 26.6325 43.4915 29.1463 42.5672 31.4483C41.6312 33.7794 38.4382 31.5194 35.2215 34.9695C32.0049 38.4196 34.5105 41.2363 32.017 42.3284C29.5627 43.4035 26.8511 44 24.0001 44C12.9544 44 4.00012 35.0457 4.00012 24C4.00012 12.9543 12.9544 4 24.0001 4C35.0458 4 44.0001 12.9543 44.0001 24Z"/><path stroke="#fff" stroke-linecap="round" d="M20 25C20 25 20.2109 26.2109 21 27C21.7891 27.7891 23 28 23 28"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkEgg(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><circle cx="24" cy="24" r="10" fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round"/><path stroke="#000" d="M44.0001 24C44.0001 26.6325 43.4915 29.1463 42.5672 31.4483C41.6312 33.7794 38.4382 31.5194 35.2215 34.9695C32.0049 38.4196 34.5105 41.2363 32.017 42.3284C29.5627 43.4035 26.8511 44 24.0001 44C12.9544 44 4.00012 35.0457 4.00012 24C4.00012 12.9543 12.9544 4 24.0001 4C35.0458 4 44.0001 12.9543 44.0001 24Z"/><path stroke="#fff" strokeLinecap="round" d="M20 25C20 25 20.2109 26.2109 21 27C21.7891 27.7891 23 28 23 28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><circle cx="24" cy="24" r="10" fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round"/><path stroke="#000" d="M44.0001 24C44.0001 26.6325 43.4915 29.1463 42.5672 31.4483C41.6312 33.7794 38.4382 31.5194 35.2215 34.9695C32.0049 38.4196 34.5105 41.2363 32.017 42.3284C29.5627 43.4035 26.8511 44 24.0001 44C12.9544 44 4.00012 35.0457 4.00012 24C4.00012 12.9543 12.9544 4 24.0001 4C35.0458 4 44.0001 12.9543 44.0001 24Z"/><path stroke="#fff" stroke-linecap="round" d="M20 25C20 25 20.2109 26.2109 21 27C21.7891 27.7891 23 28 23 28"/></g></svg> </template>
CSS
.icon-egg {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2210%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M44.0001%2024C44.0001%2026.6325%2043.4915%2029.1463%2042.5672%2031.4483C41.6312%2033.7794%2038.4382%2031.5194%2035.2215%2034.9695C32.0049%2038.4196%2034.5105%2041.2363%2032.017%2042.3284C29.5627%2043.4035%2026.8511%2044%2024.0001%2044C12.9544%2044%204.00012%2035.0457%204.00012%2024C4.00012%2012.9543%2012.9544%204%2024.0001%204C35.0458%204%2044.0001%2012.9543%2044.0001%2024Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M20%2025C20%2025%2020.2109%2026.2109%2021%2027C21.7891%2027.7891%2023%2028%2023%2028%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2210%22%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M44.0001%2024C44.0001%2026.6325%2043.4915%2029.1463%2042.5672%2031.4483C41.6312%2033.7794%2038.4382%2031.5194%2035.2215%2034.9695C32.0049%2038.4196%2034.5105%2041.2363%2032.017%2042.3284C29.5627%2043.4035%2026.8511%2044%2024.0001%2044C12.9544%2044%204.00012%2035.0457%204.00012%2024C4.00012%2012.9543%2012.9544%204%2024.0001%204C35.0458%204%2044.0001%2012.9543%2044.0001%2024Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M20%2025C20%2025%2020.2109%2026.2109%2021%2027C21.7891%2027.7891%2023%2028%2023%2028%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/egg.svg?color=%231a73e8&size=48