Pixel-perfect, open-source, gorgeous icons for refined interfaces.
AlignStartHorizontal
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 { AlignStartHorizontal } from "vadivam-react"; Per-icon import
import AlignStartHorizontal from "vadivam-react/align-start-horizontal"; Raw SVG path
import icon from "vadivam/icons/align-start-horizontal.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="M14 19.45c0 1.408 1.343 2.55 3 2.55s3-1.142 3-2.55V7.55C20 6.142 18.657 5 17 5s-3 1.142-3 2.55zM7 17c1.657 0 3-1.151 3-2.571V7.57C10 6.151 8.657 5 7 5S4 6.151 4 7.571v6.858C4 15.849 5.343 17 7 17M22 2H2"/>
</svg>