crescent moon emoji

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

Name
crescent-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 crescent moon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M7.363 42.41c4.553 6.17 11.874 10.172 20.13 10.172c13.808 0 25-11.193 25-25c0-8.523-4.264-16.05-10.776-20.562C54.756 9.858 64.5 21.463 64.5 35.352c0 16.016-12.984 29-29 29c-13.588 0-24.99-9.33-28.136-21.943"/><path fill="#f1b31c" d="M45.837 9.21c8.25 4.25 16.195 11.873 16.195 24.675c0 15.45-12.524 27.974-27.974 27.974c-9.243 0-19.752-4.836-24.294-15.544c0 0 4.38 18.657 25.72 18.665c19.326.007 28.041-20.622 28.041-20.622C70.033 12.382 45.837 9.211 45.837 9.211"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M7.363 42.41c4.553 6.17 11.874 10.172 20.13 10.172c13.808 0 25-11.193 25-25c0-8.523-4.264-16.05-10.776-20.562C54.756 9.858 64.5 21.463 64.5 35.352c0 16.016-12.984 29-29 29c-13.588 0-24.99-9.33-28.136-21.943"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCrescentMoon(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="M7.363 42.41c4.553 6.17 11.874 10.172 20.13 10.172c13.808 0 25-11.193 25-25c0-8.523-4.264-16.05-10.776-20.562C54.756 9.858 64.5 21.463 64.5 35.352c0 16.016-12.984 29-29 29c-13.588 0-24.99-9.33-28.136-21.943"/><path fill="#f1b31c" d="M45.837 9.21c8.25 4.25 16.195 11.873 16.195 24.675c0 15.45-12.524 27.974-27.974 27.974c-9.243 0-19.752-4.836-24.294-15.544c0 0 4.38 18.657 25.72 18.665c19.326.007 28.041-20.622 28.041-20.622C70.033 12.382 45.837 9.211 45.837 9.211"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M7.363 42.41c4.553 6.17 11.874 10.172 20.13 10.172c13.808 0 25-11.193 25-25c0-8.523-4.264-16.05-10.776-20.562C54.756 9.858 64.5 21.463 64.5 35.352c0 16.016-12.984 29-29 29c-13.588 0-24.99-9.33-28.136-21.943"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M7.363 42.41c4.553 6.17 11.874 10.172 20.13 10.172c13.808 0 25-11.193 25-25c0-8.523-4.264-16.05-10.776-20.562C54.756 9.858 64.5 21.463 64.5 35.352c0 16.016-12.984 29-29 29c-13.588 0-24.99-9.33-28.136-21.943"/><path fill="#f1b31c" d="M45.837 9.21c8.25 4.25 16.195 11.873 16.195 24.675c0 15.45-12.524 27.974-27.974 27.974c-9.243 0-19.752-4.836-24.294-15.544c0 0 4.38 18.657 25.72 18.665c19.326.007 28.041-20.622 28.041-20.622C70.033 12.382 45.837 9.211 45.837 9.211"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M7.363 42.41c4.553 6.17 11.874 10.172 20.13 10.172c13.808 0 25-11.193 25-25c0-8.523-4.264-16.05-10.776-20.562C54.756 9.858 64.5 21.463 64.5 35.352c0 16.016-12.984 29-29 29c-13.588 0-24.99-9.33-28.136-21.943"/></svg>
</template>

CSS

.icon-crescent-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%20fill%3D%22%23fcea2b%22%20d%3D%22M7.363%2042.41c4.553%206.17%2011.874%2010.172%2020.13%2010.172c13.808%200%2025-11.193%2025-25c0-8.523-4.264-16.05-10.776-20.562C54.756%209.858%2064.5%2021.463%2064.5%2035.352c0%2016.016-12.984%2029-29%2029c-13.588%200-24.99-9.33-28.136-21.943%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M45.837%209.21c8.25%204.25%2016.195%2011.873%2016.195%2024.675c0%2015.45-12.524%2027.974-27.974%2027.974c-9.243%200-19.752-4.836-24.294-15.544c0%200%204.38%2018.657%2025.72%2018.665c19.326.007%2028.041-20.622%2028.041-20.622C70.033%2012.382%2045.837%209.211%2045.837%209.211%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%22M7.363%2042.41c4.553%206.17%2011.874%2010.172%2020.13%2010.172c13.808%200%2025-11.193%2025-25c0-8.523-4.264-16.05-10.776-20.562C54.756%209.858%2064.5%2021.463%2064.5%2035.352c0%2016.016-12.984%2029-29%2029c-13.588%200-24.99-9.33-28.136-21.943%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%22M7.363%2042.41c4.553%206.17%2011.874%2010.172%2020.13%2010.172c13.808%200%2025-11.193%2025-25c0-8.523-4.264-16.05-10.776-20.562C54.756%209.858%2064.5%2021.463%2064.5%2035.352c0%2016.016-12.984%2029-29%2029c-13.588%200-24.99-9.33-28.136-21.943%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M45.837%209.21c8.25%204.25%2016.195%2011.873%2016.195%2024.675c0%2015.45-12.524%2027.974-27.974%2027.974c-9.243%200-19.752-4.836-24.294-15.544c0%200%204.38%2018.657%2025.72%2018.665c19.326.007%2028.041-20.622%2028.041-20.622C70.033%2012.382%2045.837%209.211%2045.837%209.211%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%22M7.363%2042.41c4.553%206.17%2011.874%2010.172%2020.13%2010.172c13.808%200%2025-11.193%2025-25c0-8.523-4.264-16.05-10.776-20.562C54.756%209.858%2064.5%2021.463%2064.5%2035.352c0%2016.016-12.984%2029-29%2029c-13.588%200-24.99-9.33-28.136-21.943%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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