Full Moon 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 { IconFullMoon } from "@devigner-ui/icons";
<IconFullMoon className="size-6" />
<script setup>
import { IconFullMoon } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFullMoon class="size-6" />
</template>
<script>
import { IconFullMoon } from "@devigner-ui/icons-svelte";
</script>
<IconFullMoon class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M2.09 13.31a6 6 0 0 1 7.3 8.34" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M21.82 13.88a6 6 0 0 1-3.5-9.63" stroke="currentColor" stroke-width="1.5"></path><path d="M16 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0" stroke="currentColor" stroke-width="1.5"></path><path d="M13 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" stroke="currentColor" stroke-width="1.5"></path></svg>