Waterdrop 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 { IconWaterdrop } from "@devigner-ui/icons";
<IconWaterdrop className="size-6" />
<script setup>
import { IconWaterdrop } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWaterdrop class="size-6" />
</template>
<script>
import { IconWaterdrop } from "@devigner-ui/icons-svelte";
</script>
<IconWaterdrop 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="M3 13.2c0 4.86 3.86 8.8 8.61 8.8h.78A8.7 8.7 0 0 0 21 13.2v-.27c0-4.61-2.73-8.77-6.9-10.5a5.4 5.4 0 0 0-4.2 0A11.4 11.4 0 0 0 3 12.92z" stroke="currentColor" stroke-width="1.5"></path><path d="M7.61 10.72c.64-2 2.02-3.63 3.78-4.44" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>