Pixel-perfect, open-source, gorgeous icons for refined interfaces.
Ampersands
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 { Ampersands } from "vadivam-react"; Per-icon import
import Ampersands from "vadivam-react/ampersands"; Raw SVG path
import icon from "vadivam/icons/ampersands.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="M10.889 18c-2.03-2.163-8.89-6-8.355-9.79C2.534 7.01 3.54 6 4.715 6s2.183 1.008 2.183 2.21c0 1.995-2.873 3.823-4.11 5.076-1.05 1.064-1.05 2.842 0 3.906 1.048 1.061 2.818 1.05 3.856 0l4.245-4.443M22 18c-2.029-2.163-8.889-6-8.355-9.79 0-1.2 1.005-2.21 2.182-2.21 1.176 0 2.182 1.008 2.182 2.21 0 1.995-2.872 3.823-4.11 5.076-1.05 1.064-1.05 2.842 0 3.906 1.049 1.061 2.819 1.05 3.857 0L22 12.749"/>
</svg>