waning crescent moon emoji

waning-crescent-moon from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
waning-crescent-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 waning crescent moon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1 16C1 7.716 7.716 1 16 1s15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16M14.456 3.09C8.004 3.855 3 9.344 3 16c0 2.855.92 5.496 2.481 7.64a3.5 3.5 0 0 1 5.236 4.241c1.166.52 2.422.872 3.74 1.028A17.95 17.95 0 0 1 9 16v-.035q.245.036.5.036a3.5 3.5 0 0 0 .867-6.892q-.055.13-.107.262c.46.703.74 1.623.74 2.63c0 1.523-.639 2.848-1.578 3.523q-.202.146-.42.249q-.163.076-.334.128a3.501 3.501 0 0 1 1.348-6.862q.13.156.244.332a18 18 0 0 1 4.196-6.28M27.99 21.035a3.5 3.5 0 0 0-3.661 4.948a13.04 13.04 0 0 0 3.66-4.948M17 5.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m8 6a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastWaningCrescentMoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1 16C1 7.716 7.716 1 16 1s15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16M14.456 3.09C8.004 3.855 3 9.344 3 16c0 2.855.92 5.496 2.481 7.64a3.5 3.5 0 0 1 5.236 4.241c1.166.52 2.422.872 3.74 1.028A17.95 17.95 0 0 1 9 16v-.035q.245.036.5.036a3.5 3.5 0 0 0 .867-6.892q-.055.13-.107.262c.46.703.74 1.623.74 2.63c0 1.523-.639 2.848-1.578 3.523q-.202.146-.42.249q-.163.076-.334.128a3.501 3.501 0 0 1 1.348-6.862q.13.156.244.332a18 18 0 0 1 4.196-6.28M27.99 21.035a3.5 3.5 0 0 0-3.661 4.948a13.04 13.04 0 0 0 3.66-4.948M17 5.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m8 6a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M1 16C1 7.716 7.716 1 16 1s15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16M14.456 3.09C8.004 3.855 3 9.344 3 16c0 2.855.92 5.496 2.481 7.64a3.5 3.5 0 0 1 5.236 4.241c1.166.52 2.422.872 3.74 1.028A17.95 17.95 0 0 1 9 16v-.035q.245.036.5.036a3.5 3.5 0 0 0 .867-6.892q-.055.13-.107.262c.46.703.74 1.623.74 2.63c0 1.523-.639 2.848-1.578 3.523q-.202.146-.42.249q-.163.076-.334.128a3.501 3.501 0 0 1 1.348-6.862q.13.156.244.332a18 18 0 0 1 4.196-6.28M27.99 21.035a3.5 3.5 0 0 0-3.661 4.948a13.04 13.04 0 0 0 3.66-4.948M17 5.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m8 6a2.5 2.5 0 1 0-5 0a2.5 2.5 0 0 0 5 0M16.5 24a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"/></svg>
</template>

CSS

.icon-waning-crescent-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%2016C1%207.716%207.716%201%2016%201s15%206.716%2015%2015s-6.716%2015-15%2015S1%2024.284%201%2016M14.456%203.09C8.004%203.855%203%209.344%203%2016c0%202.855.92%205.496%202.481%207.64a3.5%203.5%200%200%201%205.236%204.241c1.166.52%202.422.872%203.74%201.028A17.95%2017.95%200%200%201%209%2016v-.035q.245.036.5.036a3.5%203.5%200%200%200%20.867-6.892q-.055.13-.107.262c.46.703.74%201.623.74%202.63c0%201.523-.639%202.848-1.578%203.523q-.202.146-.42.249q-.163.076-.334.128a3.501%203.501%200%200%201%201.348-6.862q.13.156.244.332a18%2018%200%200%201%204.196-6.28M27.99%2021.035a3.5%203.5%200%200%200-3.661%204.948a13.04%2013.04%200%200%200%203.66-4.948M17%205.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m8%206a2.5%202.5%200%201%200-5%200a2.5%202.5%200%200%200%205%200M16.5%2024a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%2016C1%207.716%207.716%201%2016%201s15%206.716%2015%2015s-6.716%2015-15%2015S1%2024.284%201%2016M14.456%203.09C8.004%203.855%203%209.344%203%2016c0%202.855.92%205.496%202.481%207.64a3.5%203.5%200%200%201%205.236%204.241c1.166.52%202.422.872%203.74%201.028A17.95%2017.95%200%200%201%209%2016v-.035q.245.036.5.036a3.5%203.5%200%200%200%20.867-6.892q-.055.13-.107.262c.46.703.74%201.623.74%202.63c0%201.523-.639%202.848-1.578%203.523q-.202.146-.42.249q-.163.076-.334.128a3.501%203.501%200%200%201%201.348-6.862q.13.156.244.332a18%2018%200%200%201%204.196-6.28M27.99%2021.035a3.5%203.5%200%200%200-3.661%204.948a13.04%2013.04%200%200%200%203.66-4.948M17%205.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m8%206a2.5%202.5%200%201%200-5%200a2.5%202.5%200%200%200%205%200M16.5%2024a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/waning-crescent-moon.svg?color=%231a73e8&size=48