last quarter moon face emoji
last-quarter-moon-face from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- last-quarter-moon-face
- 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 face 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="M16.485 18.439a13.73 13.73 0 0 0 3.585 6.392c1.28 1.28 2.75 2.26 4.31 2.94c.5.22.5.92 0 1.13c-5.35 2.25-11.8 1.04-15.93-3.63c-4.5-5.09-4.65-12.91-.32-18.15c3.51-4.25 8.84-5.83 13.73-4.8c.52.11.64.81.2 1.11c-1.29.88-2.46 1.99-3.44 3.38a14.05 14.05 0 0 0-2.232 5.104l.002-.004l-.008.03q-.112.523-.185 1.05c-.036.302-.064.65-.067 1.02c-.008.782.582 1.283 1.063 1.69c.128.11.248.211.347.31c.38.39.38 1.02-.01 1.4z"/><path fill="#f9c23c" d="M16.86 5.101a3.5 3.5 0 0 0 3.467-3.016a14.1 14.1 0 0 0-6.658.955a3.5 3.5 0 0 0 3.191 2.061M9 17.311a3.5 3.5 0 0 1-3.191 3.487a14.3 14.3 0 0 1-.668-6.969q.177-.018.359-.018a3.5 3.5 0 0 1 3.5 3.5m7.42 11.78a2.54 2.54 0 1 0 0-5.08a2.54 2.54 0 0 0 0 5.08m-2.48-22.5a1.57 1.57 0 1 1-3.14 0a1.57 1.57 0 0 1 3.14 0"/><path fill="#321b41" d="M10.62 9.051a2.48 2.48 0 0 0-2.48 2.48a.5.5 0 1 1-1 0a3.48 3.48 0 0 1 3.48-3.48a.5.5 0 1 1 0 1m2.198 9.007a.75.75 0 0 1 .845.64c.07.503.505.883 1.007.883a.75.75 0 0 1 0 1.5a2.526 2.526 0 0 1-2.493-2.177a.75.75 0 0 1 .64-.846m-2.57-4.673a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 1 0 1.424-.47a2.88 2.88 0 0 0-2.732-1.975a2.87 2.87 0 0 0-2.678 1.816a.75.75 0 0 0 1.396.548"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatLastQuarterMoonFace(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="M16.485 18.439a13.73 13.73 0 0 0 3.585 6.392c1.28 1.28 2.75 2.26 4.31 2.94c.5.22.5.92 0 1.13c-5.35 2.25-11.8 1.04-15.93-3.63c-4.5-5.09-4.65-12.91-.32-18.15c3.51-4.25 8.84-5.83 13.73-4.8c.52.11.64.81.2 1.11c-1.29.88-2.46 1.99-3.44 3.38a14.05 14.05 0 0 0-2.232 5.104l.002-.004l-.008.03q-.112.523-.185 1.05c-.036.302-.064.65-.067 1.02c-.008.782.582 1.283 1.063 1.69c.128.11.248.211.347.31c.38.39.38 1.02-.01 1.4z"/><path fill="#f9c23c" d="M16.86 5.101a3.5 3.5 0 0 0 3.467-3.016a14.1 14.1 0 0 0-6.658.955a3.5 3.5 0 0 0 3.191 2.061M9 17.311a3.5 3.5 0 0 1-3.191 3.487a14.3 14.3 0 0 1-.668-6.969q.177-.018.359-.018a3.5 3.5 0 0 1 3.5 3.5m7.42 11.78a2.54 2.54 0 1 0 0-5.08a2.54 2.54 0 0 0 0 5.08m-2.48-22.5a1.57 1.57 0 1 1-3.14 0a1.57 1.57 0 0 1 3.14 0"/><path fill="#321b41" d="M10.62 9.051a2.48 2.48 0 0 0-2.48 2.48a.5.5 0 1 1-1 0a3.48 3.48 0 0 1 3.48-3.48a.5.5 0 1 1 0 1m2.198 9.007a.75.75 0 0 1 .845.64c.07.503.505.883 1.007.883a.75.75 0 0 1 0 1.5a2.526 2.526 0 0 1-2.493-2.177a.75.75 0 0 1 .64-.846m-2.57-4.673a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 1 0 1.424-.47a2.88 2.88 0 0 0-2.732-1.975a2.87 2.87 0 0 0-2.678 1.816a.75.75 0 0 0 1.396.548"/></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="M16.485 18.439a13.73 13.73 0 0 0 3.585 6.392c1.28 1.28 2.75 2.26 4.31 2.94c.5.22.5.92 0 1.13c-5.35 2.25-11.8 1.04-15.93-3.63c-4.5-5.09-4.65-12.91-.32-18.15c3.51-4.25 8.84-5.83 13.73-4.8c.52.11.64.81.2 1.11c-1.29.88-2.46 1.99-3.44 3.38a14.05 14.05 0 0 0-2.232 5.104l.002-.004l-.008.03q-.112.523-.185 1.05c-.036.302-.064.65-.067 1.02c-.008.782.582 1.283 1.063 1.69c.128.11.248.211.347.31c.38.39.38 1.02-.01 1.4z"/><path fill="#f9c23c" d="M16.86 5.101a3.5 3.5 0 0 0 3.467-3.016a14.1 14.1 0 0 0-6.658.955a3.5 3.5 0 0 0 3.191 2.061M9 17.311a3.5 3.5 0 0 1-3.191 3.487a14.3 14.3 0 0 1-.668-6.969q.177-.018.359-.018a3.5 3.5 0 0 1 3.5 3.5m7.42 11.78a2.54 2.54 0 1 0 0-5.08a2.54 2.54 0 0 0 0 5.08m-2.48-22.5a1.57 1.57 0 1 1-3.14 0a1.57 1.57 0 0 1 3.14 0"/><path fill="#321b41" d="M10.62 9.051a2.48 2.48 0 0 0-2.48 2.48a.5.5 0 1 1-1 0a3.48 3.48 0 0 1 3.48-3.48a.5.5 0 1 1 0 1m2.198 9.007a.75.75 0 0 1 .845.64c.07.503.505.883 1.007.883a.75.75 0 0 1 0 1.5a2.526 2.526 0 0 1-2.493-2.177a.75.75 0 0 1 .64-.846m-2.57-4.673a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 1 0 1.424-.47a2.88 2.88 0 0 0-2.732-1.975a2.87 2.87 0 0 0-2.678 1.816a.75.75 0 0 0 1.396.548"/></g></svg> </template>
CSS
.icon-last-quarter-moon-face {
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%22M16.485%2018.439a13.73%2013.73%200%200%200%203.585%206.392c1.28%201.28%202.75%202.26%204.31%202.94c.5.22.5.92%200%201.13c-5.35%202.25-11.8%201.04-15.93-3.63c-4.5-5.09-4.65-12.91-.32-18.15c3.51-4.25%208.84-5.83%2013.73-4.8c.52.11.64.81.2%201.11c-1.29.88-2.46%201.99-3.44%203.38a14.05%2014.05%200%200%200-2.232%205.104l.002-.004l-.008.03q-.112.523-.185%201.05c-.036.302-.064.65-.067%201.02c-.008.782.582%201.283%201.063%201.69c.128.11.248.211.347.31c.38.39.38%201.02-.01%201.4z%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M16.86%205.101a3.5%203.5%200%200%200%203.467-3.016a14.1%2014.1%200%200%200-6.658.955a3.5%203.5%200%200%200%203.191%202.061M9%2017.311a3.5%203.5%200%200%201-3.191%203.487a14.3%2014.3%200%200%201-.668-6.969q.177-.018.359-.018a3.5%203.5%200%200%201%203.5%203.5m7.42%2011.78a2.54%202.54%200%201%200%200-5.08a2.54%202.54%200%200%200%200%205.08m-2.48-22.5a1.57%201.57%200%201%201-3.14%200a1.57%201.57%200%200%201%203.14%200%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M10.62%209.051a2.48%202.48%200%200%200-2.48%202.48a.5.5%200%201%201-1%200a3.48%203.48%200%200%201%203.48-3.48a.5.5%200%201%201%200%201m2.198%209.007a.75.75%200%200%201%20.845.64c.07.503.505.883%201.007.883a.75.75%200%200%201%200%201.5a2.526%202.526%200%200%201-2.493-2.177a.75.75%200%200%201%20.64-.846m-2.57-4.673a1.37%201.37%200%200%201%201.282-.864c.608%200%201.126.394%201.308.945a.75.75%200%201%200%201.424-.47a2.88%202.88%200%200%200-2.732-1.975a2.87%202.87%200%200%200-2.678%201.816a.75.75%200%200%200%201.396.548%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%22M16.485%2018.439a13.73%2013.73%200%200%200%203.585%206.392c1.28%201.28%202.75%202.26%204.31%202.94c.5.22.5.92%200%201.13c-5.35%202.25-11.8%201.04-15.93-3.63c-4.5-5.09-4.65-12.91-.32-18.15c3.51-4.25%208.84-5.83%2013.73-4.8c.52.11.64.81.2%201.11c-1.29.88-2.46%201.99-3.44%203.38a14.05%2014.05%200%200%200-2.232%205.104l.002-.004l-.008.03q-.112.523-.185%201.05c-.036.302-.064.65-.067%201.02c-.008.782.582%201.283%201.063%201.69c.128.11.248.211.347.31c.38.39.38%201.02-.01%201.4z%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M16.86%205.101a3.5%203.5%200%200%200%203.467-3.016a14.1%2014.1%200%200%200-6.658.955a3.5%203.5%200%200%200%203.191%202.061M9%2017.311a3.5%203.5%200%200%201-3.191%203.487a14.3%2014.3%200%200%201-.668-6.969q.177-.018.359-.018a3.5%203.5%200%200%201%203.5%203.5m7.42%2011.78a2.54%202.54%200%201%200%200-5.08a2.54%202.54%200%200%200%200%205.08m-2.48-22.5a1.57%201.57%200%201%201-3.14%200a1.57%201.57%200%200%201%203.14%200%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M10.62%209.051a2.48%202.48%200%200%200-2.48%202.48a.5.5%200%201%201-1%200a3.48%203.48%200%200%201%203.48-3.48a.5.5%200%201%201%200%201m2.198%209.007a.75.75%200%200%201%20.845.64c.07.503.505.883%201.007.883a.75.75%200%200%201%200%201.5a2.526%202.526%200%200%201-2.493-2.177a.75.75%200%200%201%20.64-.846m-2.57-4.673a1.37%201.37%200%200%201%201.282-.864c.608%200%201.126.394%201.308.945a.75.75%200%201%200%201.424-.47a2.88%202.88%200%200%200-2.732-1.975a2.87%202.87%200%200%200-2.678%201.816a.75.75%200%200%200%201.396.548%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-face.svg?color=%231a73e8&size=48