Pixel-perfect, open-source, gorgeous icons for refined interfaces.
BetweenVerticalEnd
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 { BetweenVerticalEnd } from "vadivam-react"; Per-icon import
import BetweenVerticalEnd from "vadivam-react/between-vertical-end"; Raw SVG path
import icon from "vadivam/icons/between-vertical-end.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="M21 11.921V5.58c0-4.772-7-4.772-7 0v6.342c0 4.772 7 4.772 7 0m-11-.001V5.58c0-4.772-7-4.772-7 0v6.342c0 4.772 7 4.772 7 0M15.5 22c-1.626-.93-2.585-2.432-3.5-4-.915 1.568-1.874 3.07-3.5 4"/>
</svg>