Pixel-perfect, open-source, gorgeous icons for refined interfaces.
Barrel
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 { Barrel } from "vadivam-react"; Per-icon import
import Barrel from "vadivam-react/barrel"; Raw SVG path
import icon from "vadivam/icons/barrel.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.322 15.72C5.102 20.06 7.298 22 12 22s6.897-1.94 7.678-6.28a20.4 20.4 0 0 0-1.011-10.858m0 0c0 4.572-13.334 4.572-13.334 0m13.334 0c0-3.816-13.334-3.816-13.334 0m0 0A20.4 20.4 0 0 0 4.322 15.72m15.575-4.83c-4.584 3.15-11.21 3.15-15.794 0m15.575 4.83c-4.491 2.955-10.865 2.955-15.356 0"/>
</svg>