Pills2 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 { IconPills2 } from "@devigner-ui/icons";
<IconPills2 className="size-6" />
<script setup>
import { IconPills2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPills2 class="size-6" />
</template>
<script>
import { IconPills2 } from "@devigner-ui/icons-svelte";
</script>
<IconPills2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.54 10.54A4.98 4.98 0 0 0 8 2c-1.38 0-2.63.56-3.54 1.46m7.08 7.08A4.98 4.98 0 0 1 3 7c0-1.38.56-2.63 1.46-3.54m7.08 7.08L4.46 3.46" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 17a4.98 4.98 0 0 0-8.54-3.54A5 5 0 0 0 12 17m10 0a4.98 4.98 0 0 1-8.54 3.54A5 5 0 0 1 12 17m10 0H12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>