last quarter moon emoji
last-quarter-moon from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- last-quarter-moon
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji High Contrast
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="currentColor"><path d="M13 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3v1.085a1.5 1.5 0 0 0-1 0a1.5 1.5 0 0 0 1 2.83V19.05q.243-.05.5-.05a2.5 2.5 0 1 1-.5 4.95v-4.9a2.5 2.5 0 0 0 0 4.9V29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16m21.328 9.982a3.5 3.5 0 0 1 3.661-4.948a13.04 13.04 0 0 1-3.66 4.948M16 6.915v-2.83a1.5 1.5 0 0 1 0 2.83m9 4.585a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastLastQuarterMoon(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 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3v1.085a1.5 1.5 0 0 0-1 0a1.5 1.5 0 0 0 1 2.83V19.05q.243-.05.5-.05a2.5 2.5 0 1 1-.5 4.95v-4.9a2.5 2.5 0 0 0 0 4.9V29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16m21.328 9.982a3.5 3.5 0 0 1 3.661-4.948a13.04 13.04 0 0 1-3.66 4.948M16 6.915v-2.83a1.5 1.5 0 0 1 0 2.83m9 4.585a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></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 12.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3v1.085a1.5 1.5 0 0 0-1 0a1.5 1.5 0 0 0 1 2.83V19.05q.243-.05.5-.05a2.5 2.5 0 1 1-.5 4.95v-4.9a2.5 2.5 0 0 0 0 4.9V29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16m21.328 9.982a3.5 3.5 0 0 1 3.661-4.948a13.04 13.04 0 0 1-3.66 4.948M16 6.915v-2.83a1.5 1.5 0 0 1 0 2.83m9 4.585a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M13%2012.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201M3%2016C3%208.82%208.82%203%2016%203v1.085a1.5%201.5%200%200%200-1%200a1.5%201.5%200%200%200%201%202.83V19.05q.243-.05.5-.05a2.5%202.5%200%201%201-.5%204.95v-4.9a2.5%202.5%200%200%200%200%204.9V29c-1.881%200-3.669-.4-5.283-1.118A3.5%203.5%200%200%200%205.48%2023.64A12.94%2012.94%200%200%201%203%2016m21.328%209.982a3.5%203.5%200%200%201%203.661-4.948a13.04%2013.04%200%200%201-3.66%204.948M16%206.915v-2.83a1.5%201.5%200%200%201%200%202.83m9%204.585a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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%2012.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201M3%2016C3%208.82%208.82%203%2016%203v1.085a1.5%201.5%200%200%200-1%200a1.5%201.5%200%200%200%201%202.83V19.05q.243-.05.5-.05a2.5%202.5%200%201%201-.5%204.95v-4.9a2.5%202.5%200%200%200%200%204.9V29c-1.881%200-3.669-.4-5.283-1.118A3.5%203.5%200%200%200%205.48%2023.64A12.94%2012.94%200%200%201%203%2016m21.328%209.982a3.5%203.5%200%200%201%203.661-4.948a13.04%2013.04%200%200%201-3.66%204.948M16%206.915v-2.83a1.5%201.5%200%200%201%200%202.83m9%204.585a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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/last-quarter-moon.svg?color=%231a73e8&size=48