Dropper icon in outline, twotone, bold and bulk. Free in all four styles, for health, clinics, pharmacy, gym, activity tracking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconDropper } from "@devigner-ui/icons";
<IconDropper className="size-6" />
<script setup>
import { IconDropper } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDropper class="size-6" />
</template>
<script>
import { IconDropper } from "@devigner-ui/icons-svelte";
</script>
<IconDropper 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 10h-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 13h-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M16 21v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M2 22V8c0-2.83 0-4.24.88-5.12S5.18 2 8 2h3.94a3 3 0 0 1 1.88.68l.03.03.08.07a3 3 0 0 0 2.07.66M18.5 2l-.52.52-.08.08a3 3 0 0 1-1.9.84M16 2v1.44m0 0V6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 16.5V10c0-1.89 0-2.83-.59-3.41C20.83 6 19.9 6 18 6h-4c-1.89 0-2.83 0-3.41.59C10 7.17 10 8.1 10 10v6.5c0 .66.28 1.3.76 1.73a7.8 7.8 0 0 0 10.48 0c.48-.44.76-1.07.76-1.72" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>