Pixel-perfect, open-source, gorgeous icons for refined interfaces.
Beef
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 { Beef } from "vadivam-react"; Per-icon import
import Beef from "vadivam-react/beef"; Raw SVG path
import icon from "vadivam/icons/beef.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="M2 11.824c0 7.074 6.83 5.639 10.244 3.076 3.415-2.563 6.83-2.05 8.293-3.076 1.17-.82 1.463-1.708 1.463-2.05m-20 2.05c0-.904.047-1.713.129-2.435.444-3.922 4.134-6.298 8.082-6.383C13.164 2.942 22 2.929 22 6.823v2.951m-20 2.05v5.126c0 6.664 6.83 5.639 10.244 3.076 3.415-2.563 6.83-2.05 8.293-3.076C21.707 16.13 22 15.242 22 14.9V9.774m-12 6.408L2.312 8.498M15 12.996 6 4m14 6.497L13 3.5"/>
</svg>