crescent moon emoji
crescent-moon from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.
- Name
- crescent-moon
- Set
- Twitter Emoji
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More travel & places icons from Twitter Emoji
Use the crescent moon emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M30.312.776C32 19 20 32 .776 30.312c8.199 7.717 21.091 7.588 29.107-.429C37.9 21.867 38.03 8.975 30.312.776"/><path fill="#ffcc4d" d="M30.705 15.915a1.163 1.163 0 1 0 1.643 1.641a1.163 1.163 0 0 0-1.643-1.641m-16.022 14.38a1.74 1.74 0 0 0 0 2.465a1.742 1.742 0 1 0 0-2.465m13.968-2.147a2.904 2.904 0 0 1-4.108 0a2.9 2.9 0 0 1 0-4.107a2.9 2.9 0 0 1 4.108 0a2.9 2.9 0 0 1 0 4.107"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiCrescentMoon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M30.312.776C32 19 20 32 .776 30.312c8.199 7.717 21.091 7.588 29.107-.429C37.9 21.867 38.03 8.975 30.312.776"/><path fill="#ffcc4d" d="M30.705 15.915a1.163 1.163 0 1 0 1.643 1.641a1.163 1.163 0 0 0-1.643-1.641m-16.022 14.38a1.74 1.74 0 0 0 0 2.465a1.742 1.742 0 1 0 0-2.465m13.968-2.147a2.904 2.904 0 0 1-4.108 0a2.9 2.9 0 0 1 0-4.107a2.9 2.9 0 0 1 4.108 0a2.9 2.9 0 0 1 0 4.107"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffd983" d="M30.312.776C32 19 20 32 .776 30.312c8.199 7.717 21.091 7.588 29.107-.429C37.9 21.867 38.03 8.975 30.312.776"/><path fill="#ffcc4d" d="M30.705 15.915a1.163 1.163 0 1 0 1.643 1.641a1.163 1.163 0 0 0-1.643-1.641m-16.022 14.38a1.74 1.74 0 0 0 0 2.465a1.742 1.742 0 1 0 0-2.465m13.968-2.147a2.904 2.904 0 0 1-4.108 0a2.9 2.9 0 0 1 0-4.107a2.9 2.9 0 0 1 4.108 0a2.9 2.9 0 0 1 0 4.107"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M30.312.776C32%2019%2020%2032%20.776%2030.312c8.199%207.717%2021.091%207.588%2029.107-.429C37.9%2021.867%2038.03%208.975%2030.312.776%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M30.705%2015.915a1.163%201.163%200%201%200%201.643%201.641a1.163%201.163%200%200%200-1.643-1.641m-16.022%2014.38a1.74%201.74%200%200%200%200%202.465a1.742%201.742%200%201%200%200-2.465m13.968-2.147a2.904%202.904%200%200%201-4.108%200a2.9%202.9%200%200%201%200-4.107a2.9%202.9%200%200%201%204.108%200a2.9%202.9%200%200%201%200%204.107%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M30.312.776C32%2019%2020%2032%20.776%2030.312c8.199%207.717%2021.091%207.588%2029.107-.429C37.9%2021.867%2038.03%208.975%2030.312.776%22%2F%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M30.705%2015.915a1.163%201.163%200%201%200%201.643%201.641a1.163%201.163%200%200%200-1.643-1.641m-16.022%2014.38a1.74%201.74%200%200%200%200%202.465a1.742%201.742%200%201%200%200-2.465m13.968-2.147a2.904%202.904%200%200%201-4.108%200a2.9%202.9%200%200%201%200-4.107a2.9%202.9%200%200%201%204.108%200a2.9%202.9%200%200%201%200%204.107%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/crescent-moon.svg?color=%231a73e8&size=48