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.
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>
);
}
Yes, it is completely free and open source.
Yes. The package provides a dedicated React component.
The package contains logos for major public and private Iranian banks.
For full package details, documentation, and usage instructions, visit the NPM page:
Download the package from NPM