Waterdrops 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 { IconWaterdrops } from "@devigner-ui/icons";
<IconWaterdrops className="size-6" />
<script setup>
import { IconWaterdrops } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWaterdrops class="size-6" />
</template>
<script>
import { IconWaterdrops } from "@devigner-ui/icons-svelte";
</script>
<IconWaterdrops class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 17.83C10 20.13 8.2 22 6 22s-4-1.87-4-4.17c0-1.44 1.57-3.36 2.74-4.6.7-.73 1.83-.73 2.52 0C8.43 14.48 10 16.4 10 17.84" stroke="currentColor" stroke-width="1.5"></path><path d="M22 17.83c0 2.3-1.8 4.17-4 4.17s-4-1.87-4-4.17c0-1.44 1.57-3.36 2.74-4.6.7-.73 1.83-.73 2.52 0 1.17 1.24 2.74 3.16 2.74 4.6" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M16 7.83c0 2.3-1.8 4.17-4 4.17s-4-1.87-4-4.17c0-1.44 1.57-3.36 2.74-4.6.7-.73 1.83-.73 2.52 0C14.43 4.47 16 6.4 16 7.83" stroke="currentColor" stroke-width="1.5"></path></svg>