nest with eggs emoji
nest-with-eggs from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- nest-with-eggs
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More animals nature icons from OpenMoji
Use the nest with eggs emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M11.59 31.688c0-6.796 10.929-12.305 24.41-12.305s24.41 5.51 24.41 12.305v1.056c0 5.691-2.009 12.49-5.062 16.344c-3.089 3.898-9.593 6.154-19.348 6.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z"/><path fill="#6a462f" d="M56.616 47.215c0 2.108-7.333 8.027-17.63 8.027S20.34 53.533 20.34 51.425s7.458.644 19.39-1.374c10.154-1.717 16.886-4.944 16.886-2.836"/><path fill="#fff" d="M30.19 39.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203 1.325-6.503 3.493-8.1c.842-.629 1.82-.996 2.893-.996c1.53 0 2.865.745 3.91 1.925c1.558 1.762 2.487 4.5 2.487 7.172c0 1.577-.329 3.067-.948 4.325"/><path fill="#fff" d="M22.07 36.855c-.377-1.045-.57-2.206-.57-3.426c0-4.461 2.564-9.097 6.396-9.097c2.071 0 3.774 1.365 4.897 3.33l-3.628 12.426zm25.965 1.21l.01-.01c2.797-3.164 3.958-7.848 1.403-10.413c-2.41-2.41-6.706-1.51-9.852.949l.536 11.497z"/><path fill="#d0cfce" d="M31.105 25.573c-5.01 4.94-5.176 10.262-3.875 13.721l3.6 1.006l-1.257-5.773l2.914-6.585zm6.828 2.253c2.853 3.101-.371 12.474-.371 12.474l3.228-.38l1.028-5.572l-1.321-4.198zm3.885 12.262l5.405-1.51l3.546-6.058l-.96-3.08c-.953 7.415-7.726 7.606-7.726 7.606z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M52.324 33.688c0 3.891-7.308 7.045-16.324 7.045s-16.324-3.154-16.324-7.045m33.626 8.841c-1.585 2.24-5.688 4.008-10.886 4.686"/><path d="M11.59 31.688c0-6.796 10.929-12.305 24.41-12.305s24.41 5.51 24.41 12.305v1.056c0 5.691-2.009 12.49-5.062 16.344c-3.089 3.898-9.593 6.154-19.348 6.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z"/><path d="M30.19 39.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203 1.325-6.503 3.493-8.1c.842-.629 1.82-.996 2.893-.996c1.53 0 2.865.745 3.91 1.925c1.558 1.762 2.487 4.5 2.487 7.172c0 1.577-.329 3.067-.948 4.325"/><path d="M22.255 37.313c-.378-1.046-.756-2.664-.756-3.884c0-4.461 2.565-9.097 6.397-9.097c2.071 0 3.774 1.365 4.897 3.33M47.859 38.49c2.797-3.165 4.144-8.283 1.59-10.848c-2.41-2.41-6.707-1.51-9.853.949"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiNestWithEggs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M11.59 31.688c0-6.796 10.929-12.305 24.41-12.305s24.41 5.51 24.41 12.305v1.056c0 5.691-2.009 12.49-5.062 16.344c-3.089 3.898-9.593 6.154-19.348 6.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z"/><path fill="#6a462f" d="M56.616 47.215c0 2.108-7.333 8.027-17.63 8.027S20.34 53.533 20.34 51.425s7.458.644 19.39-1.374c10.154-1.717 16.886-4.944 16.886-2.836"/><path fill="#fff" d="M30.19 39.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203 1.325-6.503 3.493-8.1c.842-.629 1.82-.996 2.893-.996c1.53 0 2.865.745 3.91 1.925c1.558 1.762 2.487 4.5 2.487 7.172c0 1.577-.329 3.067-.948 4.325"/><path fill="#fff" d="M22.07 36.855c-.377-1.045-.57-2.206-.57-3.426c0-4.461 2.564-9.097 6.396-9.097c2.071 0 3.774 1.365 4.897 3.33l-3.628 12.426zm25.965 1.21l.01-.01c2.797-3.164 3.958-7.848 1.403-10.413c-2.41-2.41-6.706-1.51-9.852.949l.536 11.497z"/><path fill="#d0cfce" d="M31.105 25.573c-5.01 4.94-5.176 10.262-3.875 13.721l3.6 1.006l-1.257-5.773l2.914-6.585zm6.828 2.253c2.853 3.101-.371 12.474-.371 12.474l3.228-.38l1.028-5.572l-1.321-4.198zm3.885 12.262l5.405-1.51l3.546-6.058l-.96-3.08c-.953 7.415-7.726 7.606-7.726 7.606z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M52.324 33.688c0 3.891-7.308 7.045-16.324 7.045s-16.324-3.154-16.324-7.045m33.626 8.841c-1.585 2.24-5.688 4.008-10.886 4.686"/><path d="M11.59 31.688c0-6.796 10.929-12.305 24.41-12.305s24.41 5.51 24.41 12.305v1.056c0 5.691-2.009 12.49-5.062 16.344c-3.089 3.898-9.593 6.154-19.348 6.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z"/><path d="M30.19 39.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203 1.325-6.503 3.493-8.1c.842-.629 1.82-.996 2.893-.996c1.53 0 2.865.745 3.91 1.925c1.558 1.762 2.487 4.5 2.487 7.172c0 1.577-.329 3.067-.948 4.325"/><path d="M22.255 37.313c-.378-1.046-.756-2.664-.756-3.884c0-4.461 2.565-9.097 6.397-9.097c2.071 0 3.774 1.365 4.897 3.33M47.859 38.49c2.797-3.165 4.144-8.283 1.59-10.848c-2.41-2.41-6.707-1.51-9.853.949"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M11.59 31.688c0-6.796 10.929-12.305 24.41-12.305s24.41 5.51 24.41 12.305v1.056c0 5.691-2.009 12.49-5.062 16.344c-3.089 3.898-9.593 6.154-19.348 6.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z"/><path fill="#6a462f" d="M56.616 47.215c0 2.108-7.333 8.027-17.63 8.027S20.34 53.533 20.34 51.425s7.458.644 19.39-1.374c10.154-1.717 16.886-4.944 16.886-2.836"/><path fill="#fff" d="M30.19 39.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203 1.325-6.503 3.493-8.1c.842-.629 1.82-.996 2.893-.996c1.53 0 2.865.745 3.91 1.925c1.558 1.762 2.487 4.5 2.487 7.172c0 1.577-.329 3.067-.948 4.325"/><path fill="#fff" d="M22.07 36.855c-.377-1.045-.57-2.206-.57-3.426c0-4.461 2.564-9.097 6.396-9.097c2.071 0 3.774 1.365 4.897 3.33l-3.628 12.426zm25.965 1.21l.01-.01c2.797-3.164 3.958-7.848 1.403-10.413c-2.41-2.41-6.706-1.51-9.852.949l.536 11.497z"/><path fill="#d0cfce" d="M31.105 25.573c-5.01 4.94-5.176 10.262-3.875 13.721l3.6 1.006l-1.257-5.773l2.914-6.585zm6.828 2.253c2.853 3.101-.371 12.474-.371 12.474l3.228-.38l1.028-5.572l-1.321-4.198zm3.885 12.262l5.405-1.51l3.546-6.058l-.96-3.08c-.953 7.415-7.726 7.606-7.726 7.606z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M52.324 33.688c0 3.891-7.308 7.045-16.324 7.045s-16.324-3.154-16.324-7.045m33.626 8.841c-1.585 2.24-5.688 4.008-10.886 4.686"/><path d="M11.59 31.688c0-6.796 10.929-12.305 24.41-12.305s24.41 5.51 24.41 12.305v1.056c0 5.691-2.009 12.49-5.062 16.344c-3.089 3.898-9.593 6.154-19.348 6.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z"/><path d="M30.19 39.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203 1.325-6.503 3.493-8.1c.842-.629 1.82-.996 2.893-.996c1.53 0 2.865.745 3.91 1.925c1.558 1.762 2.487 4.5 2.487 7.172c0 1.577-.329 3.067-.948 4.325"/><path d="M22.255 37.313c-.378-1.046-.756-2.664-.756-3.884c0-4.461 2.565-9.097 6.397-9.097c2.071 0 3.774 1.365 4.897 3.33M47.859 38.49c2.797-3.165 4.144-8.283 1.59-10.848c-2.41-2.41-6.707-1.51-9.853.949"/></g></svg> </template>
CSS
.icon-nest-with-eggs {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M11.59%2031.688c0-6.796%2010.929-12.305%2024.41-12.305s24.41%205.51%2024.41%2012.305v1.056c0%205.691-2.009%2012.49-5.062%2016.344c-3.089%203.898-9.593%206.154-19.348%206.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M56.616%2047.215c0%202.108-7.333%208.027-17.63%208.027S20.34%2053.533%2020.34%2051.425s7.458.644%2019.39-1.374c10.154-1.717%2016.886-4.944%2016.886-2.836%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30.19%2039.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203%201.325-6.503%203.493-8.1c.842-.629%201.82-.996%202.893-.996c1.53%200%202.865.745%203.91%201.925c1.558%201.762%202.487%204.5%202.487%207.172c0%201.577-.329%203.067-.948%204.325%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.07%2036.855c-.377-1.045-.57-2.206-.57-3.426c0-4.461%202.564-9.097%206.396-9.097c2.071%200%203.774%201.365%204.897%203.33l-3.628%2012.426zm25.965%201.21l.01-.01c2.797-3.164%203.958-7.848%201.403-10.413c-2.41-2.41-6.706-1.51-9.852.949l.536%2011.497z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M31.105%2025.573c-5.01%204.94-5.176%2010.262-3.875%2013.721l3.6%201.006l-1.257-5.773l2.914-6.585zm6.828%202.253c2.853%203.101-.371%2012.474-.371%2012.474l3.228-.38l1.028-5.572l-1.321-4.198zm3.885%2012.262l5.405-1.51l3.546-6.058l-.96-3.08c-.953%207.415-7.726%207.606-7.726%207.606z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M52.324%2033.688c0%203.891-7.308%207.045-16.324%207.045s-16.324-3.154-16.324-7.045m33.626%208.841c-1.585%202.24-5.688%204.008-10.886%204.686%22%2F%3E%3Cpath%20d%3D%22M11.59%2031.688c0-6.796%2010.929-12.305%2024.41-12.305s24.41%205.51%2024.41%2012.305v1.056c0%205.691-2.009%2012.49-5.062%2016.344c-3.089%203.898-9.593%206.154-19.348%206.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z%22%2F%3E%3Cpath%20d%3D%22M30.19%2039.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203%201.325-6.503%203.493-8.1c.842-.629%201.82-.996%202.893-.996c1.53%200%202.865.745%203.91%201.925c1.558%201.762%202.487%204.5%202.487%207.172c0%201.577-.329%203.067-.948%204.325%22%2F%3E%3Cpath%20d%3D%22M22.255%2037.313c-.378-1.046-.756-2.664-.756-3.884c0-4.461%202.565-9.097%206.397-9.097c2.071%200%203.774%201.365%204.897%203.33M47.859%2038.49c2.797-3.165%204.144-8.283%201.59-10.848c-2.41-2.41-6.707-1.51-9.853.949%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M11.59%2031.688c0-6.796%2010.929-12.305%2024.41-12.305s24.41%205.51%2024.41%2012.305v1.056c0%205.691-2.009%2012.49-5.062%2016.344c-3.089%203.898-9.593%206.154-19.348%206.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M56.616%2047.215c0%202.108-7.333%208.027-17.63%208.027S20.34%2053.533%2020.34%2051.425s7.458.644%2019.39-1.374c10.154-1.717%2016.886-4.944%2016.886-2.836%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30.19%2039.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203%201.325-6.503%203.493-8.1c.842-.629%201.82-.996%202.893-.996c1.53%200%202.865.745%203.91%201.925c1.558%201.762%202.487%204.5%202.487%207.172c0%201.577-.329%203.067-.948%204.325%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.07%2036.855c-.377-1.045-.57-2.206-.57-3.426c0-4.461%202.564-9.097%206.396-9.097c2.071%200%203.774%201.365%204.897%203.33l-3.628%2012.426zm25.965%201.21l.01-.01c2.797-3.164%203.958-7.848%201.403-10.413c-2.41-2.41-6.706-1.51-9.852.949l.536%2011.497z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M31.105%2025.573c-5.01%204.94-5.176%2010.262-3.875%2013.721l3.6%201.006l-1.257-5.773l2.914-6.585zm6.828%202.253c2.853%203.101-.371%2012.474-.371%2012.474l3.228-.38l1.028-5.572l-1.321-4.198zm3.885%2012.262l5.405-1.51l3.546-6.058l-.96-3.08c-.953%207.415-7.726%207.606-7.726%207.606z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M52.324%2033.688c0%203.891-7.308%207.045-16.324%207.045s-16.324-3.154-16.324-7.045m33.626%208.841c-1.585%202.24-5.688%204.008-10.886%204.686%22%2F%3E%3Cpath%20d%3D%22M11.59%2031.688c0-6.796%2010.929-12.305%2024.41-12.305s24.41%205.51%2024.41%2012.305v1.056c0%205.691-2.009%2012.49-5.062%2016.344c-3.089%203.898-9.593%206.154-19.348%206.154s-15.854-1.826-19.347-6.154c-3.088-3.826-5.062-9.68-5.062-16.344z%22%2F%3E%3Cpath%20d%3D%22M30.19%2039.981c-.581-1.229-.89-2.68-.89-4.22c0-3.203%201.325-6.503%203.493-8.1c.842-.629%201.82-.996%202.893-.996c1.53%200%202.865.745%203.91%201.925c1.558%201.762%202.487%204.5%202.487%207.172c0%201.577-.329%203.067-.948%204.325%22%2F%3E%3Cpath%20d%3D%22M22.255%2037.313c-.378-1.046-.756-2.664-.756-3.884c0-4.461%202.565-9.097%206.397-9.097c2.071%200%203.774%201.365%204.897%203.33M47.859%2038.49c2.797-3.165%204.144-8.283%201.59-10.848c-2.41-2.41-6.707-1.51-9.853.949%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/nest-with-eggs.svg?color=%231a73e8&size=48