new-moon from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
new-moon
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 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#533566" d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14"/><path fill="#321b41" d="M15.5 7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-6 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M25 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-6.311 4.74a14.05 14.05 0 0 1-5.439-4.405a3.5 3.5 0 1 1 5.439 4.406m14.693-1.918a14.04 14.04 0 0 0 4.073-5.507a3.5 3.5 0 0 0-4.074 5.507"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatNewMoon(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="#533566" d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14"/><path fill="#321b41" d="M15.5 7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-6 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M25 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-6.311 4.74a14.05 14.05 0 0 1-5.439-4.405a3.5 3.5 0 1 1 5.439 4.406m14.693-1.918a14.04 14.04 0 0 0 4.073-5.507a3.5 3.5 0 0 0-4.074 5.507"/></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="#533566" d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14"/><path fill="#321b41" d="M15.5 7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-6 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M25 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m-6.311 4.74a14.05 14.05 0 0 1-5.439-4.405a3.5 3.5 0 1 1 5.439 4.406m14.693-1.918a14.04 14.04 0 0 0 4.073-5.507a3.5 3.5 0 0 0-4.074 5.507"/></g></svg>
</template>

CSS

.icon-new-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%22none%22%3E%3Cpath%20fill%3D%22%23533566%22%20d%3D%22M30%2016c0%207.732-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M15.5%207a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-6%209a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M25%2011.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M16.5%2024a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m-6.311%204.74a14.05%2014.05%200%200%201-5.439-4.405a3.5%203.5%200%201%201%205.439%204.406m14.693-1.918a14.04%2014.04%200%200%200%204.073-5.507a3.5%203.5%200%200%200-4.074%205.507%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%23533566%22%20d%3D%22M30%2016c0%207.732-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202s14%206.268%2014%2014%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M15.5%207a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-6%209a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M25%2011.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200M16.5%2024a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m-6.311%204.74a14.05%2014.05%200%200%201-5.439-4.405a3.5%203.5%200%201%201%205.439%204.406m14.693-1.918a14.04%2014.04%200%200%200%204.073-5.507a3.5%203.5%200%200%200-4.074%205.507%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.svg?color=%231a73e8&size=48