new moon face emoji
new-moon-face from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- new-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 new 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="#9f70b8" d="M29.999 15.966c0 7.731-6.268 14-14 14c-7.731 0-13.999-6.269-13.999-14c0-7.732 6.268-14 14-14c7.731 0 13.999 6.268 13.999 14"/><path fill="#6b438b" d="M2.022 15.175a3.651 3.651 0 1 1 1.482 7.11a13.94 13.94 0 0 1-1.482-7.11M26.157 25.6a14 14 0 0 1-6.224 3.806a3.651 3.651 0 0 1 6.224-3.805m3.797-8.508a13.9 13.9 0 0 1-1.28 4.828a2.498 2.498 0 1 1 1.28-4.828M15.494 8a2.497 2.497 0 1 0 0-4.994a2.497 2.497 0 0 0 0 4.994m-.704 14.615c1.05.822 1.337 2.211.64 3.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89 2.115-.946 3.165-.123"/><path fill="#321b41" d="M10.67 8.04a2.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 1m9.88-.5a.5.5 0 0 1 .5-.5a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1-.5-.5m-10.242 4.844a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 0 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.548m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 1 1-1.396-.548a2.87 2.87 0 0 1 2.678-1.816c1.272 0 2.354.826 2.732 1.975a.75.75 0 0 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a.75.75 0 0 0-1.06 1.06a7.02 7.02 0 0 0 9.93 0a.75.75 0 1 0-1.06-1.06a5.52 5.52 0 0 1-7.81 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatNewMoonFace(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="#9f70b8" d="M29.999 15.966c0 7.731-6.268 14-14 14c-7.731 0-13.999-6.269-13.999-14c0-7.732 6.268-14 14-14c7.731 0 13.999 6.268 13.999 14"/><path fill="#6b438b" d="M2.022 15.175a3.651 3.651 0 1 1 1.482 7.11a13.94 13.94 0 0 1-1.482-7.11M26.157 25.6a14 14 0 0 1-6.224 3.806a3.651 3.651 0 0 1 6.224-3.805m3.797-8.508a13.9 13.9 0 0 1-1.28 4.828a2.498 2.498 0 1 1 1.28-4.828M15.494 8a2.497 2.497 0 1 0 0-4.994a2.497 2.497 0 0 0 0 4.994m-.704 14.615c1.05.822 1.337 2.211.64 3.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89 2.115-.946 3.165-.123"/><path fill="#321b41" d="M10.67 8.04a2.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 1m9.88-.5a.5.5 0 0 1 .5-.5a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1-.5-.5m-10.242 4.844a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 0 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.548m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 1 1-1.396-.548a2.87 2.87 0 0 1 2.678-1.816c1.272 0 2.354.826 2.732 1.975a.75.75 0 0 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a.75.75 0 0 0-1.06 1.06a7.02 7.02 0 0 0 9.93 0a.75.75 0 1 0-1.06-1.06a5.52 5.52 0 0 1-7.81 0"/></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="#9f70b8" d="M29.999 15.966c0 7.731-6.268 14-14 14c-7.731 0-13.999-6.269-13.999-14c0-7.732 6.268-14 14-14c7.731 0 13.999 6.268 13.999 14"/><path fill="#6b438b" d="M2.022 15.175a3.651 3.651 0 1 1 1.482 7.11a13.94 13.94 0 0 1-1.482-7.11M26.157 25.6a14 14 0 0 1-6.224 3.806a3.651 3.651 0 0 1 6.224-3.805m3.797-8.508a13.9 13.9 0 0 1-1.28 4.828a2.498 2.498 0 1 1 1.28-4.828M15.494 8a2.497 2.497 0 1 0 0-4.994a2.497 2.497 0 0 0 0 4.994m-.704 14.615c1.05.822 1.337 2.211.64 3.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89 2.115-.946 3.165-.123"/><path fill="#321b41" d="M10.67 8.04a2.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 1m9.88-.5a.5.5 0 0 1 .5-.5a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1-.5-.5m-10.242 4.844a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 0 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.548m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 1 1-1.396-.548a2.87 2.87 0 0 1 2.678-1.816c1.272 0 2.354.826 2.732 1.975a.75.75 0 0 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a.75.75 0 0 0-1.06 1.06a7.02 7.02 0 0 0 9.93 0a.75.75 0 1 0-1.06-1.06a5.52 5.52 0 0 1-7.81 0"/></g></svg> </template>
CSS
.icon-new-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%239f70b8%22%20d%3D%22M29.999%2015.966c0%207.731-6.268%2014-14%2014c-7.731%200-13.999-6.269-13.999-14c0-7.732%206.268-14%2014-14c7.731%200%2013.999%206.268%2013.999%2014%22%2F%3E%3Cpath%20fill%3D%22%236b438b%22%20d%3D%22M2.022%2015.175a3.651%203.651%200%201%201%201.482%207.11a13.94%2013.94%200%200%201-1.482-7.11M26.157%2025.6a14%2014%200%200%201-6.224%203.806a3.651%203.651%200%200%201%206.224-3.805m3.797-8.508a13.9%2013.9%200%200%201-1.28%204.828a2.498%202.498%200%201%201%201.28-4.828M15.494%208a2.497%202.497%200%201%200%200-4.994a2.497%202.497%200%200%200%200%204.994m-.704%2014.615c1.05.822%201.337%202.211.64%203.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89%202.115-.946%203.165-.123%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M10.67%208.04a2.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%201m9.88-.5a.5.5%200%200%201%20.5-.5a3.48%203.48%200%200%201%203.48%203.48a.5.5%200%201%201-1%200a2.48%202.48%200%200%200-2.48-2.48a.5.5%200%200%201-.5-.5m-10.242%204.844a1.37%201.37%200%200%201%201.282-.864c.608%200%201.126.394%201.308.945a.75.75%200%200%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.548m9.902-.864a1.37%201.37%200%200%200-1.282.864a.75.75%200%201%201-1.396-.548a2.87%202.87%200%200%201%202.678-1.816c1.272%200%202.354.826%202.732%201.975a.75.75%200%200%201-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24%205.06a.75.75%200%200%200-1.06%201.06a7.02%207.02%200%200%200%209.93%200a.75.75%200%201%200-1.06-1.06a5.52%205.52%200%200%201-7.81%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%22none%22%3E%3Cpath%20fill%3D%22%239f70b8%22%20d%3D%22M29.999%2015.966c0%207.731-6.268%2014-14%2014c-7.731%200-13.999-6.269-13.999-14c0-7.732%206.268-14%2014-14c7.731%200%2013.999%206.268%2013.999%2014%22%2F%3E%3Cpath%20fill%3D%22%236b438b%22%20d%3D%22M2.022%2015.175a3.651%203.651%200%201%201%201.482%207.11a13.94%2013.94%200%200%201-1.482-7.11M26.157%2025.6a14%2014%200%200%201-6.224%203.806a3.651%203.651%200%200%201%206.224-3.805m3.797-8.508a13.9%2013.9%200%200%201-1.28%204.828a2.498%202.498%200%201%201%201.28-4.828M15.494%208a2.497%202.497%200%201%200%200-4.994a2.497%202.497%200%200%200%200%204.994m-.704%2014.615c1.05.822%201.337%202.211.64%203.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89%202.115-.946%203.165-.123%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M10.67%208.04a2.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%201m9.88-.5a.5.5%200%200%201%20.5-.5a3.48%203.48%200%200%201%203.48%203.48a.5.5%200%201%201-1%200a2.48%202.48%200%200%200-2.48-2.48a.5.5%200%200%201-.5-.5m-10.242%204.844a1.37%201.37%200%200%201%201.282-.864c.608%200%201.126.394%201.308.945a.75.75%200%200%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.548m9.902-.864a1.37%201.37%200%200%200-1.282.864a.75.75%200%201%201-1.396-.548a2.87%202.87%200%200%201%202.678-1.816c1.272%200%202.354.826%202.732%201.975a.75.75%200%200%201-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24%205.06a.75.75%200%200%200-1.06%201.06a7.02%207.02%200%200%200%209.93%200a.75.75%200%201%200-1.06-1.06a5.52%205.52%200%200%201-7.81%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-flat/new-moon-face.svg?color=%231a73e8&size=48