Pixel-perfect, open-source, gorgeous icons for refined interfaces.
Bandage
Install with bun
bun add vadivam vadivam-react Install with npm
npm install vadivam vadivam-react Install with pnpm
pnpm add vadivam vadivam-react Named import
import { Bandage } from "vadivam-react"; Per-icon import
import Bandage from "vadivam-react/bandage"; Raw SVG path
import icon from "vadivam/icons/bandage.svg"; SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m13 11 1-1m-4 4 1-1m2.464-8.317 1.463-1.464c3.775-3.775 9.629 2.08 5.854 5.854l-1.464 1.463-8.78 8.781-1.464 1.464c-3.775 3.775-9.629-2.08-5.854-5.854l1.464-1.463zm-2.927 14.634-5.854-5.853m8.78-8.781 5.854 5.854"/>
</svg>