last quarter moon face emoji
last-quarter-moon-face from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.
- Name
- last-quarter-moon-face
- Set
- OpenMoji
- Style
- Default
- Category
- Travel Places
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More travel places icons from OpenMoji
Use the last quarter moon face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M44.042 51.455c.433 4.393 3.042 9.358 10.892 14.313c.782.494.535 1.673-.378 1.818c-1.702.27-3.447.414-5.227.414c-18.077 0-32.73-14.327-32.73-32S31.251 4 49.328 4c1.78 0 3.524.144 5.226.414c.826.13 1.139 1.161.524 1.728c-4.037 3.715-7.234 7.962-9.486 12.892a10.04 10.04 0 0 0-.406 7.37c.833 2.478 2.323 5.741 4.918 8.596c4.375 4.812-3.563 5.375-3.563 5.375s-3.146.583-.5 3.437c1.161 1.253.791 1.964-.173 2.703c3.264 2.861-1.827 4.94-1.827 4.94"/><path fill="#f1b31c" d="M54.039 4.322C52.268 4.02 50.784 4 48.929 4c-17.674 0-32 14.327-32 32s14.326 32 32 32c1.718 0 3.406-.135 5.051-.396c0 0 .688-.31.78-1.175c0 0-3.039.342-4.603.342c-16.994 0-30.77-13.777-30.77-30.77S33.162 5.228 50.156 5.228c1.673 0 3.314.133 4.915.39"/><circle cx="36" cy="27.25" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M44.344 51.455c.412 4.182 2.797 8.882 9.797 13.6c1.155.778.678 2.567-.706 2.726a33 33 0 0 1-3.804.219C31.554 68 16.9 53.673 16.9 36S31.554 4 49.63 4c1.405 0 2.787.09 4.143.26c1.271.159 1.778 1.702.855 2.59c-3.685 3.547-6.627 7.57-8.737 12.192a10.02 10.02 0 0 0-.405 7.353c.832 2.479 2.323 5.747 4.92 8.605c4.376 4.813-3.562 5.375-3.562 5.375s-3.146.583-.5 3.438c1.161 1.252.276 2.42-.688 3.159c-1.043.799-2.333 1.194-3.646 1.244c-1.631.061-3.955-.27-5.706-2.216m8.04 5.455s5.091-2.079 1.827-4.94"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M40.781 19.875s-4.781-3-9.562 1.906"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLastQuarterMoonFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M44.042 51.455c.433 4.393 3.042 9.358 10.892 14.313c.782.494.535 1.673-.378 1.818c-1.702.27-3.447.414-5.227.414c-18.077 0-32.73-14.327-32.73-32S31.251 4 49.328 4c1.78 0 3.524.144 5.226.414c.826.13 1.139 1.161.524 1.728c-4.037 3.715-7.234 7.962-9.486 12.892a10.04 10.04 0 0 0-.406 7.37c.833 2.478 2.323 5.741 4.918 8.596c4.375 4.812-3.563 5.375-3.563 5.375s-3.146.583-.5 3.437c1.161 1.253.791 1.964-.173 2.703c3.264 2.861-1.827 4.94-1.827 4.94"/><path fill="#f1b31c" d="M54.039 4.322C52.268 4.02 50.784 4 48.929 4c-17.674 0-32 14.327-32 32s14.326 32 32 32c1.718 0 3.406-.135 5.051-.396c0 0 .688-.31.78-1.175c0 0-3.039.342-4.603.342c-16.994 0-30.77-13.777-30.77-30.77S33.162 5.228 50.156 5.228c1.673 0 3.314.133 4.915.39"/><circle cx="36" cy="27.25" r="3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M44.344 51.455c.412 4.182 2.797 8.882 9.797 13.6c1.155.778.678 2.567-.706 2.726a33 33 0 0 1-3.804.219C31.554 68 16.9 53.673 16.9 36S31.554 4 49.63 4c1.405 0 2.787.09 4.143.26c1.271.159 1.778 1.702.855 2.59c-3.685 3.547-6.627 7.57-8.737 12.192a10.02 10.02 0 0 0-.405 7.353c.832 2.479 2.323 5.747 4.92 8.605c4.376 4.813-3.562 5.375-3.562 5.375s-3.146.583-.5 3.438c1.161 1.252.276 2.42-.688 3.159c-1.043.799-2.333 1.194-3.646 1.244c-1.631.061-3.955-.27-5.706-2.216m8.04 5.455s5.091-2.079 1.827-4.94"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M40.781 19.875s-4.781-3-9.562 1.906"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M44.042 51.455c.433 4.393 3.042 9.358 10.892 14.313c.782.494.535 1.673-.378 1.818c-1.702.27-3.447.414-5.227.414c-18.077 0-32.73-14.327-32.73-32S31.251 4 49.328 4c1.78 0 3.524.144 5.226.414c.826.13 1.139 1.161.524 1.728c-4.037 3.715-7.234 7.962-9.486 12.892a10.04 10.04 0 0 0-.406 7.37c.833 2.478 2.323 5.741 4.918 8.596c4.375 4.812-3.563 5.375-3.563 5.375s-3.146.583-.5 3.437c1.161 1.253.791 1.964-.173 2.703c3.264 2.861-1.827 4.94-1.827 4.94"/><path fill="#f1b31c" d="M54.039 4.322C52.268 4.02 50.784 4 48.929 4c-17.674 0-32 14.327-32 32s14.326 32 32 32c1.718 0 3.406-.135 5.051-.396c0 0 .688-.31.78-1.175c0 0-3.039.342-4.603.342c-16.994 0-30.77-13.777-30.77-30.77S33.162 5.228 50.156 5.228c1.673 0 3.314.133 4.915.39"/><circle cx="36" cy="27.25" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M44.344 51.455c.412 4.182 2.797 8.882 9.797 13.6c1.155.778.678 2.567-.706 2.726a33 33 0 0 1-3.804.219C31.554 68 16.9 53.673 16.9 36S31.554 4 49.63 4c1.405 0 2.787.09 4.143.26c1.271.159 1.778 1.702.855 2.59c-3.685 3.547-6.627 7.57-8.737 12.192a10.02 10.02 0 0 0-.405 7.353c.832 2.479 2.323 5.747 4.92 8.605c4.376 4.813-3.562 5.375-3.562 5.375s-3.146.583-.5 3.438c1.161 1.252.276 2.42-.688 3.159c-1.043.799-2.333 1.194-3.646 1.244c-1.631.061-3.955-.27-5.706-2.216m8.04 5.455s5.091-2.079 1.827-4.94"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M40.781 19.875s-4.781-3-9.562 1.906"/></svg> </template>
CSS
.icon-last-quarter-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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M44.042%2051.455c.433%204.393%203.042%209.358%2010.892%2014.313c.782.494.535%201.673-.378%201.818c-1.702.27-3.447.414-5.227.414c-18.077%200-32.73-14.327-32.73-32S31.251%204%2049.328%204c1.78%200%203.524.144%205.226.414c.826.13%201.139%201.161.524%201.728c-4.037%203.715-7.234%207.962-9.486%2012.892a10.04%2010.04%200%200%200-.406%207.37c.833%202.478%202.323%205.741%204.918%208.596c4.375%204.812-3.563%205.375-3.563%205.375s-3.146.583-.5%203.437c1.161%201.253.791%201.964-.173%202.703c3.264%202.861-1.827%204.94-1.827%204.94%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M54.039%204.322C52.268%204.02%2050.784%204%2048.929%204c-17.674%200-32%2014.327-32%2032s14.326%2032%2032%2032c1.718%200%203.406-.135%205.051-.396c0%200%20.688-.31.78-1.175c0%200-3.039.342-4.603.342c-16.994%200-30.77-13.777-30.77-30.77S33.162%205.228%2050.156%205.228c1.673%200%203.314.133%204.915.39%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2227.25%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M44.344%2051.455c.412%204.182%202.797%208.882%209.797%2013.6c1.155.778.678%202.567-.706%202.726a33%2033%200%200%201-3.804.219C31.554%2068%2016.9%2053.673%2016.9%2036S31.554%204%2049.63%204c1.405%200%202.787.09%204.143.26c1.271.159%201.778%201.702.855%202.59c-3.685%203.547-6.627%207.57-8.737%2012.192a10.02%2010.02%200%200%200-.405%207.353c.832%202.479%202.323%205.747%204.92%208.605c4.376%204.813-3.562%205.375-3.562%205.375s-3.146.583-.5%203.438c1.161%201.252.276%202.42-.688%203.159c-1.043.799-2.333%201.194-3.646%201.244c-1.631.061-3.955-.27-5.706-2.216m8.04%205.455s5.091-2.079%201.827-4.94%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M40.781%2019.875s-4.781-3-9.562%201.906%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M44.042%2051.455c.433%204.393%203.042%209.358%2010.892%2014.313c.782.494.535%201.673-.378%201.818c-1.702.27-3.447.414-5.227.414c-18.077%200-32.73-14.327-32.73-32S31.251%204%2049.328%204c1.78%200%203.524.144%205.226.414c.826.13%201.139%201.161.524%201.728c-4.037%203.715-7.234%207.962-9.486%2012.892a10.04%2010.04%200%200%200-.406%207.37c.833%202.478%202.323%205.741%204.918%208.596c4.375%204.812-3.563%205.375-3.563%205.375s-3.146.583-.5%203.437c1.161%201.253.791%201.964-.173%202.703c3.264%202.861-1.827%204.94-1.827%204.94%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M54.039%204.322C52.268%204.02%2050.784%204%2048.929%204c-17.674%200-32%2014.327-32%2032s14.326%2032%2032%2032c1.718%200%203.406-.135%205.051-.396c0%200%20.688-.31.78-1.175c0%200-3.039.342-4.603.342c-16.994%200-30.77-13.777-30.77-30.77S33.162%205.228%2050.156%205.228c1.673%200%203.314.133%204.915.39%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2227.25%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M44.344%2051.455c.412%204.182%202.797%208.882%209.797%2013.6c1.155.778.678%202.567-.706%202.726a33%2033%200%200%201-3.804.219C31.554%2068%2016.9%2053.673%2016.9%2036S31.554%204%2049.63%204c1.405%200%202.787.09%204.143.26c1.271.159%201.778%201.702.855%202.59c-3.685%203.547-6.627%207.57-8.737%2012.192a10.02%2010.02%200%200%200-.405%207.353c.832%202.479%202.323%205.747%204.92%208.605c4.376%204.813-3.562%205.375-3.562%205.375s-3.146.583-.5%203.438c1.161%201.252.276%202.42-.688%203.159c-1.043.799-2.333%201.194-3.646%201.244c-1.631.061-3.955-.27-5.706-2.216m8.04%205.455s5.091-2.079%201.827-4.94%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M40.781%2019.875s-4.781-3-9.562%201.906%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/last-quarter-moon-face.svg?color=%231a73e8&size=48