Moon2 icon in outline, twotone, bold and bulk. Free in all four styles, for forecast, conditions, temperature, climate. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMoon2 } from "@devigner-ui/icons";
<IconMoon2 className="size-6" />
<script setup>
import { IconMoon2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMoon2 class="size-6" />
</template>
<script>
import { IconMoon2 } from "@devigner-ui/icons-svelte";
</script>
<IconMoon2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.7 12.42a10.49 10.49 0 0 0 18.93 5.3c.82-1.11.38-1.85-.99-1.6A9.32 9.32 0 0 1 9.65 7.14a9 9 0 0 1 .75-3.65c.54-1.24-.11-1.83-1.36-1.3A10.3 10.3 0 0 0 2.7 12.42" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>