new moon face emoji
new-moon-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- new-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 new moon face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 15.983q0-.495.038-.982L3.143 15a3.651 3.651 0 0 1 1.36 7.04A12.94 12.94 0 0 1 3 15.983M15.183 3.025q.19-.012.38-.018a2.497 2.497 0 1 1-.38.018m11.605 16.472c0-1.268.945-2.315 2.169-2.476a12.9 12.9 0 0 1-1.184 4.463a2.5 2.5 0 0 1-.985-1.987M23.137 24c.894 0 1.713.321 2.348.855a13 13 0 0 1-5.908 3.612A3.65 3.65 0 0 1 23.137 24M10.67 8.04a2.48 2.48 0 0 0-2.48 2.48a.5.5 0 1 1-1 0a3.48 3.48 0 0 1 3.48-3.48a.5.5 0 0 1 0 1m9.88-.5a.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.844a.75.75 0 0 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 1 1-1.424.47c-.182-.55-.7-.945-1.308-.945a1.37 1.37 0 0 0-1.282.864m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 0 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 1 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a5.52 5.52 0 0 0 7.81 0a.75.75 0 1 1 1.06 1.06a7.02 7.02 0 0 1-9.93 0a.75.75 0 1 1 1.06-1.06m3.459 9.137c-.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-.123c1.051.822 1.337 2.211.64 3.102"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastNewMoonFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 15.983q0-.495.038-.982L3.143 15a3.651 3.651 0 0 1 1.36 7.04A12.94 12.94 0 0 1 3 15.983M15.183 3.025q.19-.012.38-.018a2.497 2.497 0 1 1-.38.018m11.605 16.472c0-1.268.945-2.315 2.169-2.476a12.9 12.9 0 0 1-1.184 4.463a2.5 2.5 0 0 1-.985-1.987M23.137 24c.894 0 1.713.321 2.348.855a13 13 0 0 1-5.908 3.612A3.65 3.65 0 0 1 23.137 24M10.67 8.04a2.48 2.48 0 0 0-2.48 2.48a.5.5 0 1 1-1 0a3.48 3.48 0 0 1 3.48-3.48a.5.5 0 0 1 0 1m9.88-.5a.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.844a.75.75 0 0 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 1 1-1.424.47c-.182-.55-.7-.945-1.308-.945a1.37 1.37 0 0 0-1.282.864m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 0 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 1 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a5.52 5.52 0 0 0 7.81 0a.75.75 0 1 1 1.06 1.06a7.02 7.02 0 0 1-9.93 0a.75.75 0 1 1 1.06-1.06m3.459 9.137c-.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-.123c1.051.822 1.337 2.211.64 3.102"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 15.983q0-.495.038-.982L3.143 15a3.651 3.651 0 0 1 1.36 7.04A12.94 12.94 0 0 1 3 15.983M15.183 3.025q.19-.012.38-.018a2.497 2.497 0 1 1-.38.018m11.605 16.472c0-1.268.945-2.315 2.169-2.476a12.9 12.9 0 0 1-1.184 4.463a2.5 2.5 0 0 1-.985-1.987M23.137 24c.894 0 1.713.321 2.348.855a13 13 0 0 1-5.908 3.612A3.65 3.65 0 0 1 23.137 24M10.67 8.04a2.48 2.48 0 0 0-2.48 2.48a.5.5 0 1 1-1 0a3.48 3.48 0 0 1 3.48-3.48a.5.5 0 0 1 0 1m9.88-.5a.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.844a.75.75 0 0 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 1 1-1.424.47c-.182-.55-.7-.945-1.308-.945a1.37 1.37 0 0 0-1.282.864m9.902-.864a1.37 1.37 0 0 0-1.282.864a.75.75 0 0 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 1 1-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24 5.06a5.52 5.52 0 0 0 7.81 0a.75.75 0 1 1 1.06 1.06a7.02 7.02 0 0 1-9.93 0a.75.75 0 1 1 1.06-1.06m3.459 9.137c-.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-.123c1.051.822 1.337 2.211.64 3.102"/></svg> </template>
CSS
.icon-new-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201M3%2015.983q0-.495.038-.982L3.143%2015a3.651%203.651%200%200%201%201.36%207.04A12.94%2012.94%200%200%201%203%2015.983M15.183%203.025q.19-.012.38-.018a2.497%202.497%200%201%201-.38.018m11.605%2016.472c0-1.268.945-2.315%202.169-2.476a12.9%2012.9%200%200%201-1.184%204.463a2.5%202.5%200%200%201-.985-1.987M23.137%2024c.894%200%201.713.321%202.348.855a13%2013%200%200%201-5.908%203.612A3.65%203.65%200%200%201%2023.137%2024M10.67%208.04a2.48%202.48%200%200%200-2.48%202.48a.5.5%200%201%201-1%200a3.48%203.48%200%200%201%203.48-3.48a.5.5%200%200%201%200%201m9.88-.5a.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.844a.75.75%200%200%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%201%201-1.424.47c-.182-.55-.7-.945-1.308-.945a1.37%201.37%200%200%200-1.282.864m9.902-.864a1.37%201.37%200%200%200-1.282.864a.75.75%200%200%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%201%201-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24%205.06a5.52%205.52%200%200%200%207.81%200a.75.75%200%201%201%201.06%201.06a7.02%207.02%200%200%201-9.93%200a.75.75%200%201%201%201.06-1.06m3.459%209.137c-.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-.123c1.051.822%201.337%202.211.64%203.102%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201M3%2015.983q0-.495.038-.982L3.143%2015a3.651%203.651%200%200%201%201.36%207.04A12.94%2012.94%200%200%201%203%2015.983M15.183%203.025q.19-.012.38-.018a2.497%202.497%200%201%201-.38.018m11.605%2016.472c0-1.268.945-2.315%202.169-2.476a12.9%2012.9%200%200%201-1.184%204.463a2.5%202.5%200%200%201-.985-1.987M23.137%2024c.894%200%201.713.321%202.348.855a13%2013%200%200%201-5.908%203.612A3.65%203.65%200%200%201%2023.137%2024M10.67%208.04a2.48%202.48%200%200%200-2.48%202.48a.5.5%200%201%201-1%200a3.48%203.48%200%200%201%203.48-3.48a.5.5%200%200%201%200%201m9.88-.5a.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.844a.75.75%200%200%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%201%201-1.424.47c-.182-.55-.7-.945-1.308-.945a1.37%201.37%200%200%200-1.282.864m9.902-.864a1.37%201.37%200%200%200-1.282.864a.75.75%200%200%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%201%201-1.424.47c-.182-.55-.7-.945-1.308-.945m-8.24%205.06a5.52%205.52%200%200%200%207.81%200a.75.75%200%201%201%201.06%201.06a7.02%207.02%200%200%201-9.93%200a.75.75%200%201%201%201.06-1.06m3.459%209.137c-.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-.123c1.051.822%201.337%202.211.64%203.102%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/new-moon-face.svg?color=%231a73e8&size=48