last quarter moon emoji
last-quarter-moon from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- last-quarter-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 last quarter 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 11.5-11 14c-7.732 0-14-6.268-14-14S8.268 2 16 2c7 2.5 11 6.268 11 14"/><path fill="#8d65c5" d="M16 30V2c7.732 0 14 6.268 14 14s-6.268 14-14 14"/><path fill="#f9c23c" d="M16 4.085a1.5 1.5 0 1 0 0 2.83zm0 14.965a2.5 2.5 0 0 0 0 4.9zm-3-6.55a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.811 16.24a14.05 14.05 0 0 1-5.439-4.405a3.5 3.5 0 1 1 5.439 4.406"/><path fill="#6b438b" d="M17 5.5a1.5 1.5 0 0 1-1 1.415v-2.83A1.5 1.5 0 0 1 17 5.5m5.5 8.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m2.382 12.823a14.04 14.04 0 0 0 4.073-5.507a3.5 3.5 0 0 0-4.074 5.507M16 23.95v-4.9q.243-.05.5-.05a2.5 2.5 0 0 1 .014 5h-.028a2.5 2.5 0 0 1-.486-.05"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatLastQuarterMoon(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 11.5-11 14c-7.732 0-14-6.268-14-14S8.268 2 16 2c7 2.5 11 6.268 11 14"/><path fill="#8d65c5" d="M16 30V2c7.732 0 14 6.268 14 14s-6.268 14-14 14"/><path fill="#f9c23c" d="M16 4.085a1.5 1.5 0 1 0 0 2.83zm0 14.965a2.5 2.5 0 0 0 0 4.9zm-3-6.55a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.811 16.24a14.05 14.05 0 0 1-5.439-4.405a3.5 3.5 0 1 1 5.439 4.406"/><path fill="#6b438b" d="M17 5.5a1.5 1.5 0 0 1-1 1.415v-2.83A1.5 1.5 0 0 1 17 5.5m5.5 8.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m2.382 12.823a14.04 14.04 0 0 0 4.073-5.507a3.5 3.5 0 0 0-4.074 5.507M16 23.95v-4.9q.243-.05.5-.05a2.5 2.5 0 0 1 .014 5h-.028a2.5 2.5 0 0 1-.486-.05"/></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 11.5-11 14c-7.732 0-14-6.268-14-14S8.268 2 16 2c7 2.5 11 6.268 11 14"/><path fill="#8d65c5" d="M16 30V2c7.732 0 14 6.268 14 14s-6.268 14-14 14"/><path fill="#f9c23c" d="M16 4.085a1.5 1.5 0 1 0 0 2.83zm0 14.965a2.5 2.5 0 0 0 0 4.9zm-3-6.55a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m-2.811 16.24a14.05 14.05 0 0 1-5.439-4.405a3.5 3.5 0 1 1 5.439 4.406"/><path fill="#6b438b" d="M17 5.5a1.5 1.5 0 0 1-1 1.415v-2.83A1.5 1.5 0 0 1 17 5.5m5.5 8.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m2.382 12.823a14.04 14.04 0 0 0 4.073-5.507a3.5 3.5 0 0 0-4.074 5.507M16 23.95v-4.9q.243-.05.5-.05a2.5 2.5 0 0 1 .014 5h-.028a2.5 2.5 0 0 1-.486-.05"/></g></svg> </template>
CSS
.icon-last-quarter-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%2011.5-11%2014c-7.732%200-14-6.268-14-14S8.268%202%2016%202c7%202.5%2011%206.268%2011%2014%22%2F%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M16%2030V2c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M16%204.085a1.5%201.5%200%201%200%200%202.83zm0%2014.965a2.5%202.5%200%200%200%200%204.9zm-3-6.55a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-2.811%2016.24a14.05%2014.05%200%200%201-5.439-4.405a3.5%203.5%200%201%201%205.439%204.406%22%2F%3E%3Cpath%20fill%3D%22%236b438b%22%20d%3D%22M17%205.5a1.5%201.5%200%200%201-1%201.415v-2.83A1.5%201.5%200%200%201%2017%205.5m5.5%208.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m2.382%2012.823a14.04%2014.04%200%200%200%204.073-5.507a3.5%203.5%200%200%200-4.074%205.507M16%2023.95v-4.9q.243-.05.5-.05a2.5%202.5%200%200%201%20.014%205h-.028a2.5%202.5%200%200%201-.486-.05%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%2011.5-11%2014c-7.732%200-14-6.268-14-14S8.268%202%2016%202c7%202.5%2011%206.268%2011%2014%22%2F%3E%3Cpath%20fill%3D%22%238d65c5%22%20d%3D%22M16%2030V2c7.732%200%2014%206.268%2014%2014s-6.268%2014-14%2014%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M16%204.085a1.5%201.5%200%201%200%200%202.83zm0%2014.965a2.5%202.5%200%200%200%200%204.9zm-3-6.55a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m-2.811%2016.24a14.05%2014.05%200%200%201-5.439-4.405a3.5%203.5%200%201%201%205.439%204.406%22%2F%3E%3Cpath%20fill%3D%22%236b438b%22%20d%3D%22M17%205.5a1.5%201.5%200%200%201-1%201.415v-2.83A1.5%201.5%200%200%201%2017%205.5m5.5%208.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m2.382%2012.823a14.04%2014.04%200%200%200%204.073-5.507a3.5%203.5%200%200%200-4.074%205.507M16%2023.95v-4.9q.243-.05.5-.05a2.5%202.5%200%200%201%20.014%205h-.028a2.5%202.5%200%200%201-.486-.05%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/last-quarter-moon.svg?color=%231a73e8&size=48