لوگو بانک های ایرانی

Iranian Bank Logos SVG Library for React

Free SVG Icons • React Component

About Iranian Bank Logos

Iranian Bank Logo React is a free and open-source SVG icon library that provides logos for major Iranian banks including Mellat, Melli, Pasargad, Tejarat, Saman, Refah, Sepah and more.

The package includes optimized SVG files and a lightweight React component that makes it easy to display bank logos in fintech, banking, accounting and payment applications.

Usage (React)

The package exports a React component — example from README:

    import { IranianBank } from "iranian-bank-logo-react";

    export default function App() {
        return (
            <div>
              <IranianBank name="ir-mellat" size={40} />
              <IranianBank name="ir-pasargad" size={30} />
            </div>
        );
    }
    

Frequently Asked Questions

Is iranian-bank-logo-react free?

Yes, it is completely free and open source.

Can I use these SVG logos in React?

Yes. The package provides a dedicated React component.

How many Iranian bank logos are included?

The package contains logos for major public and private Iranian banks.

Package Source

For full package details, documentation, and usage instructions, visit the NPM page:

Download the package from NPM