crescent moon emoji

crescent-moon from Streamline Emojis by Streamline · Default · Animals Nature · CC-BY-4.0 Attribution required.

Name
crescent-moon
Set
Streamline Emojis
Style
Default
Category
Animals Nature
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More animals nature icons from Streamline Emojis

Use the crescent moon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.17 45.5a14.5 1.5 0 1 0 29 0a14.5 1.5 0 1 0-29 0" opacity=".15"/><path fill="#ffe500" d="M28.3 4.65A15.42 15.42 0 1 1 6.64 26.32a.62.62 0 0 0-1.1.52A18.84 18.84 0 1 0 28.83 3.55a.62.62 0 0 0-.53 1.1"/><path fill="#ebcb00" d="M41.05 14.43a19.2 19.2 0 0 1 0 5.36a18.84 18.84 0 0 1-35.2 6.35a.58.58 0 0 0-.31.7a18.84 18.84 0 1 0 35.51-12.41"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.3 4.65A15.42 15.42 0 1 1 6.64 26.32a.62.62 0 0 0-1.1.52A18.84 18.84 0 1 0 28.83 3.55a.62.62 0 0 0-.53 1.1"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisCrescentMoon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.17 45.5a14.5 1.5 0 1 0 29 0a14.5 1.5 0 1 0-29 0" opacity=".15"/><path fill="#ffe500" d="M28.3 4.65A15.42 15.42 0 1 1 6.64 26.32a.62.62 0 0 0-1.1.52A18.84 18.84 0 1 0 28.83 3.55a.62.62 0 0 0-.53 1.1"/><path fill="#ebcb00" d="M41.05 14.43a19.2 19.2 0 0 1 0 5.36a18.84 18.84 0 0 1-35.2 6.35a.58.58 0 0 0-.31.7a18.84 18.84 0 1 0 35.51-12.41"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M28.3 4.65A15.42 15.42 0 1 1 6.64 26.32a.62.62 0 0 0-1.1.52A18.84 18.84 0 1 0 28.83 3.55a.62.62 0 0 0-.53 1.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.17 45.5a14.5 1.5 0 1 0 29 0a14.5 1.5 0 1 0-29 0" opacity=".15"/><path fill="#ffe500" d="M28.3 4.65A15.42 15.42 0 1 1 6.64 26.32a.62.62 0 0 0-1.1.52A18.84 18.84 0 1 0 28.83 3.55a.62.62 0 0 0-.53 1.1"/><path fill="#ebcb00" d="M41.05 14.43a19.2 19.2 0 0 1 0 5.36a18.84 18.84 0 0 1-35.2 6.35a.58.58 0 0 0-.31.7a18.84 18.84 0 1 0 35.51-12.41"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.3 4.65A15.42 15.42 0 1 1 6.64 26.32a.62.62 0 0 0-1.1.52A18.84 18.84 0 1 0 28.83 3.55a.62.62 0 0 0-.53 1.1"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.17%2045.5a14.5%201.5%200%201%200%2029%200a14.5%201.5%200%201%200-29%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M28.3%204.65A15.42%2015.42%200%201%201%206.64%2026.32a.62.62%200%200%200-1.1.52A18.84%2018.84%200%201%200%2028.83%203.55a.62.62%200%200%200-.53%201.1%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20d%3D%22M41.05%2014.43a19.2%2019.2%200%200%201%200%205.36a18.84%2018.84%200%200%201-35.2%206.35a.58.58%200%200%200-.31.7a18.84%2018.84%200%201%200%2035.51-12.41%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.3%204.65A15.42%2015.42%200%201%201%206.64%2026.32a.62.62%200%200%200-1.1.52A18.84%2018.84%200%201%200%2028.83%203.55a.62.62%200%200%200-.53%201.1%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.17%2045.5a14.5%201.5%200%201%200%2029%200a14.5%201.5%200%201%200-29%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M28.3%204.65A15.42%2015.42%200%201%201%206.64%2026.32a.62.62%200%200%200-1.1.52A18.84%2018.84%200%201%200%2028.83%203.55a.62.62%200%200%200-.53%201.1%22%2F%3E%3Cpath%20fill%3D%22%23ebcb00%22%20d%3D%22M41.05%2014.43a19.2%2019.2%200%200%201%200%205.36a18.84%2018.84%200%200%201-35.2%206.35a.58.58%200%200%200-.31.7a18.84%2018.84%200%201%200%2035.51-12.41%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.3%204.65A15.42%2015.42%200%201%201%206.64%2026.32a.62.62%200%200%200-1.1.52A18.84%2018.84%200%201%200%2028.83%203.55a.62.62%200%200%200-.53%201.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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