first quarter moon emoji
first-quarter-moon from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- first-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 first 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="M22.5 14a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path d="M1 16C1 7.716 7.716 1 16 1s15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16M16 4.085a1.5 1.5 0 0 1 0 2.83V19.05a2.5 2.5 0 0 1 1 0a2.5 2.5 0 0 1-1 4.9V29c3.169 0 6.073-1.134 8.328-3.018a3.5 3.5 0 0 1 3.661-4.948A13 13 0 0 0 29 16c0-7.18-5.82-13-13-13zm0 0a1.5 1.5 0 1 0 0 2.83zm0 14.965a2.5 2.5 0 0 0 0 4.9zm-5.283 8.832A3.5 3.5 0 0 0 5.48 23.64a13.05 13.05 0 0 0 5.236 4.24M13 12.5a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFirstQuarterMoon(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="M22.5 14a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path d="M1 16C1 7.716 7.716 1 16 1s15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16M16 4.085a1.5 1.5 0 0 1 0 2.83V19.05a2.5 2.5 0 0 1 1 0a2.5 2.5 0 0 1-1 4.9V29c3.169 0 6.073-1.134 8.328-3.018a3.5 3.5 0 0 1 3.661-4.948A13 13 0 0 0 29 16c0-7.18-5.82-13-13-13zm0 0a1.5 1.5 0 1 0 0 2.83zm0 14.965a2.5 2.5 0 0 0 0 4.9zm-5.283 8.832A3.5 3.5 0 0 0 5.48 23.64a13.05 13.05 0 0 0 5.236 4.24M13 12.5a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 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="M22.5 14a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/><path d="M1 16C1 7.716 7.716 1 16 1s15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16M16 4.085a1.5 1.5 0 0 1 0 2.83V19.05a2.5 2.5 0 0 1 1 0a2.5 2.5 0 0 1-1 4.9V29c3.169 0 6.073-1.134 8.328-3.018a3.5 3.5 0 0 1 3.661-4.948A13 13 0 0 0 29 16c0-7.18-5.82-13-13-13zm0 0a1.5 1.5 0 1 0 0 2.83zm0 14.965a2.5 2.5 0 0 0 0 4.9zm-5.283 8.832A3.5 3.5 0 0 0 5.48 23.64a13.05 13.05 0 0 0 5.236 4.24M13 12.5a3.5 3.5 0 1 0-7 0a3.5 3.5 0 0 0 7 0"/></g></svg> </template>
CSS
.icon-first-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%22M22.5%2014a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20d%3D%22M1%2016C1%207.716%207.716%201%2016%201s15%206.716%2015%2015s-6.716%2015-15%2015S1%2024.284%201%2016M16%204.085a1.5%201.5%200%200%201%200%202.83V19.05a2.5%202.5%200%200%201%201%200a2.5%202.5%200%200%201-1%204.9V29c3.169%200%206.073-1.134%208.328-3.018a3.5%203.5%200%200%201%203.661-4.948A13%2013%200%200%200%2029%2016c0-7.18-5.82-13-13-13zm0%200a1.5%201.5%200%201%200%200%202.83zm0%2014.965a2.5%202.5%200%200%200%200%204.9zm-5.283%208.832A3.5%203.5%200%200%200%205.48%2023.64a13.05%2013.05%200%200%200%205.236%204.24M13%2012.5a3.5%203.5%200%201%200-7%200a3.5%203.5%200%200%200%207%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%22M22.5%2014a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3Cpath%20d%3D%22M1%2016C1%207.716%207.716%201%2016%201s15%206.716%2015%2015s-6.716%2015-15%2015S1%2024.284%201%2016M16%204.085a1.5%201.5%200%200%201%200%202.83V19.05a2.5%202.5%200%200%201%201%200a2.5%202.5%200%200%201-1%204.9V29c3.169%200%206.073-1.134%208.328-3.018a3.5%203.5%200%200%201%203.661-4.948A13%2013%200%200%200%2029%2016c0-7.18-5.82-13-13-13zm0%200a1.5%201.5%200%201%200%200%202.83zm0%2014.965a2.5%202.5%200%200%200%200%204.9zm-5.283%208.832A3.5%203.5%200%200%200%205.48%2023.64a13.05%2013.05%200%200%200%205.236%204.24M13%2012.5a3.5%203.5%200%201%200-7%200a3.5%203.5%200%200%200%207%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/first-quarter-moon.svg?color=%231a73e8&size=48