Moon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/344096.svg" alt="Moon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344096.svg" alt="Moon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344096.svg" alt="Moon icon" :width="24" :height="24" />
CSS background
.icon-moon {
background-image: url('https://proicons.com/icon/344096.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.213,35.2153c-3.7371,6.3354-10.6283,10.5847-18.5113,10.5847-11.8635,0-21.4807-9.6263-21.4807-21.5S11.8382,2.8,23.7017,2.8c-9.6476,19.6187,6.7725,33.2175,18.5113,32.4153Z"/></svg>
Moon in other icon packs
Copied!