Skip to content

Latest commit

ย 

History

134 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Nigerian Bank Logos

License: MIT PRs Welcome

A curated collection of high-quality SVG logos for Nigerian banks, fintech companies, and businesses listed on the Nigerian Exchange (NGX). This project provides a centralized resource for designers and developers to easily access and use these logos in their projects.

Nigerian Bank Logos Banner

Explore ย โ–ช๏ธย  Request logo ย โ–ช๏ธย  Submit logo ย โ–ช๏ธย  Figma Plugin ย โ–ช๏ธย  API ย โ–ช๏ธย  Contributing

GitHub Pull Requests GitHub Repo stars Next.js Brimble GitHub issues GitHub forks


โœจ Features

  • High-Quality SVGs: All logos are in SVG format, ensuring they are scalable and look great on any device.
  • Easy to Use: Search, copy, or download logos in various formats.
  • Developer Friendly: Public API for programmatic access.
  • Figma Plugin: Insert logos directly into your Figma designs.
  • Categorized: Organized by "Banks," "Fintech," "NGX," and more.
  • Light & Dark Mode: Fully responsive for both themes.

๐Ÿš€ Tech Stack

๐Ÿงฉ Extensions & Integrations

Nigerian Bank Logos can be used in various environments and tools:

๐Ÿ Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • pnpm (recommended) or npm/yarn

Installation

  1. Clone the repo

    git clone https://github.com/Pariola-droid/Nigerian-Bank-Logos
    cd nigerian-bank-logos
  2. Install dependencies

    pnpm install
  3. Run the development server

    pnpm dev

Open http://localhost:3000 in your browser.


๐Ÿ–ผ๏ธ Adding a New Logo

Important

Only submit SVGs you have permission to use, or that are under a license compatible with this project. Optimize SVGs with SVGOMG and ensure the viewBox is preserved. Max size: 24kb.

  1. Fork the repository and create a new branch:

    git checkout -b feature/add-new-logo
  2. Add your SVG to the public/library directory. Use lowercase, kebab-case filenames (e.g., access-bank.svg).

  3. Add metadata for your logo in src/data/logos.ts:

    {
        title: "Bank Name",
        categories: ["Bank", "NGX"],
        route: "/library/bank-name.svg",
        url: "https://bankwebsite.com",
        ticker: "TICKER" // For NGX-listed companies
    }

Note

  • The list of categories is here: src/types/categories.ts. You can add a new category if you need it.
  • You can add multiple categories by separating them with commas in the categories array, sample: categories: ["Bank", "Fintech"].
  1. Commit and push your changes:

    git commit -m "feat: add Bank Name logo"
    git push origin feature/add-new-logo
  2. Open a Pull Request and describe your addition.


๐Ÿค Contributing

  • Enhancements: Open an issue with the "enhancement" label.
  • Bug Reports: Please provide clear steps to reproduce and screenshots if possible.
  • Extensions: If you build an integration or plugin, let us know! Weโ€™ll feature it here.

All contributors must follow our Code of Conduct.


๐Ÿ“œ License

Distributed under the MIT License. See LICENSE for details.


๐Ÿ™ Acknowledgements

About

๐Ÿ“‹ A curated collection of logos for Nigerian banks, fintechs, NGX-listed companies, etc.

Topics

Resources

Code of conduct

Contributing

Stars

19 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages