full moon face emoji
full-moon-face from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.
- Name
- full-moon-face
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Nature
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- full-moon-with-face
The same emoji in other sets
More nature icons from Emoji One (Colored)
Use the full moon face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffe8a6"/><g fill="#f4dc9f"><circle cx="50" cy="35.2" r="7"/><circle cx="18.1" cy="39" r="6"/><circle cx="24.2" cy="50" r="9"/><circle cx="24" cy="17.2" r="4"/><circle cx="37" cy="18.2" r="4"/><circle cx="12.1" cy="25.9" r="4"/><circle cx="39" cy="9.2" r="2"/><circle cx="8.1" cy="39" r="2"/><circle cx="52" cy="50" r="2"/><circle cx="25" cy="29.9" r="3"/><circle cx="15" cy="15.7" r="2"/><circle cx="46" cy="52.6" r="4"/><path d="M24.2 10.8c0 2.8 2.2 5 5 5s5-2.2 5-5s-2.2-5-5-5c-2.8-.1-5 2.2-5 5"/></g><g fill="#827717"><path d="M37 39c-3.5 4.9-11.3 4.8-9.8-3.7c.6-3.3 2.2-13 2.2-13v10.6c0 7.6 2.1 7.3 7.6 6.1"/><path d="M42.8 43.9c-7 4.8-14.7 4.8-21.6 0c-.8-.6-1.6.4-1 1.4c2.1 3.5 6.4 6.6 11.8 6.6s9.7-3.1 11.8-6.6c.6-1-.2-2-1-1.4m-4.4-19.2c3.7 7 11.2 7 14.9 0c.2-.4-.3-.5-.9-.9c-3.7 2.9-9.8 2.7-13.1 0c-.6.4-1.1.6-.9.9m-27.7 0c3.7 7 11.2 7 14.9 0c.2-.4-.3-.5-.9-.9c-3.7 2.9-9.8 2.7-13.1 0c-.6.4-1.1.6-.9.9"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneFullMoonFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffe8a6"/><g fill="#f4dc9f"><circle cx="50" cy="35.2" r="7"/><circle cx="18.1" cy="39" r="6"/><circle cx="24.2" cy="50" r="9"/><circle cx="24" cy="17.2" r="4"/><circle cx="37" cy="18.2" r="4"/><circle cx="12.1" cy="25.9" r="4"/><circle cx="39" cy="9.2" r="2"/><circle cx="8.1" cy="39" r="2"/><circle cx="52" cy="50" r="2"/><circle cx="25" cy="29.9" r="3"/><circle cx="15" cy="15.7" r="2"/><circle cx="46" cy="52.6" r="4"/><path d="M24.2 10.8c0 2.8 2.2 5 5 5s5-2.2 5-5s-2.2-5-5-5c-2.8-.1-5 2.2-5 5"/></g><g fill="#827717"><path d="M37 39c-3.5 4.9-11.3 4.8-9.8-3.7c.6-3.3 2.2-13 2.2-13v10.6c0 7.6 2.1 7.3 7.6 6.1"/><path d="M42.8 43.9c-7 4.8-14.7 4.8-21.6 0c-.8-.6-1.6.4-1 1.4c2.1 3.5 6.4 6.6 11.8 6.6s9.7-3.1 11.8-6.6c.6-1-.2-2-1-1.4m-4.4-19.2c3.7 7 11.2 7 14.9 0c.2-.4-.3-.5-.9-.9c-3.7 2.9-9.8 2.7-13.1 0c-.6.4-1.1.6-.9.9m-27.7 0c3.7 7 11.2 7 14.9 0c.2-.4-.3-.5-.9-.9c-3.7 2.9-9.8 2.7-13.1 0c-.6.4-1.1.6-.9.9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#ffe8a6"/><g fill="#f4dc9f"><circle cx="50" cy="35.2" r="7"/><circle cx="18.1" cy="39" r="6"/><circle cx="24.2" cy="50" r="9"/><circle cx="24" cy="17.2" r="4"/><circle cx="37" cy="18.2" r="4"/><circle cx="12.1" cy="25.9" r="4"/><circle cx="39" cy="9.2" r="2"/><circle cx="8.1" cy="39" r="2"/><circle cx="52" cy="50" r="2"/><circle cx="25" cy="29.9" r="3"/><circle cx="15" cy="15.7" r="2"/><circle cx="46" cy="52.6" r="4"/><path d="M24.2 10.8c0 2.8 2.2 5 5 5s5-2.2 5-5s-2.2-5-5-5c-2.8-.1-5 2.2-5 5"/></g><g fill="#827717"><path d="M37 39c-3.5 4.9-11.3 4.8-9.8-3.7c.6-3.3 2.2-13 2.2-13v10.6c0 7.6 2.1 7.3 7.6 6.1"/><path d="M42.8 43.9c-7 4.8-14.7 4.8-21.6 0c-.8-.6-1.6.4-1 1.4c2.1 3.5 6.4 6.6 11.8 6.6s9.7-3.1 11.8-6.6c.6-1-.2-2-1-1.4m-4.4-19.2c3.7 7 11.2 7 14.9 0c.2-.4-.3-.5-.9-.9c-3.7 2.9-9.8 2.7-13.1 0c-.6.4-1.1.6-.9.9m-27.7 0c3.7 7 11.2 7 14.9 0c.2-.4-.3-.5-.9-.9c-3.7 2.9-9.8 2.7-13.1 0c-.6.4-1.1.6-.9.9"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffe8a6%22%2F%3E%3Cg%20fill%3D%22%23f4dc9f%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2235.2%22%20r%3D%227%22%2F%3E%3Ccircle%20cx%3D%2218.1%22%20cy%3D%2239%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%2224.2%22%20cy%3D%2250%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2217.2%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%2237%22%20cy%3D%2218.2%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%2212.1%22%20cy%3D%2225.9%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%2239%22%20cy%3D%229.2%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%228.1%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2252%22%20cy%3D%2250%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2229.9%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215.7%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2246%22%20cy%3D%2252.6%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M24.2%2010.8c0%202.8%202.2%205%205%205s5-2.2%205-5s-2.2-5-5-5c-2.8-.1-5%202.2-5%205%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23827717%22%3E%3Cpath%20d%3D%22M37%2039c-3.5%204.9-11.3%204.8-9.8-3.7c.6-3.3%202.2-13%202.2-13v10.6c0%207.6%202.1%207.3%207.6%206.1%22%2F%3E%3Cpath%20d%3D%22M42.8%2043.9c-7%204.8-14.7%204.8-21.6%200c-.8-.6-1.6.4-1%201.4c2.1%203.5%206.4%206.6%2011.8%206.6s9.7-3.1%2011.8-6.6c.6-1-.2-2-1-1.4m-4.4-19.2c3.7%207%2011.2%207%2014.9%200c.2-.4-.3-.5-.9-.9c-3.7%202.9-9.8%202.7-13.1%200c-.6.4-1.1.6-.9.9m-27.7%200c3.7%207%2011.2%207%2014.9%200c.2-.4-.3-.5-.9-.9c-3.7%202.9-9.8%202.7-13.1%200c-.6.4-1.1.6-.9.9%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23ffe8a6%22%2F%3E%3Cg%20fill%3D%22%23f4dc9f%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2235.2%22%20r%3D%227%22%2F%3E%3Ccircle%20cx%3D%2218.1%22%20cy%3D%2239%22%20r%3D%226%22%2F%3E%3Ccircle%20cx%3D%2224.2%22%20cy%3D%2250%22%20r%3D%229%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2217.2%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%2237%22%20cy%3D%2218.2%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%2212.1%22%20cy%3D%2225.9%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%2239%22%20cy%3D%229.2%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%228.1%22%20cy%3D%2239%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2252%22%20cy%3D%2250%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2229.9%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215.7%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2246%22%20cy%3D%2252.6%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M24.2%2010.8c0%202.8%202.2%205%205%205s5-2.2%205-5s-2.2-5-5-5c-2.8-.1-5%202.2-5%205%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23827717%22%3E%3Cpath%20d%3D%22M37%2039c-3.5%204.9-11.3%204.8-9.8-3.7c.6-3.3%202.2-13%202.2-13v10.6c0%207.6%202.1%207.3%207.6%206.1%22%2F%3E%3Cpath%20d%3D%22M42.8%2043.9c-7%204.8-14.7%204.8-21.6%200c-.8-.6-1.6.4-1%201.4c2.1%203.5%206.4%206.6%2011.8%206.6s9.7-3.1%2011.8-6.6c.6-1-.2-2-1-1.4m-4.4-19.2c3.7%207%2011.2%207%2014.9%200c.2-.4-.3-.5-.9-.9c-3.7%202.9-9.8%202.7-13.1%200c-.6.4-1.1.6-.9.9m-27.7%200c3.7%207%2011.2%207%2014.9%200c.2-.4-.3-.5-.9-.9c-3.7%202.9-9.8%202.7-13.1%200c-.6.4-1.1.6-.9.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/full-moon-face.svg?color=%231a73e8&size=48