Skip to content

Pariola-droid/Nigerian-Bank-Logos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •