Drop 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 { IconDrop } from "@devigner-ui/icons";
<IconDrop className="size-6" />
<script setup>
import { IconDrop } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDrop class="size-6" />
</template>
<script>
import { IconDrop } from "@devigner-ui/icons-svelte";
</script>
<IconDrop class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.28 2.21a1 1 0 0 0-1.22 0c-1.9 1.45-7.51 6.18-7.48 11.69a8.11 8.11 0 0 0 16.2.01c.01-5.43-5.61-10.24-7.5-11.7" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path></svg>