Water 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 { IconWater } from "@devigner-ui/icons";
<IconWater className="size-6" />
<script setup>
import { IconWater } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWater class="size-6" />
</template>
<script>
import { IconWater } from "@devigner-ui/icons-svelte";
</script>
<IconWater class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 8.79a4.8 4.8 0 0 1-3.08-2.18c-.42-.6-1.35-.57-1.81.01A6.2 6.2 0 0 1 12 9a6.5 6.5 0 0 1-5.13-2.61c-.44-.53-1.28-.52-1.67.04A5 5 0 0 1 2 8.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22 18.79a4.8 4.8 0 0 1-3.08-2.18c-.42-.6-1.35-.57-1.81.01A6.2 6.2 0 0 1 12 19a6.5 6.5 0 0 1-5.13-2.61c-.44-.53-1.28-.52-1.67.04A5 5 0 0 1 2 18.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22 13.79a4.8 4.8 0 0 1-3.08-2.18c-.42-.6-1.35-.57-1.81.01A6.2 6.2 0 0 1 12 14a6.5 6.5 0 0 1-5.13-2.61c-.44-.53-1.28-.52-1.67.04A5 5 0 0 1 2 13.8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>