empty nest emoji
empty-nest from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- empty-nest
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the empty nest emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13 5.821h6v-.003a4.855 4.855 0 0 1 0 9.71h-.406a9.3 9.3 0 0 0 2.945-2.174a.5.5 0 0 0-.739-.674a9.12 9.12 0 0 1-6.213 2.85H13a4.855 4.855 0 0 1 0-9.709"/><path d="M8.36 2.488a2.5 2.5 0 0 1 3.487.584l.029.041A2.5 2.5 0 0 1 14.344.992A17.7 17.7 0 0 1 20 1.865q.056-.093.119-.183a2.5 2.5 0 0 1 3.487-.589a12.66 12.66 0 0 1 3.748 5q.558 1.217.93 2.496L30 7.902v5l-1.008.396q.003.1.004.203a10.5 10.5 0 0 1-1.543 5.48H30v5.117h-7.43c-.153 0-.207.203-.074.28l1.727.997c1.31.756.773 2.758-.74 2.758c-.259 0-.514-.069-.738-.198l-1.606-.927a3.43 3.43 0 0 1-3.402 3h-2.352a.385.385 0 0 1-.385-.385v-.194A3.43 3.43 0 0 1 18.43 26h.963l-2.134-1.233a5 5 0 0 0-2.5-.67H2v-5l2.133-.852A10.5 10.5 0 0 1 3 13.546a3 3 0 0 1-.013-.26A13.1 13.1 0 0 1 8.356 2.488zM7.1 6.545a11.35 11.35 0 0 0-2.109 6.741A.5.5 0 0 0 5 13.4v.1a8.5 8.5 0 0 0 8.495 8.5h5.01A8.495 8.495 0 0 0 27 13.5q.002-.182-.008-.363a15.9 15.9 0 0 0-1.454-6.216l-.044-.097l-.015-.031l-.06-.128q-.063-.131-.127-.259a12.6 12.6 0 0 0-1.755-2.676a7 7 0 0 0-1.088-1.004a.5.5 0 1 0-.58.815c.362.268.692.578.981.924q.52.613.941 1.3q.398.645.723 1.329a11.3 11.3 0 0 0-2.555-2.127q-.375-.23-.789-.445a16 16 0 0 0-.415-.2l-.1-.048l-.208-.093a14 14 0 0 0-.662-.267l-.205-.075a14 14 0 0 0-1.075-.33a15.5 15.5 0 0 0-2.728-.456a18 18 0 0 0-1.433-.056a.5.5 0 1 0 0 1q.725 0 1.393.056a14.3 14.3 0 0 1 3.268.646q.63.208 1.236.485A8.4 8.4 0 0 0 18.505 5H13.5a8 8 0 0 0-1.092.07l-.163.022a8.45 8.45 0 0 0-4.277 1.953q.486-.66 1.074-1.231A9 9 0 0 1 10.1 4.93a.5.5 0 1 0-.583-.814q-.591.423-1.117.928a11 11 0 0 0-1.239 1.408z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastEmptyNest(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13 5.821h6v-.003a4.855 4.855 0 0 1 0 9.71h-.406a9.3 9.3 0 0 0 2.945-2.174a.5.5 0 0 0-.739-.674a9.12 9.12 0 0 1-6.213 2.85H13a4.855 4.855 0 0 1 0-9.709"/><path d="M8.36 2.488a2.5 2.5 0 0 1 3.487.584l.029.041A2.5 2.5 0 0 1 14.344.992A17.7 17.7 0 0 1 20 1.865q.056-.093.119-.183a2.5 2.5 0 0 1 3.487-.589a12.66 12.66 0 0 1 3.748 5q.558 1.217.93 2.496L30 7.902v5l-1.008.396q.003.1.004.203a10.5 10.5 0 0 1-1.543 5.48H30v5.117h-7.43c-.153 0-.207.203-.074.28l1.727.997c1.31.756.773 2.758-.74 2.758c-.259 0-.514-.069-.738-.198l-1.606-.927a3.43 3.43 0 0 1-3.402 3h-2.352a.385.385 0 0 1-.385-.385v-.194A3.43 3.43 0 0 1 18.43 26h.963l-2.134-1.233a5 5 0 0 0-2.5-.67H2v-5l2.133-.852A10.5 10.5 0 0 1 3 13.546a3 3 0 0 1-.013-.26A13.1 13.1 0 0 1 8.356 2.488zM7.1 6.545a11.35 11.35 0 0 0-2.109 6.741A.5.5 0 0 0 5 13.4v.1a8.5 8.5 0 0 0 8.495 8.5h5.01A8.495 8.495 0 0 0 27 13.5q.002-.182-.008-.363a15.9 15.9 0 0 0-1.454-6.216l-.044-.097l-.015-.031l-.06-.128q-.063-.131-.127-.259a12.6 12.6 0 0 0-1.755-2.676a7 7 0 0 0-1.088-1.004a.5.5 0 1 0-.58.815c.362.268.692.578.981.924q.52.613.941 1.3q.398.645.723 1.329a11.3 11.3 0 0 0-2.555-2.127q-.375-.23-.789-.445a16 16 0 0 0-.415-.2l-.1-.048l-.208-.093a14 14 0 0 0-.662-.267l-.205-.075a14 14 0 0 0-1.075-.33a15.5 15.5 0 0 0-2.728-.456a18 18 0 0 0-1.433-.056a.5.5 0 1 0 0 1q.725 0 1.393.056a14.3 14.3 0 0 1 3.268.646q.63.208 1.236.485A8.4 8.4 0 0 0 18.505 5H13.5a8 8 0 0 0-1.092.07l-.163.022a8.45 8.45 0 0 0-4.277 1.953q.486-.66 1.074-1.231A9 9 0 0 1 10.1 4.93a.5.5 0 1 0-.583-.814q-.591.423-1.117.928a11 11 0 0 0-1.239 1.408z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13 5.821h6v-.003a4.855 4.855 0 0 1 0 9.71h-.406a9.3 9.3 0 0 0 2.945-2.174a.5.5 0 0 0-.739-.674a9.12 9.12 0 0 1-6.213 2.85H13a4.855 4.855 0 0 1 0-9.709"/><path d="M8.36 2.488a2.5 2.5 0 0 1 3.487.584l.029.041A2.5 2.5 0 0 1 14.344.992A17.7 17.7 0 0 1 20 1.865q.056-.093.119-.183a2.5 2.5 0 0 1 3.487-.589a12.66 12.66 0 0 1 3.748 5q.558 1.217.93 2.496L30 7.902v5l-1.008.396q.003.1.004.203a10.5 10.5 0 0 1-1.543 5.48H30v5.117h-7.43c-.153 0-.207.203-.074.28l1.727.997c1.31.756.773 2.758-.74 2.758c-.259 0-.514-.069-.738-.198l-1.606-.927a3.43 3.43 0 0 1-3.402 3h-2.352a.385.385 0 0 1-.385-.385v-.194A3.43 3.43 0 0 1 18.43 26h.963l-2.134-1.233a5 5 0 0 0-2.5-.67H2v-5l2.133-.852A10.5 10.5 0 0 1 3 13.546a3 3 0 0 1-.013-.26A13.1 13.1 0 0 1 8.356 2.488zM7.1 6.545a11.35 11.35 0 0 0-2.109 6.741A.5.5 0 0 0 5 13.4v.1a8.5 8.5 0 0 0 8.495 8.5h5.01A8.495 8.495 0 0 0 27 13.5q.002-.182-.008-.363a15.9 15.9 0 0 0-1.454-6.216l-.044-.097l-.015-.031l-.06-.128q-.063-.131-.127-.259a12.6 12.6 0 0 0-1.755-2.676a7 7 0 0 0-1.088-1.004a.5.5 0 1 0-.58.815c.362.268.692.578.981.924q.52.613.941 1.3q.398.645.723 1.329a11.3 11.3 0 0 0-2.555-2.127q-.375-.23-.789-.445a16 16 0 0 0-.415-.2l-.1-.048l-.208-.093a14 14 0 0 0-.662-.267l-.205-.075a14 14 0 0 0-1.075-.33a15.5 15.5 0 0 0-2.728-.456a18 18 0 0 0-1.433-.056a.5.5 0 1 0 0 1q.725 0 1.393.056a14.3 14.3 0 0 1 3.268.646q.63.208 1.236.485A8.4 8.4 0 0 0 18.505 5H13.5a8 8 0 0 0-1.092.07l-.163.022a8.45 8.45 0 0 0-4.277 1.953q.486-.66 1.074-1.231A9 9 0 0 1 10.1 4.93a.5.5 0 1 0-.583-.814q-.591.423-1.117.928a11 11 0 0 0-1.239 1.408z"/></g></svg> </template>
CSS
.icon-empty-nest {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%205.821h6v-.003a4.855%204.855%200%200%201%200%209.71h-.406a9.3%209.3%200%200%200%202.945-2.174a.5.5%200%200%200-.739-.674a9.12%209.12%200%200%201-6.213%202.85H13a4.855%204.855%200%200%201%200-9.709%22%2F%3E%3Cpath%20d%3D%22M8.36%202.488a2.5%202.5%200%200%201%203.487.584l.029.041A2.5%202.5%200%200%201%2014.344.992A17.7%2017.7%200%200%201%2020%201.865q.056-.093.119-.183a2.5%202.5%200%200%201%203.487-.589a12.66%2012.66%200%200%201%203.748%205q.558%201.217.93%202.496L30%207.902v5l-1.008.396q.003.1.004.203a10.5%2010.5%200%200%201-1.543%205.48H30v5.117h-7.43c-.153%200-.207.203-.074.28l1.727.997c1.31.756.773%202.758-.74%202.758c-.259%200-.514-.069-.738-.198l-1.606-.927a3.43%203.43%200%200%201-3.402%203h-2.352a.385.385%200%200%201-.385-.385v-.194A3.43%203.43%200%200%201%2018.43%2026h.963l-2.134-1.233a5%205%200%200%200-2.5-.67H2v-5l2.133-.852A10.5%2010.5%200%200%201%203%2013.546a3%203%200%200%201-.013-.26A13.1%2013.1%200%200%201%208.356%202.488zM7.1%206.545a11.35%2011.35%200%200%200-2.109%206.741A.5.5%200%200%200%205%2013.4v.1a8.5%208.5%200%200%200%208.495%208.5h5.01A8.495%208.495%200%200%200%2027%2013.5q.002-.182-.008-.363a15.9%2015.9%200%200%200-1.454-6.216l-.044-.097l-.015-.031l-.06-.128q-.063-.131-.127-.259a12.6%2012.6%200%200%200-1.755-2.676a7%207%200%200%200-1.088-1.004a.5.5%200%201%200-.58.815c.362.268.692.578.981.924q.52.613.941%201.3q.398.645.723%201.329a11.3%2011.3%200%200%200-2.555-2.127q-.375-.23-.789-.445a16%2016%200%200%200-.415-.2l-.1-.048l-.208-.093a14%2014%200%200%200-.662-.267l-.205-.075a14%2014%200%200%200-1.075-.33a15.5%2015.5%200%200%200-2.728-.456a18%2018%200%200%200-1.433-.056a.5.5%200%201%200%200%201q.725%200%201.393.056a14.3%2014.3%200%200%201%203.268.646q.63.208%201.236.485A8.4%208.4%200%200%200%2018.505%205H13.5a8%208%200%200%200-1.092.07l-.163.022a8.45%208.45%200%200%200-4.277%201.953q.486-.66%201.074-1.231A9%209%200%200%201%2010.1%204.93a.5.5%200%201%200-.583-.814q-.591.423-1.117.928a11%2011%200%200%200-1.239%201.408z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%205.821h6v-.003a4.855%204.855%200%200%201%200%209.71h-.406a9.3%209.3%200%200%200%202.945-2.174a.5.5%200%200%200-.739-.674a9.12%209.12%200%200%201-6.213%202.85H13a4.855%204.855%200%200%201%200-9.709%22%2F%3E%3Cpath%20d%3D%22M8.36%202.488a2.5%202.5%200%200%201%203.487.584l.029.041A2.5%202.5%200%200%201%2014.344.992A17.7%2017.7%200%200%201%2020%201.865q.056-.093.119-.183a2.5%202.5%200%200%201%203.487-.589a12.66%2012.66%200%200%201%203.748%205q.558%201.217.93%202.496L30%207.902v5l-1.008.396q.003.1.004.203a10.5%2010.5%200%200%201-1.543%205.48H30v5.117h-7.43c-.153%200-.207.203-.074.28l1.727.997c1.31.756.773%202.758-.74%202.758c-.259%200-.514-.069-.738-.198l-1.606-.927a3.43%203.43%200%200%201-3.402%203h-2.352a.385.385%200%200%201-.385-.385v-.194A3.43%203.43%200%200%201%2018.43%2026h.963l-2.134-1.233a5%205%200%200%200-2.5-.67H2v-5l2.133-.852A10.5%2010.5%200%200%201%203%2013.546a3%203%200%200%201-.013-.26A13.1%2013.1%200%200%201%208.356%202.488zM7.1%206.545a11.35%2011.35%200%200%200-2.109%206.741A.5.5%200%200%200%205%2013.4v.1a8.5%208.5%200%200%200%208.495%208.5h5.01A8.495%208.495%200%200%200%2027%2013.5q.002-.182-.008-.363a15.9%2015.9%200%200%200-1.454-6.216l-.044-.097l-.015-.031l-.06-.128q-.063-.131-.127-.259a12.6%2012.6%200%200%200-1.755-2.676a7%207%200%200%200-1.088-1.004a.5.5%200%201%200-.58.815c.362.268.692.578.981.924q.52.613.941%201.3q.398.645.723%201.329a11.3%2011.3%200%200%200-2.555-2.127q-.375-.23-.789-.445a16%2016%200%200%200-.415-.2l-.1-.048l-.208-.093a14%2014%200%200%200-.662-.267l-.205-.075a14%2014%200%200%200-1.075-.33a15.5%2015.5%200%200%200-2.728-.456a18%2018%200%200%200-1.433-.056a.5.5%200%201%200%200%201q.725%200%201.393.056a14.3%2014.3%200%200%201%203.268.646q.63.208%201.236.485A8.4%208.4%200%200%200%2018.505%205H13.5a8%208%200%200%200-1.092.07l-.163.022a8.45%208.45%200%200%200-4.277%201.953q.486-.66%201.074-1.231A9%209%200%200%201%2010.1%204.93a.5.5%200%201%200-.583-.814q-.591.423-1.117.928a11%2011%200%200%200-1.239%201.408z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/empty-nest.svg?color=%231a73e8&size=48