Pixel-perfect, open-source, gorgeous icons for refined interfaces.
Ambulance
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 { Ambulance } from "vadivam-react"; Per-icon import
import Ambulance from "vadivam-react/ambulance"; Raw SVG path
import icon from "vadivam/icons/ambulance.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="M6.778 10.286h4.444M9 8.07v4.43m-.103 4.932c0 1.556-1.236 2.818-2.76 2.818S3.38 18.988 3.38 17.43m5.518.001c0-1.555-1.236-2.819-2.76-2.819S3.38 15.876 3.38 17.431m13.104.001-.793.001H8.897m-5.518-.002A1.38 1.38 0 0 1 2 16.052V6.497C2 5.393 2.896 4.5 4 4.5h9.69a2 2 0 0 1 2 2v1m0 9.933V7.501m0 0C19.004 7.5 22 8.499 22 12v5.432m0 0c0 1.557-1.234 2.819-2.758 2.819-1.523 0-2.759-1.262-2.759-2.819m5.517 0c0-1.555-1.234-2.817-2.758-2.817-1.523 0-2.759 1.262-2.759 2.817"/>
</svg>