Pixel-perfect, open-source, gorgeous icons for refined interfaces.
Atom
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 { Atom } from "vadivam-react"; Per-icon import
import Atom from "vadivam-react/atom"; Raw SVG path
import icon from "vadivam/icons/atom.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="M15.785 8.215c5.111 5.11 7.558 10.947 5.467 13.038-2.09 2.09-7.928-.358-13.037-5.468S.657 4.838 2.748 2.747c2.089-2.09 7.927.358 13.037 5.468"/><path d="M2.748 21.253c-2.09-2.091.357-7.927 5.468-13.038 5.11-5.11 10.946-7.559 13.037-5.468 2.09 2.091-.358 7.929-5.468 13.038-5.11 5.11-10.946 7.559-13.037 5.468"/><path d="M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>
</svg>