Pixel-perfect, open-source, gorgeous icons for refined interfaces.
ArrowUpRight
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 { ArrowUpRight } from "vadivam-react"; Per-icon import
import ArrowUpRight from "vadivam-react/arrow-up-right"; Raw SVG path
import icon from "vadivam/icons/arrow-up-right.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="M4 20 19.61 4.39M20 16.488a17.06 17.06 0 0 1-.905-9.231l.515-2.867-2.867.515A17.06 17.06 0 0 1 7.513 4"/>
</svg>