waning crescent moon emoji
waning-crescent-moon from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- waning-crescent-moon
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji Flat
Use the waning crescent moon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fcd53f" d="M27 16c0 7.732-3.5 12.5-11 14c-7.732 0-14-6.268-14-14S8.268 2 16 2c6.5 2.5 11 6.268 11 14"/><path fill="#8d65c5" d="M15.681 29.996Q15.84 30 16 30c7.732 0 14-6.268 14-14S23.732 2 16 2q-.16 0-.32.004C11.606 5.304 9 10.348 9 16s2.605 10.697 6.681 13.996"/><path fill="#f9c23c" d="M9.5 16a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m-4.75 8.335a14.05 14.05 0 0 0 5.439 4.406a3.5 3.5 0 1 0-5.439-4.406"/><path fill="#6b438b" d="M17 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m8 6a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m12.455-2.684a14.04 14.04 0 0 1-4.073 5.507a3.5 3.5 0 0 1 4.074-5.507M9.001 15.772L9 15.964q.245.036.5.036a3.5 3.5 0 0 0 .867-6.892q-.055.13-.107.262c.46.703.74 1.623.74 2.63c0 1.74-.834 3.222-1.999 3.772"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatWaningCrescentMoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fcd53f" d="M27 16c0 7.732-3.5 12.5-11 14c-7.732 0-14-6.268-14-14S8.268 2 16 2c6.5 2.5 11 6.268 11 14"/><path fill="#8d65c5" d="M15.681 29.996Q15.84 30 16 30c7.732 0 14-6.268 14-14S23.732 2 16 2q-.16 0-.32.004C11.606 5.304 9 10.348 9 16s2.605 10.697 6.681 13.996"/><path fill="#f9c23c" d="M9.5 16a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m-4.75 8.335a14.05 14.05 0 0 0 5.439 4.406a3.5 3.5 0 1 0-5.439-4.406"/><path fill="#6b438b" d="M17 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m8 6a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m12.455-2.684a14.04 14.04 0 0 1-4.073 5.507a3.5 3.5 0 0 1 4.074-5.507M9.001 15.772L9 15.964q.245.036.5.036a3.5 3.5 0 0 0 .867-6.892q-.055.13-.107.262c.46.703.74 1.623.74 2.63c0 1.74-.834 3.222-1.999 3.772"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#fcd53f" d="M27 16c0 7.732-3.5 12.5-11 14c-7.732 0-14-6.268-14-14S8.268 2 16 2c6.5 2.5 11 6.268 11 14"/><path fill="#8d65c5" d="M15.681 29.996Q15.84 30 16 30c7.732 0 14-6.268 14-14S23.732 2 16 2q-.16 0-.32.004C11.606 5.304 9 10.348 9 16s2.605 10.697 6.681 13.996"/><path fill="#f9c23c" d="M9.5 16a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7m-4.75 8.335a14.05 14.05 0 0 0 5.439 4.406a3.5 3.5 0 1 0-5.439-4.406"/><path fill="#6b438b" d="M17 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m8 6a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m12.455-2.684a14.04 14.04 0 0 1-4.073 5.507a3.5 3.5 0 0 1 4.074-5.507M9.001 15.772L9 15.964q.245.036.5.036a3.5 3.5 0 0 0 .867-6.892q-.055.13-.107.262c.46.703.74 1.623.74 2.63c0 1.74-.834 3.222-1.999 3.772"/></g></svg> </template>
CSS
.icon-waning-crescent-moon {
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%22none%22%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M27%2016c0%207.732-3.5%2012.5-11%2014c-7.732%200-14-6.268-14-14S8.268%202%2016%202c6.5%202.5%2011%206.268%2011%2014%22%2F%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M15.681%2029.996Q15.84%2030%2016%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202q-.16%200-.32.004C11.606%205.304%209%2010.348%209%2016s2.605%2010.697%206.681%2013.996%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M9.5%2016a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m-4.75%208.335a14.05%2014.05%200%200%200%205.439%204.406a3.5%203.5%200%201%200-5.439-4.406%22%2F%3E%3Cpath%20fill%3D%22%236b438b%22%20d%3D%22M17%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m8%206a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M16.5%2024a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m12.455-2.684a14.04%2014.04%200%200%201-4.073%205.507a3.5%203.5%200%200%201%204.074-5.507M9.001%2015.772L9%2015.964q.245.036.5.036a3.5%203.5%200%200%200%20.867-6.892q-.055.13-.107.262c.46.703.74%201.623.74%202.63c0%201.74-.834%203.222-1.999%203.772%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%22none%22%3E%3Cpath%20fill%3D%22%23fcd53f%22%20d%3D%22M27%2016c0%207.732-3.5%2012.5-11%2014c-7.732%200-14-6.268-14-14S8.268%202%2016%202c6.5%202.5%2011%206.268%2011%2014%22%2F%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M15.681%2029.996Q15.84%2030%2016%2030c7.732%200%2014-6.268%2014-14S23.732%202%2016%202q-.16%200-.32.004C11.606%205.304%209%2010.348%209%2016s2.605%2010.697%206.681%2013.996%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M9.5%2016a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207m-4.75%208.335a14.05%2014.05%200%200%200%205.439%204.406a3.5%203.5%200%201%200-5.439-4.406%22%2F%3E%3Cpath%20fill%3D%22%236b438b%22%20d%3D%22M17%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m8%206a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M16.5%2024a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m12.455-2.684a14.04%2014.04%200%200%201-4.073%205.507a3.5%203.5%200%200%201%204.074-5.507M9.001%2015.772L9%2015.964q.245.036.5.036a3.5%203.5%200%200%200%20.867-6.892q-.055.13-.107.262c.46.703.74%201.623.74%202.63c0%201.74-.834%203.222-1.999%203.772%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-flat/waning-crescent-moon.svg?color=%231a73e8&size=48