---
title: "Retreive the bank icon as SVG when providing a valid bank reference listed under our available connections. Can also return PNG or JPG images when .png or .jpg file extension is added."
method: GET
path: "/bank-icons/{bankRef}"
tags: ["bank-icons"]
---

# Retreive the bank icon as SVG when providing a valid bank reference listed under our available connections. Can also return PNG or JPG images when .png or .jpg file extension is added.

`GET /bank-icons/{bankRef}`

Please be aware we don’t have icons for all the connections we provide, when this is the case the route returns 404 as response unless the defaultIcon parameter is used.

## Path parameters

- `bankRef` string, required

## Query parameters

- `defaultIcon` boolean
- `height` number
- `width` number

## Response `200`

Successful Bank Icon Response

- string, binary

## Other responses

- `404` — Unsuccessful Response - Not found
- `500` — Unsuccessful Response - Unexpected Error

---

[API](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service.md) · [All operations](https://skmtc.net/moneyhubenterprise/apis/moneyhub-identity-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhubenterprise/moneyhub-identity-service/revisions/8841721f7aae/schema)
