first quarter moon face emoji
first-quarter-moon-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- first-quarter-moon-face
- 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 face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M12.997 26.551a2.54 2.54 0 1 0 5.08 0a2.54 2.54 0 0 0-5.08 0m6.59-18.39a1.57 1.57 0 1 1 0-3.14a1.57 1.57 0 0 1 0 3.14m4.23 3.37a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1 0-1a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0m-5.523 7.168a.75.75 0 1 1 1.485.205a2.526 2.526 0 0 1-2.492 2.177a.75.75 0 0 1 0-1.5c.502 0 .937-.38 1.007-.882m2.133-6.178c.587 0 1.082.357 1.281.864a.75.75 0 1 0 1.397-.548a2.87 2.87 0 0 0-2.678-1.816a2.88 2.88 0 0 0-2.733 1.975a.75.75 0 0 0 1.425.47c.181-.55.7-.945 1.308-.945"/><path d="M19.864 1.56A16 16 0 0 0 13.018.018c-1.12 0-2.238.117-3.335.347A2.59 2.59 0 0 0 7.677 2.4a2.62 2.62 0 0 0 1.092 2.683a11.5 11.5 0 0 1 2.93 2.878a12 12 0 0 1 1.915 4.379l.005.027c.063.297.117.599.154.862q.039.323.049.631a6 6 0 0 1-.33.297l-.026.022a8 8 0 0 0-.483.436a3 3 0 0 0-.851 2.11a2.95 2.95 0 0 0 .892 2.112l.188.185a11.7 11.7 0 0 1-2.74 4.4a12 12 0 0 1-3.7 2.523a2.612 2.612 0 0 0 .03 4.8A15.992 15.992 0 0 0 19.864 1.561m-8.234.523a3.5 3.5 0 0 0 6.657.959q.369.15.729.32a14 14 0 0 1 7.838 10.471a3.5 3.5 0 1 0-.675 6.967a13.99 13.99 0 0 1-18.6 8.097a.613.613 0 0 1 0-1.13a14 14 0 0 0 4.31-2.94a13.73 13.73 0 0 0 3.585-6.392l-1.046-1.028a.994.994 0 0 1-.01-1.4c.098-.098.216-.199.343-.306l.005-.004a2.28 2.28 0 0 0 1.063-1.69a9 9 0 0 0-.068-1.02q-.072-.527-.184-1.05l-.008-.03a14.1 14.1 0 0 0-2.233-5.1a13.5 13.5 0 0 0-3.44-3.38a.617.617 0 0 1 .2-1.11a14 14 0 0 1 1.534-.234"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFirstQuarterMoonFace(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="M12.997 26.551a2.54 2.54 0 1 0 5.08 0a2.54 2.54 0 0 0-5.08 0m6.59-18.39a1.57 1.57 0 1 1 0-3.14a1.57 1.57 0 0 1 0 3.14m4.23 3.37a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1 0-1a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0m-5.523 7.168a.75.75 0 1 1 1.485.205a2.526 2.526 0 0 1-2.492 2.177a.75.75 0 0 1 0-1.5c.502 0 .937-.38 1.007-.882m2.133-6.178c.587 0 1.082.357 1.281.864a.75.75 0 1 0 1.397-.548a2.87 2.87 0 0 0-2.678-1.816a2.88 2.88 0 0 0-2.733 1.975a.75.75 0 0 0 1.425.47c.181-.55.7-.945 1.308-.945"/><path d="M19.864 1.56A16 16 0 0 0 13.018.018c-1.12 0-2.238.117-3.335.347A2.59 2.59 0 0 0 7.677 2.4a2.62 2.62 0 0 0 1.092 2.683a11.5 11.5 0 0 1 2.93 2.878a12 12 0 0 1 1.915 4.379l.005.027c.063.297.117.599.154.862q.039.323.049.631a6 6 0 0 1-.33.297l-.026.022a8 8 0 0 0-.483.436a3 3 0 0 0-.851 2.11a2.95 2.95 0 0 0 .892 2.112l.188.185a11.7 11.7 0 0 1-2.74 4.4a12 12 0 0 1-3.7 2.523a2.612 2.612 0 0 0 .03 4.8A15.992 15.992 0 0 0 19.864 1.561m-8.234.523a3.5 3.5 0 0 0 6.657.959q.369.15.729.32a14 14 0 0 1 7.838 10.471a3.5 3.5 0 1 0-.675 6.967a13.99 13.99 0 0 1-18.6 8.097a.613.613 0 0 1 0-1.13a14 14 0 0 0 4.31-2.94a13.73 13.73 0 0 0 3.585-6.392l-1.046-1.028a.994.994 0 0 1-.01-1.4c.098-.098.216-.199.343-.306l.005-.004a2.28 2.28 0 0 0 1.063-1.69a9 9 0 0 0-.068-1.02q-.072-.527-.184-1.05l-.008-.03a14.1 14.1 0 0 0-2.233-5.1a13.5 13.5 0 0 0-3.44-3.38a.617.617 0 0 1 .2-1.11a14 14 0 0 1 1.534-.234"/></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="M12.997 26.551a2.54 2.54 0 1 0 5.08 0a2.54 2.54 0 0 0-5.08 0m6.59-18.39a1.57 1.57 0 1 1 0-3.14a1.57 1.57 0 0 1 0 3.14m4.23 3.37a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1 0-1a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0m-5.523 7.168a.75.75 0 1 1 1.485.205a2.526 2.526 0 0 1-2.492 2.177a.75.75 0 0 1 0-1.5c.502 0 .937-.38 1.007-.882m2.133-6.178c.587 0 1.082.357 1.281.864a.75.75 0 1 0 1.397-.548a2.87 2.87 0 0 0-2.678-1.816a2.88 2.88 0 0 0-2.733 1.975a.75.75 0 0 0 1.425.47c.181-.55.7-.945 1.308-.945"/><path d="M19.864 1.56A16 16 0 0 0 13.018.018c-1.12 0-2.238.117-3.335.347A2.59 2.59 0 0 0 7.677 2.4a2.62 2.62 0 0 0 1.092 2.683a11.5 11.5 0 0 1 2.93 2.878a12 12 0 0 1 1.915 4.379l.005.027c.063.297.117.599.154.862q.039.323.049.631a6 6 0 0 1-.33.297l-.026.022a8 8 0 0 0-.483.436a3 3 0 0 0-.851 2.11a2.95 2.95 0 0 0 .892 2.112l.188.185a11.7 11.7 0 0 1-2.74 4.4a12 12 0 0 1-3.7 2.523a2.612 2.612 0 0 0 .03 4.8A15.992 15.992 0 0 0 19.864 1.561m-8.234.523a3.5 3.5 0 0 0 6.657.959q.369.15.729.32a14 14 0 0 1 7.838 10.471a3.5 3.5 0 1 0-.675 6.967a13.99 13.99 0 0 1-18.6 8.097a.613.613 0 0 1 0-1.13a14 14 0 0 0 4.31-2.94a13.73 13.73 0 0 0 3.585-6.392l-1.046-1.028a.994.994 0 0 1-.01-1.4c.098-.098.216-.199.343-.306l.005-.004a2.28 2.28 0 0 0 1.063-1.69a9 9 0 0 0-.068-1.02q-.072-.527-.184-1.05l-.008-.03a14.1 14.1 0 0 0-2.233-5.1a13.5 13.5 0 0 0-3.44-3.38a.617.617 0 0 1 .2-1.11a14 14 0 0 1 1.534-.234"/></g></svg> </template>
CSS
.icon-first-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%22currentColor%22%3E%3Cpath%20d%3D%22M12.997%2026.551a2.54%202.54%200%201%200%205.08%200a2.54%202.54%200%200%200-5.08%200m6.59-18.39a1.57%201.57%200%201%201%200-3.14a1.57%201.57%200%200%201%200%203.14m4.23%203.37a2.48%202.48%200%200%200-2.48-2.48a.5.5%200%200%201%200-1a3.48%203.48%200%200%201%203.48%203.48a.5.5%200%201%201-1%200m-5.523%207.168a.75.75%200%201%201%201.485.205a2.526%202.526%200%200%201-2.492%202.177a.75.75%200%200%201%200-1.5c.502%200%20.937-.38%201.007-.882m2.133-6.178c.587%200%201.082.357%201.281.864a.75.75%200%201%200%201.397-.548a2.87%202.87%200%200%200-2.678-1.816a2.88%202.88%200%200%200-2.733%201.975a.75.75%200%200%200%201.425.47c.181-.55.7-.945%201.308-.945%22%2F%3E%3Cpath%20d%3D%22M19.864%201.56A16%2016%200%200%200%2013.018.018c-1.12%200-2.238.117-3.335.347A2.59%202.59%200%200%200%207.677%202.4a2.62%202.62%200%200%200%201.092%202.683a11.5%2011.5%200%200%201%202.93%202.878a12%2012%200%200%201%201.915%204.379l.005.027c.063.297.117.599.154.862q.039.323.049.631a6%206%200%200%201-.33.297l-.026.022a8%208%200%200%200-.483.436a3%203%200%200%200-.851%202.11a2.95%202.95%200%200%200%20.892%202.112l.188.185a11.7%2011.7%200%200%201-2.74%204.4a12%2012%200%200%201-3.7%202.523a2.612%202.612%200%200%200%20.03%204.8A15.992%2015.992%200%200%200%2019.864%201.561m-8.234.523a3.5%203.5%200%200%200%206.657.959q.369.15.729.32a14%2014%200%200%201%207.838%2010.471a3.5%203.5%200%201%200-.675%206.967a13.99%2013.99%200%200%201-18.6%208.097a.613.613%200%200%201%200-1.13a14%2014%200%200%200%204.31-2.94a13.73%2013.73%200%200%200%203.585-6.392l-1.046-1.028a.994.994%200%200%201-.01-1.4c.098-.098.216-.199.343-.306l.005-.004a2.28%202.28%200%200%200%201.063-1.69a9%209%200%200%200-.068-1.02q-.072-.527-.184-1.05l-.008-.03a14.1%2014.1%200%200%200-2.233-5.1a13.5%2013.5%200%200%200-3.44-3.38a.617.617%200%200%201%20.2-1.11a14%2014%200%200%201%201.534-.234%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%22M12.997%2026.551a2.54%202.54%200%201%200%205.08%200a2.54%202.54%200%200%200-5.08%200m6.59-18.39a1.57%201.57%200%201%201%200-3.14a1.57%201.57%200%200%201%200%203.14m4.23%203.37a2.48%202.48%200%200%200-2.48-2.48a.5.5%200%200%201%200-1a3.48%203.48%200%200%201%203.48%203.48a.5.5%200%201%201-1%200m-5.523%207.168a.75.75%200%201%201%201.485.205a2.526%202.526%200%200%201-2.492%202.177a.75.75%200%200%201%200-1.5c.502%200%20.937-.38%201.007-.882m2.133-6.178c.587%200%201.082.357%201.281.864a.75.75%200%201%200%201.397-.548a2.87%202.87%200%200%200-2.678-1.816a2.88%202.88%200%200%200-2.733%201.975a.75.75%200%200%200%201.425.47c.181-.55.7-.945%201.308-.945%22%2F%3E%3Cpath%20d%3D%22M19.864%201.56A16%2016%200%200%200%2013.018.018c-1.12%200-2.238.117-3.335.347A2.59%202.59%200%200%200%207.677%202.4a2.62%202.62%200%200%200%201.092%202.683a11.5%2011.5%200%200%201%202.93%202.878a12%2012%200%200%201%201.915%204.379l.005.027c.063.297.117.599.154.862q.039.323.049.631a6%206%200%200%201-.33.297l-.026.022a8%208%200%200%200-.483.436a3%203%200%200%200-.851%202.11a2.95%202.95%200%200%200%20.892%202.112l.188.185a11.7%2011.7%200%200%201-2.74%204.4a12%2012%200%200%201-3.7%202.523a2.612%202.612%200%200%200%20.03%204.8A15.992%2015.992%200%200%200%2019.864%201.561m-8.234.523a3.5%203.5%200%200%200%206.657.959q.369.15.729.32a14%2014%200%200%201%207.838%2010.471a3.5%203.5%200%201%200-.675%206.967a13.99%2013.99%200%200%201-18.6%208.097a.613.613%200%200%201%200-1.13a14%2014%200%200%200%204.31-2.94a13.73%2013.73%200%200%200%203.585-6.392l-1.046-1.028a.994.994%200%200%201-.01-1.4c.098-.098.216-.199.343-.306l.005-.004a2.28%202.28%200%200%200%201.063-1.69a9%209%200%200%200-.068-1.02q-.072-.527-.184-1.05l-.008-.03a14.1%2014.1%200%200%200-2.233-5.1a13.5%2013.5%200%200%200-3.44-3.38a.617.617%200%200%201%20.2-1.11a14%2014%200%200%201%201.534-.234%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-face.svg?color=%231a73e8&size=48