This repository hosts a collection of logos for use in web and mobile applications, specifically tailored for payment channels, banks, and bill payment services in Indonesia. These logos are available in a centralized format for easier integration into various projects, and are served via CDN.
All logo components are sourced from Figma designs created by Hafidz Noor Fauzi, and have been repurposed here for convenient use in applications requiring Indonesian financial institution branding.
-
Payment Channel Logos
A collection of logos representing various payment channels available in Indonesia. These include e-wallets, credit card networks, and other digital payment providers.- Source: Payment Channel Logo Library
-
Bank Logos
This section contains logos of Indonesian banks, both government and private, in a variety of formats and sizes suitable for different projects.- Source: Bank Logo Library
-
Bill Payment Logos
A set of logos for bill payment services, such as utilities and telecommunications providers in Indonesia.- Source: Bill Payment Logo Library
You can directly link to these logos from the repository as a CDN for your projects. Simply reference the appropriate path from this repository in your HTML or CSS files.
-
Search for Logos in GitHub
If you are looking for a specific logo, you can use the GitHub search bar within this repository to quickly find what you need. Simply type in the name of the logo (e.g., "BNI", "GoPay", "PLN") in the search bar at the top of the repository. -
Convert GitHub Links to CDN Links
Once you have found the logo you need, you can use one of the following tools to convert the GitHub raw link to a CDN link for better performance and caching:- JSDelivr: Paste the GitHub repository URL in JSDelivr to generate a CDN link for your assets.
- Statically: Use Statically to convert the raw GitHub file link into an optimized CDN link.
<!-- For a Payment Channel Logo -->
<img src="https://raw.githubusercontent.com/Adekabang/indonesia-logo-library/main/Payment%20Channel/E-Wallet/Gopay.png" alt="GoPay Logo" />
<img src="https://cdn.jsdelivr.net/gh/Adekabang/indonesia-logo-library@main/Payment%20Channel/E-Wallet/Gopay.png" alt="GoPay Logo" />
<img src="https://cdn.statically.io/gh/Adekabang/indonesia-logo-library@main/Payment%20Channel/E-Wallet/Gopay.png" alt="GoPay Logo" />
<!-- For a Bank Logo -->
<img src="https://raw.githubusercontent.com/Adekabang/indonesia-logo-library/main/Bank/Bank%20Logo/BNI.png" alt="BNI Logo" />
<img src="https://cdn.jsdelivr.net/gh/Adekabang/indonesia-logo-library@main/Bank/Bank%20Logo/BNI.png" alt="BNI Logo" />
<img src="https://cdn.statically.io/gh/Adekabang/indonesia-logo-library@main/Bank/Bank%20Logo/BNI.png" alt="BNI Logo" />
<!-- For a Bill Payment Logo -->
<img src="https://raw.githubusercontent.com/Adekabang/indonesia-logo-library/main/Bill%20Payment/Utilities/PLN.png" alt="PLN Logo" />
<img src="https://cdn.jsdelivr.net/gh/Adekabang/indonesia-logo-library@main/Bill%20Payment/Utilities/PLN.png" alt="PLN Logo" />
<img src="https://cdn.statically.io/gh/Adekabang/indonesia-logo-library@main/Bill%20Payment/Utilities/PLN.png" alt="PLN Logo" />
All logos are created by Hafidz Noor Fauzi and originally published on Figma. This repository only serves as a convenient storage and CDN solution for developers who wish to integrate these logos in their projects.
- GitHub: Hafidz Noor Fauzi
The logos in this repository are subject to the original licensing terms by Hafidz Noor Fauzi. Please refer to the original Figma files for more information regarding usage permissions.