Pill 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 { IconPill } from "@devigner-ui/icons";
<IconPill className="size-6" />
<script setup>
import { IconPill } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPill class="size-6" />
</template>
<script>
import { IconPill } from "@devigner-ui/icons-svelte";
</script>
<IconPill class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 13.6A6.8 6.8 0 1 1 13.6 4l6.4 6.4a6.8 6.8 0 1 1-9.6 9.6z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M16.8 7.2s-.54 2.8-3.67 5.93C10 16.27 7.2 16.81 7.2 16.81" stroke="currentColor" stroke-width="1.5"></path></svg>