Pixel-perfect, open-source, gorgeous icons for refined interfaces.
AlignHorizontalJustifyStart
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 { AlignHorizontalJustifyStart } from "vadivam-react"; Per-icon import
import AlignHorizontalJustifyStart from "vadivam-react/align-horizontal-justify-start"; Raw SVG path
import icon from "vadivam/icons/align-horizontal-justify-start.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="M9 4c1.657 0 3 1.075 3 2.4v11.2c0 1.325-1.343 2.4-3 2.4s-3-1.075-3-2.4V6.4C6 5.075 7.343 4 9 4M2 22V2m14 6.8c0-1.325 1.343-2.4 3-2.4s3 1.075 3 2.4v6.4c0 1.326-1.343 2.4-3 2.4s-3-1.075-3-2.4z"/>
</svg>