Pixel-perfect, open-source, gorgeous icons for refined interfaces.
BellDot
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 { BellDot } from "vadivam-react"; Per-icon import
import BellDot from "vadivam-react/bell-dot"; Raw SVG path
import icon from "vadivam/icons/bell-dot.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.34 17.726H8.659m6.683 0c0 5.699-6.683 5.699-6.683 0m6.683 0c1.801 0 8.053.263 4.674-3.15C15.32 10.986 21 2 11.999 2s-3.318 8.986-8.013 12.576c-3.38 3.412 2.869 3.15 4.672 3.15"/><path d="M13 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>
</svg>