npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

react-iranian-bank-logo

v1.1.1

Published

Iranian bank logos and icons as React components for React and Next.js applications.

Readme

React Iranian Bank Logos — لوگو بانک های ایرانی

npm React Next.js TypeScript Releases License: MIT

Iranian bank logos and bank icons as React components for React and Next.js applications.

یک مجموعه از لوگو بانک های ایرانی به صورت کامپوننت‌های React، مناسب برای استفاده در پروژه‌های React و Next.js.


Demo

See all available Iranian bank logos:

https://cyberhuginn.github.io/react-iranian-bank-logo/


Features

  • Iranian bank logos and icons
  • Ready-to-use React component
  • Compatible with React and Next.js
  • Supports customizable logo size
  • SVG-based bank icons
  • TypeScript declaration included
  • Simple API with minimal dependencies
  • Suitable for dashboards, banking applications, fintech projects and financial websites

Supported Iranian Banks

This package provides logos for popular Iranian banks, including:

  • بانک ملت — Mellat Bank
  • بانک پاسارگاد — Pasargad Bank
  • بانک ملی ایران — Bank Melli Iran
  • بانک صادرات ایران — Bank Saderat Iran
  • بانک تجارت — Tejarat Bank
  • بانک سامان — Saman Bank
  • بانک پارسیان — Parsian Bank
  • بانک رفاه کارگران — Refah Bank
  • بانک آینده — Ayandeh Bank
  • بانک شهر — Shahr Bank
  • بانک اقتصاد نوین — Eghtesad Novin Bank
  • بانک دی — Dey Bank
  • بانک گردشگری — Tourism Bank
  • بانک کارآفرین — Karafarin Bank
  • بانک سینا — Sina Bank
  • بانک ایران زمین — Iran Zamin Bank
  • Khavar Mianeh bank — بانک خاورمیانه
  • Sarmayeh Bank — بانک سرمایه
  • Tose Saderat Iran Bank — بانک توسعه صادرات ایران
  • Karafarin New Bank — باک کار آفرین جدید
  • Iran va Venezuela — بانک مشترک ایران و ونزوئلا

The list of available banks may change as new logos are added to the package.


Installation

Install the package with npm:

npm install react-iranian-bank-logo

Or with Yarn:

yarn add react-iranian-bank-logo

Or with pnpm:

pnpm add react-iranian-bank-logo

Usage

Import the IranianBank component:

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

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

Next.js

The component can be used in Next.js applications.

"use client";

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

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

API

IranianBank

Render an Iranian bank logo by its name.

| Prop | Type | Default | Description | | --- | --- | --- | --- | | name | string | — | Bank logo identifier | | size | number | 20 | Logo width and height in pixels | | ...rest | img attributes | — | Additional HTML <img> attributes |

Example:

<IranianBank
    name="ir-mellat"
    size={48}
    alt="Mellat Bank"
/>

All bank logos are designed to use a square aspect ratio.


Bank Logo Names

Bank logos use simple identifiers such as:

ir-mellat
ir-pasargad

For the complete list of available logos, see the icons directory or the online demo.


TypeScript

TypeScript declarations are included with the package.

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

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

Use Cases

react-iranian-bank-logo can be useful for:

  • Iranian banking applications
  • Fintech applications
  • Payment platforms
  • Financial dashboards
  • Wallet applications
  • E-commerce websites
  • Iranian payment forms
  • Bank account selection
  • Card and banking interfaces
  • React admin dashboards
  • Next.js applications

Adding New Bank Logos

To add a new Iranian bank logo during development:

  1. Add the SVG file to the src/icons/ directory.
  2. Generate the icon definitions:
node scripts/build-icons.js
  1. Build the package:
npm run build

Development

Clone the repository:

git clone https://github.com/cyberhuginn/react-iranian-bank-logo.git
cd react-iranian-bank-logo

Install dependencies:

npm install

Build the package:

npm run build

Start development/watch mode:

npm run dev

The build process automatically copies the bank SVG icons into the dist directory.


Open Source

Contributions, bug reports and suggestions are welcome.

If you find a missing Iranian bank logo or have an issue with an existing icon, feel free to open an issue or submit a pull request.


Links

  • npm: https://www.npmjs.com/package/react-iranian-bank-logo
  • GitHub: https://github.com/cyberhuginn/react-iranian-bank-logo
  • Demo: https://cyberhuginn.github.io/react-iranian-bank-logo/

License

This project is licensed under the MIT License.


Keywords

Iranian bank logos, Iranian bank icons, Iran bank logos, Iran banks, Iranian banks, bank logo React, React bank icons, React bank logos, Next.js bank logos, Iranian banking, Persian banking, fintech React, Iranian fintech, SVG bank logos, لوگو بانک ایرانی, لوگو بانک های ایران, آیکون بانک, بانک های ایران