Emoji Crescent Moon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Crescent Moon icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325230.svg" alt="Emoji Crescent Moon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325230.svg" alt="Emoji Crescent Moon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325230.svg" alt="Emoji Crescent Moon icon" :width="24" :height="24" />
CSS background
.icon-emoji-crescent-moon {
background-image: url('https://proicons.com/icon/325230.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M5.5635,28.3392c2.938,3.9821,7.6631,6.5651,12.9914,6.5651,8.9106,0,16.1341-7.2235,16.1341-16.1342,0-5.5002-2.7522-10.3576-6.9547-13.2701,8.4145,1.8319,14.7022,9.3208,14.7022,18.2844,0,10.3364-8.3792,18.7156-18.7156,18.7156-8.769,0-16.127-6.0205-18.1575-14.1608"/></svg>
Copied!