full moon emoji
full-moon from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- full-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 full moon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path fill-rule="evenodd" d="M3 16C3 8.82 8.82 3 16 3s13 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 29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m1 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-4 7a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m9.5 1.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M19 21.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clip-rule="evenodd"/><path d="M17 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-4 7a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m9.5 1.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M19 21.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3s13 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 29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFullMoon(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 fillRule="evenodd" d="M3 16C3 8.82 8.82 3 16 3s13 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 29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m1 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-4 7a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m9.5 1.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M19 21.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clipRule="evenodd"/><path d="M17 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-4 7a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m9.5 1.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M19 21.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3s13 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 29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16"/></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 fill-rule="evenodd" d="M3 16C3 8.82 8.82 3 16 3s13 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 29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1m1 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-4 7a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m9.5 1.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M19 21.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0" clip-rule="evenodd"/><path d="M17 5.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-4 7a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0m9.5 1.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M19 21.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3s13 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 29c-1.881 0-3.669-.4-5.283-1.118A3.5 3.5 0 0 0 5.48 23.64A12.94 12.94 0 0 1 3 16"/></g></svg> </template>
CSS
.icon-full-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%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2016C3%208.82%208.82%203%2016%203s13%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%2029c-1.881%200-3.669-.4-5.283-1.118A3.5%203.5%200%200%200%205.48%2023.64A12.94%2012.94%200%200%201%203%2016M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201m1%204.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-4%207a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m9.5%201.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M19%2021.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-4%207a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m9.5%201.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M19%2021.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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%201M3%2016C3%208.82%208.82%203%2016%203s13%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%2029c-1.881%200-3.669-.4-5.283-1.118A3.5%203.5%200%200%200%205.48%2023.64A12.94%2012.94%200%200%201%203%2016%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2016C3%208.82%208.82%203%2016%203s13%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%2029c-1.881%200-3.669-.4-5.283-1.118A3.5%203.5%200%200%200%205.48%2023.64A12.94%2012.94%200%200%201%203%2016M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201m1%204.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-4%207a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m9.5%201.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M19%2021.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%205.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-4%207a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200m9.5%201.5a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205M19%2021.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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%201M3%2016C3%208.82%208.82%203%2016%203s13%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%2029c-1.881%200-3.669-.4-5.283-1.118A3.5%203.5%200%200%200%205.48%2023.64A12.94%2012.94%200%200%201%203%2016%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/full-moon.svg?color=%231a73e8&size=48