Water Sun 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 { IconWaterSun } from "@devigner-ui/icons";
<IconWaterSun className="size-6" />
<script setup>
import { IconWaterSun } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWaterSun class="size-6" />
</template>
<script>
import { IconWaterSun } from "@devigner-ui/icons-svelte";
</script>
<IconWaterSun class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M22 16.77a4.8 4.8 0 0 1-3.08-2.31c-.42-.64-1.35-.6-1.81.01A6 6 0 0 1 12 17c-2.5 0-4.08-1.43-5.13-2.78a1.02 1.02 0 0 0-1.67.05c-.7 1.1-1.52 2.1-3.2 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22 21.77a4.8 4.8 0 0 1-3.08-2.31c-.42-.64-1.35-.6-1.81.01A6 6 0 0 1 12 22c-2.5 0-4.08-1.43-5.13-2.78a1.02 1.02 0 0 0-1.67.05c-.7 1.1-1.52 2.1-3.2 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.92 11a6 6 0 0 0-11.84 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 2v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 12h-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M3 12H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m19.07 4.93-.4.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m5.32 5.32-.4-.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>