waxing gibbous moon emoji
waxing-gibbous-moon from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- waxing-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 waxing 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 3m9.5 4.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 5"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m-1.544 2.09Q15.216 3 16 3c7.18 0 13 5.82 13 13c0 1.785-.36 3.486-1.01 5.034a3.5 3.5 0 0 0-3.661 4.948A12.95 12.95 0 0 1 16 29q-.784 0-1.544-.09A17.95 17.95 0 0 1 9 16v-.02q.188.02.38.02a3.5 3.5 0 0 0 .866-6.892l-.106.262c.46.703.74 1.623.74 2.63c0 1.74-.834 3.222-1.999 3.772l-.001.173a3.501 3.501 0 1 1 1.487-6.837a18 18 0 0 1 4.089-6.017M6.101 24.428a2.5 2.5 0 0 1 3.717 3.012a13 13 0 0 1-3.701-2.994z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastWaxingGibbousMoon(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 3m9.5 4.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 5"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m-1.544 2.09Q15.216 3 16 3c7.18 0 13 5.82 13 13c0 1.785-.36 3.486-1.01 5.034a3.5 3.5 0 0 0-3.661 4.948A12.95 12.95 0 0 1 16 29q-.784 0-1.544-.09A17.95 17.95 0 0 1 9 16v-.02q.188.02.38.02a3.5 3.5 0 0 0 .866-6.892l-.106.262c.46.703.74 1.623.74 2.63c0 1.74-.834 3.222-1.999 3.772l-.001.173a3.501 3.501 0 1 1 1.487-6.837a18 18 0 0 1 4.089-6.017M6.101 24.428a2.5 2.5 0 0 1 3.717 3.012a13 13 0 0 1-3.701-2.994z"/></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 3m9.5 4.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 5"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m-1.544 2.09Q15.216 3 16 3c7.18 0 13 5.82 13 13c0 1.785-.36 3.486-1.01 5.034a3.5 3.5 0 0 0-3.661 4.948A12.95 12.95 0 0 1 16 29q-.784 0-1.544-.09A17.95 17.95 0 0 1 9 16v-.02q.188.02.38.02a3.5 3.5 0 0 0 .866-6.892l-.106.262c.46.703.74 1.623.74 2.63c0 1.74-.834 3.222-1.999 3.772l-.001.173a3.501 3.501 0 1 1 1.487-6.837a18 18 0 0 1 4.089-6.017M6.101 24.428a2.5 2.5 0 0 1 3.717 3.012a13 13 0 0 1-3.701-2.994z"/></g></svg> </template>
CSS
.icon-waxing-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%203m9.5%204.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%205%22%2F%3E%3Cpath%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201m-1.544%202.09Q15.216%203%2016%203c7.18%200%2013%205.82%2013%2013c0%201.785-.36%203.486-1.01%205.034a3.5%203.5%200%200%200-3.661%204.948A12.95%2012.95%200%200%201%2016%2029q-.784%200-1.544-.09A17.95%2017.95%200%200%201%209%2016v-.02q.188.02.38.02a3.5%203.5%200%200%200%20.866-6.892l-.106.262c.46.703.74%201.623.74%202.63c0%201.74-.834%203.222-1.999%203.772l-.001.173a3.501%203.501%200%201%201%201.487-6.837a18%2018%200%200%201%204.089-6.017M6.101%2024.428a2.5%202.5%200%200%201%203.717%203.012a13%2013%200%200%201-3.701-2.994z%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%203m9.5%204.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%205%22%2F%3E%3Cpath%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201m-1.544%202.09Q15.216%203%2016%203c7.18%200%2013%205.82%2013%2013c0%201.785-.36%203.486-1.01%205.034a3.5%203.5%200%200%200-3.661%204.948A12.95%2012.95%200%200%201%2016%2029q-.784%200-1.544-.09A17.95%2017.95%200%200%201%209%2016v-.02q.188.02.38.02a3.5%203.5%200%200%200%20.866-6.892l-.106.262c.46.703.74%201.623.74%202.63c0%201.74-.834%203.222-1.999%203.772l-.001.173a3.501%203.501%200%201%201%201.487-6.837a18%2018%200%200%201%204.089-6.017M6.101%2024.428a2.5%202.5%200%200%201%203.717%203.012a13%2013%200%200%201-3.701-2.994z%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/waxing-gibbous-moon.svg?color=%231a73e8&size=48