waning gibbous moon emoji

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

Name
waning-gibbous-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 gibbous 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="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 7m9.5 5.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path d="M1.014 16c0-8.284 6.716-15 15-15c8.285 0 15 6.716 15 15s-6.715 15-15 15s-15-6.716-15-15m15-13c-7.18 0-13 5.82-13 13c0 2.852.92 5.49 2.477 7.634a3.5 3.5 0 0 1 5.228 4.242a13.07 13.07 0 0 0 7.711.9a17.95 17.95 0 0 0 5.299-12.755q0-1.153-.142-2.27a2.5 2.5 0 1 1-1.276-4.745a18 18 0 0 0-3.934-5.792A13 13 0 0 0 16.014 3m6.575 6.002q.03.068.057.137a3 3 0 0 0 1.043 4.56a2.5 2.5 0 0 0-1.1-4.697m5.414 12.034a3.5 3.5 0 0 0-3.67 4.955a13.04 13.04 0 0 0 3.67-4.955"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastWaningGibbousMoon(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="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 7m9.5 5.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path d="M1.014 16c0-8.284 6.716-15 15-15c8.285 0 15 6.716 15 15s-6.715 15-15 15s-15-6.716-15-15m15-13c-7.18 0-13 5.82-13 13c0 2.852.92 5.49 2.477 7.634a3.5 3.5 0 0 1 5.228 4.242a13.07 13.07 0 0 0 7.711.9a17.95 17.95 0 0 0 5.299-12.755q0-1.153-.142-2.27a2.5 2.5 0 1 1-1.276-4.745a18 18 0 0 0-3.934-5.792A13 13 0 0 0 16.014 3m6.575 6.002q.03.068.057.137a3 3 0 0 0 1.043 4.56a2.5 2.5 0 0 0-1.1-4.697m5.414 12.034a3.5 3.5 0 0 0-3.67 4.955a13.04 13.04 0 0 0 3.67-4.955"/></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="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 7m9.5 5.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path d="M1.014 16c0-8.284 6.716-15 15-15c8.285 0 15 6.716 15 15s-6.715 15-15 15s-15-6.716-15-15m15-13c-7.18 0-13 5.82-13 13c0 2.852.92 5.49 2.477 7.634a3.5 3.5 0 0 1 5.228 4.242a13.07 13.07 0 0 0 7.711.9a17.95 17.95 0 0 0 5.299-12.755q0-1.153-.142-2.27a2.5 2.5 0 1 1-1.276-4.745a18 18 0 0 0-3.934-5.792A13 13 0 0 0 16.014 3m6.575 6.002q.03.068.057.137a3 3 0 0 0 1.043 4.56a2.5 2.5 0 0 0-1.1-4.697m5.414 12.034a3.5 3.5 0 0 0-3.67 4.955a13.04 13.04 0 0 0 3.67-4.955"/></g></svg>
</template>

CSS

.icon-waning-gibbous-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%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%207m9.5%205.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20d%3D%22M1.014%2016c0-8.284%206.716-15%2015-15c8.285%200%2015%206.716%2015%2015s-6.715%2015-15%2015s-15-6.716-15-15m15-13c-7.18%200-13%205.82-13%2013c0%202.852.92%205.49%202.477%207.634a3.5%203.5%200%200%201%205.228%204.242a13.07%2013.07%200%200%200%207.711.9a17.95%2017.95%200%200%200%205.299-12.755q0-1.153-.142-2.27a2.5%202.5%200%201%201-1.276-4.745a18%2018%200%200%200-3.934-5.792A13%2013%200%200%200%2016.014%203m6.575%206.002q.03.068.057.137a3%203%200%200%200%201.043%204.56a2.5%202.5%200%200%200-1.1-4.697m5.414%2012.034a3.5%203.5%200%200%200-3.67%204.955a13.04%2013.04%200%200%200%203.67-4.955%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%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%207m9.5%205.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cpath%20d%3D%22M1.014%2016c0-8.284%206.716-15%2015-15c8.285%200%2015%206.716%2015%2015s-6.715%2015-15%2015s-15-6.716-15-15m15-13c-7.18%200-13%205.82-13%2013c0%202.852.92%205.49%202.477%207.634a3.5%203.5%200%200%201%205.228%204.242a13.07%2013.07%200%200%200%207.711.9a17.95%2017.95%200%200%200%205.299-12.755q0-1.153-.142-2.27a2.5%202.5%200%201%201-1.276-4.745a18%2018%200%200%200-3.934-5.792A13%2013%200%200%200%2016.014%203m6.575%206.002q.03.068.057.137a3%203%200%200%200%201.043%204.56a2.5%202.5%200%200%200-1.1-4.697m5.414%2012.034a3.5%203.5%200%200%200-3.67%204.955a13.04%2013.04%200%200%200%203.67-4.955%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/waning-gibbous-moon.svg?color=%231a73e8&size=48