last quarter moon emoji

last-quarter-moon from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
last-quarter-moon
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 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M64 36A28 28 0 0 0 36 8v56a28 28 0 0 0 28-28"/><path fill="#fcea2b" d="M21.549 30.124a1.5 1.5 0 0 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" d="M8 36a28 28 0 0 0 28 28V8A28 28 0 0 0 8 36"/><path fill="#3f3f3f" stroke="#3f3f3f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M64 36A28 28 0 0 0 36 8v56a28 28 0 0 0 28-28"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="36" r="28"/><path d="M8 36a28 28 0 0 0 28 28V8A28 28 0 0 0 8 36"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiLastQuarterMoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M64 36A28 28 0 0 0 36 8v56a28 28 0 0 0 28-28"/><path fill="#fcea2b" d="M21.549 30.124a1.5 1.5 0 0 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill="#fcea2b" stroke="#fcea2b" strokeLinecap="round" strokeLinejoin="round" d="M8 36a28 28 0 0 0 28 28V8A28 28 0 0 0 8 36"/><path fill="#3f3f3f" stroke="#3f3f3f" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M64 36A28 28 0 0 0 36 8v56a28 28 0 0 0 28-28"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="36" cy="36" r="28"/><path d="M8 36a28 28 0 0 0 28 28V8A28 28 0 0 0 8 36"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M64 36A28 28 0 0 0 36 8v56a28 28 0 0 0 28-28"/><path fill="#fcea2b" d="M21.549 30.124a1.5 1.5 0 0 0 0-3a1.5 1.5 0 0 0 0 3"/><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" d="M8 36a28 28 0 0 0 28 28V8A28 28 0 0 0 8 36"/><path fill="#3f3f3f" stroke="#3f3f3f" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M64 36A28 28 0 0 0 36 8v56a28 28 0 0 0 28-28"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="36" r="28"/><path d="M8 36a28 28 0 0 0 28 28V8A28 28 0 0 0 8 36"/></g></svg>
</template>

CSS

.icon-last-quarter-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%2072%2072%22%3E%3Cpath%20d%3D%22M64%2036A28%2028%200%200%200%2036%208v56a28%2028%200%200%200%2028-28%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M21.549%2030.124a1.5%201.5%200%200%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2036a28%2028%200%200%200%2028%2028V8A28%2028%200%200%200%208%2036%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M64%2036A28%2028%200%200%200%2036%208v56a28%2028%200%200%200%2028-28%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%2F%3E%3Cpath%20d%3D%22M8%2036a28%2028%200%200%200%2028%2028V8A28%2028%200%200%200%208%2036%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%2072%2072%22%3E%3Cpath%20d%3D%22M64%2036A28%2028%200%200%200%2036%208v56a28%2028%200%200%200%2028-28%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M21.549%2030.124a1.5%201.5%200%200%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2036a28%2028%200%200%200%2028%2028V8A28%2028%200%200%200%208%2036%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20stroke%3D%22%233f3f3f%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M64%2036A28%2028%200%200%200%2036%208v56a28%2028%200%200%200%2028-28%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2228%22%2F%3E%3Cpath%20d%3D%22M8%2036a28%2028%200%200%200%2028%2028V8A28%2028%200%200%200%208%2036%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/last-quarter-moon.svg?color=%231a73e8&size=48