6180 The Moon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 6180 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/321235.svg" alt="6180 The Moon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321235.svg" alt="6180 The Moon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321235.svg" alt="6180 The Moon icon" :width="24" :height="24" />
CSS background
.icon-6180-the-moon {
background-image: url('https://proicons.com/icon/321235.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><polyline class="c" points="18.5374 20.5768 20.8503 19.3174 20.8503 28.5691"/><circle class="c" cx="13.5646" cy="25.5045" r="3.0646"/><path class="c" d="m16.3584,20.4458c-.5107-.6687-1.2889-1.1284-2.5786-1.1284h-.2152c-1.6925,0-3.0646,1.3721-3.0646,3.0646v3.1224"/><path class="c" d="m25.3588,24.0567c-1.2774,0-2.3129,1.0355-2.3129,2.3129h0c0,1.2774,1.0355,2.3129,2.3129,2.3129h1.5034c1.2774,0,2.3129-1.0355,2.3129-2.3129h0c0-1.2774-1.0355-2.3129-2.3129-2.3129"/><path class="c" d="m26.8622,24.0567c1.2774,0,2.3129-1.0355,2.3129-2.3129h0c0-1.2774-1.0355-2.3129-2.3129-2.3129h-1.5034c-1.2774,0-2.3129,1.0355-2.3129,2.3129h0c0,1.2774,1.0355,2.3129,2.3129,2.3129"/><line class="c" x1="25.3588" y1="24.0567" x2="26.8622" y2="24.0567"/><rect class="c" x="31.3708" y="19.3174" width="6.1292" height="9.2516" rx="3.0646" ry="3.0646"/></svg>
Copied!