full moon face emoji
full-moon-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- full-moon-face
- 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 face 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.493 8a2.497 2.497 0 1 0 0-4.994a2.497 2.497 0 0 0 0 4.994m-.703 14.615c1.05.822 1.336 2.211.639 3.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89 2.115-.946 3.165-.123M8.19 10.52a2.48 2.48 0 0 1 2.48-2.48a.5.5 0 1 0 0-1a3.48 3.48 0 0 0-3.48 3.48a.5.5 0 1 0 1 0m12.36-2.98a.5.5 0 0 1 .5-.5a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1-.5-.5m-10.242 4.844a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 0 0 1.424-.47a2.88 2.88 0 0 0-2.732-1.975a2.87 2.87 0 0 0-2.678 1.816a.75.75 0 0 0 1.396.548m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 1 1-1.396-.548a2.87 2.87 0 0 1 2.678-1.816c1.272 0 2.354.826 2.732 1.975a.75.75 0 0 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a.75.75 0 0 0-1.06 1.06a7.02 7.02 0 0 0 9.93 0a.75.75 0 1 0-1.06-1.06a5.52 5.52 0 0 1-7.81 0"/><path d="M1 15.966c0-8.284 6.716-15 15-15s14.999 6.716 14.999 15s-6.715 15-15 15C7.717 30.965 1 24.25 1 15.965m15-13c-6.856 0-12.472 5.306-12.965 12.036q.054-.003.108-.002a3.651 3.651 0 0 1 1.36 7.04A13 13 0 0 0 16 28.965c1.241 0 2.441-.174 3.578-.498a3.651 3.651 0 0 1 5.908-3.612a13 13 0 0 0 2.288-3.37a2.497 2.497 0 0 1 1.184-4.463q.042-.524.042-1.056c0-7.18-5.82-13-13-13"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFullMoonFace(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.493 8a2.497 2.497 0 1 0 0-4.994a2.497 2.497 0 0 0 0 4.994m-.703 14.615c1.05.822 1.336 2.211.639 3.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89 2.115-.946 3.165-.123M8.19 10.52a2.48 2.48 0 0 1 2.48-2.48a.5.5 0 1 0 0-1a3.48 3.48 0 0 0-3.48 3.48a.5.5 0 1 0 1 0m12.36-2.98a.5.5 0 0 1 .5-.5a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1-.5-.5m-10.242 4.844a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 0 0 1.424-.47a2.88 2.88 0 0 0-2.732-1.975a2.87 2.87 0 0 0-2.678 1.816a.75.75 0 0 0 1.396.548m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 1 1-1.396-.548a2.87 2.87 0 0 1 2.678-1.816c1.272 0 2.354.826 2.732 1.975a.75.75 0 0 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a.75.75 0 0 0-1.06 1.06a7.02 7.02 0 0 0 9.93 0a.75.75 0 1 0-1.06-1.06a5.52 5.52 0 0 1-7.81 0"/><path d="M1 15.966c0-8.284 6.716-15 15-15s14.999 6.716 14.999 15s-6.715 15-15 15C7.717 30.965 1 24.25 1 15.965m15-13c-6.856 0-12.472 5.306-12.965 12.036q.054-.003.108-.002a3.651 3.651 0 0 1 1.36 7.04A13 13 0 0 0 16 28.965c1.241 0 2.441-.174 3.578-.498a3.651 3.651 0 0 1 5.908-3.612a13 13 0 0 0 2.288-3.37a2.497 2.497 0 0 1 1.184-4.463q.042-.524.042-1.056c0-7.18-5.82-13-13-13"/></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.493 8a2.497 2.497 0 1 0 0-4.994a2.497 2.497 0 0 0 0 4.994m-.703 14.615c1.05.822 1.336 2.211.639 3.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89 2.115-.946 3.165-.123M8.19 10.52a2.48 2.48 0 0 1 2.48-2.48a.5.5 0 1 0 0-1a3.48 3.48 0 0 0-3.48 3.48a.5.5 0 1 0 1 0m12.36-2.98a.5.5 0 0 1 .5-.5a3.48 3.48 0 0 1 3.48 3.48a.5.5 0 1 1-1 0a2.48 2.48 0 0 0-2.48-2.48a.5.5 0 0 1-.5-.5m-10.242 4.844a1.37 1.37 0 0 1 1.282-.864c.608 0 1.126.394 1.308.945a.75.75 0 0 0 1.424-.47a2.88 2.88 0 0 0-2.732-1.975a2.87 2.87 0 0 0-2.678 1.816a.75.75 0 0 0 1.396.548m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 1 1-1.396-.548a2.87 2.87 0 0 1 2.678-1.816c1.272 0 2.354.826 2.732 1.975a.75.75 0 0 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a.75.75 0 0 0-1.06 1.06a7.02 7.02 0 0 0 9.93 0a.75.75 0 1 0-1.06-1.06a5.52 5.52 0 0 1-7.81 0"/><path d="M1 15.966c0-8.284 6.716-15 15-15s14.999 6.716 14.999 15s-6.715 15-15 15C7.717 30.965 1 24.25 1 15.965m15-13c-6.856 0-12.472 5.306-12.965 12.036q.054-.003.108-.002a3.651 3.651 0 0 1 1.36 7.04A13 13 0 0 0 16 28.965c1.241 0 2.441-.174 3.578-.498a3.651 3.651 0 0 1 5.908-3.612a13 13 0 0 0 2.288-3.37a2.497 2.497 0 0 1 1.184-4.463q.042-.524.042-1.056c0-7.18-5.82-13-13-13"/></g></svg> </template>
CSS
.icon-full-moon-face {
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.493%208a2.497%202.497%200%201%200%200-4.994a2.497%202.497%200%200%200%200%204.994m-.703%2014.615c1.05.822%201.336%202.211.639%203.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89%202.115-.946%203.165-.123M8.19%2010.52a2.48%202.48%200%200%201%202.48-2.48a.5.5%200%201%200%200-1a3.48%203.48%200%200%200-3.48%203.48a.5.5%200%201%200%201%200m12.36-2.98a.5.5%200%200%201%20.5-.5a3.48%203.48%200%200%201%203.48%203.48a.5.5%200%201%201-1%200a2.48%202.48%200%200%200-2.48-2.48a.5.5%200%200%201-.5-.5m-10.242%204.844a1.37%201.37%200%200%201%201.282-.864c.608%200%201.126.394%201.308.945a.75.75%200%200%200%201.424-.47a2.88%202.88%200%200%200-2.732-1.975a2.87%202.87%200%200%200-2.678%201.816a.75.75%200%200%200%201.396.548m9.902-.864a1.37%201.37%200%200%200-1.282.864a.75.75%200%201%201-1.396-.548a2.87%202.87%200%200%201%202.678-1.816c1.272%200%202.354.826%202.732%201.975a.75.75%200%200%201-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24%205.06a.75.75%200%200%200-1.06%201.06a7.02%207.02%200%200%200%209.93%200a.75.75%200%201%200-1.06-1.06a5.52%205.52%200%200%201-7.81%200%22%2F%3E%3Cpath%20d%3D%22M1%2015.966c0-8.284%206.716-15%2015-15s14.999%206.716%2014.999%2015s-6.715%2015-15%2015C7.717%2030.965%201%2024.25%201%2015.965m15-13c-6.856%200-12.472%205.306-12.965%2012.036q.054-.003.108-.002a3.651%203.651%200%200%201%201.36%207.04A13%2013%200%200%200%2016%2028.965c1.241%200%202.441-.174%203.578-.498a3.651%203.651%200%200%201%205.908-3.612a13%2013%200%200%200%202.288-3.37a2.497%202.497%200%200%201%201.184-4.463q.042-.524.042-1.056c0-7.18-5.82-13-13-13%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.493%208a2.497%202.497%200%201%200%200-4.994a2.497%202.497%200%200%200%200%204.994m-.703%2014.615c1.05.822%201.336%202.211.639%203.102c-.697.89-2.114.945-3.165.123c-1.05-.823-1.336-2.211-.64-3.102c.698-.89%202.115-.946%203.165-.123M8.19%2010.52a2.48%202.48%200%200%201%202.48-2.48a.5.5%200%201%200%200-1a3.48%203.48%200%200%200-3.48%203.48a.5.5%200%201%200%201%200m12.36-2.98a.5.5%200%200%201%20.5-.5a3.48%203.48%200%200%201%203.48%203.48a.5.5%200%201%201-1%200a2.48%202.48%200%200%200-2.48-2.48a.5.5%200%200%201-.5-.5m-10.242%204.844a1.37%201.37%200%200%201%201.282-.864c.608%200%201.126.394%201.308.945a.75.75%200%200%200%201.424-.47a2.88%202.88%200%200%200-2.732-1.975a2.87%202.87%200%200%200-2.678%201.816a.75.75%200%200%200%201.396.548m9.902-.864a1.37%201.37%200%200%200-1.282.864a.75.75%200%201%201-1.396-.548a2.87%202.87%200%200%201%202.678-1.816c1.272%200%202.354.826%202.732%201.975a.75.75%200%200%201-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24%205.06a.75.75%200%200%200-1.06%201.06a7.02%207.02%200%200%200%209.93%200a.75.75%200%201%200-1.06-1.06a5.52%205.52%200%200%201-7.81%200%22%2F%3E%3Cpath%20d%3D%22M1%2015.966c0-8.284%206.716-15%2015-15s14.999%206.716%2014.999%2015s-6.715%2015-15%2015C7.717%2030.965%201%2024.25%201%2015.965m15-13c-6.856%200-12.472%205.306-12.965%2012.036q.054-.003.108-.002a3.651%203.651%200%200%201%201.36%207.04A13%2013%200%200%200%2016%2028.965c1.241%200%202.441-.174%203.578-.498a3.651%203.651%200%200%201%205.908-3.612a13%2013%200%200%200%202.288-3.37a2.497%202.497%200%200%201%201.184-4.463q.042-.524.042-1.056c0-7.18-5.82-13-13-13%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-face.svg?color=%231a73e8&size=48