PHPackages                             siteation/magento2-hyva-icons-payment - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. siteation/magento2-hyva-icons-payment

ActiveMagento2-module[Payment Processing](/categories/payments)

siteation/magento2-hyva-icons-payment
=====================================

Payment icons for Hyva Themes

1.2.5(3mo ago)1034.6k↓25.8%1[1 issues](https://github.com/Siteation/magento2-hyva-icons-payment/issues)1MITPHP

Since Apr 28Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/Siteation/magento2-hyva-icons-payment)[ Packagist](https://packagist.org/packages/siteation/magento2-hyva-icons-payment)[ RSS](/packages/siteation-magento2-hyva-icons-payment/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (14)Used By (1)

Siteation - Hyva Icon Pack - Payment
====================================

[](#siteation---hyva-icon-pack---payment)

[![Packagist Version](https://camo.githubusercontent.com/84d0e852c1f400031f17724a4538fc0c72785e50b9c81837e1c581e1d523d527/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736974656174696f6e2f6d6167656e746f322d687976612d69636f6e732d7061796d656e743f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/siteation/magento2-hyva-icons-payment)[![Supported Magento Versions](https://camo.githubusercontent.com/a504a0adb323bd8dfa1ee1ca6d8299fcf2a52d50bb943fc5fb087413b877e124/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/a504a0adb323bd8dfa1ee1ca6d8299fcf2a52d50bb943fc5fb087413b877e124/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666f722d7468652d6261646765)[![Hyva Themes Module](https://camo.githubusercontent.com/32fcdde0f697473b58c64fb1512e2f34696b0f75b5ac4630ddecb651c57bf77c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f487976615f5468656d65732d4d6f64756c652d3364663061662e7376673f6c6f6e6743616368653d74727565267374796c653d666f722d7468652d6261646765)](https://hyva.io/)[![License](https://camo.githubusercontent.com/a0371ba2952ab694e59387d4765862ca68d0019c733db80d9aa28900224d04a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736974656174696f6e2f6d6167656e746f322d687976612d69636f6e732d7061796d656e743f636f6c6f723d253233323334267374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/a0371ba2952ab694e59387d4765862ca68d0019c733db80d9aa28900224d04a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736974656174696f6e2f6d6167656e746f322d687976612d69636f6e732d7061796d656e743f636f6c6f723d253233323334267374796c653d666f722d7468652d6261646765)

This Magento 2 module adds the option to use Payment Icons in your Hyva frontend.

This requires that you have a working Hyva frontend, this icon pack was made specifically for Hyva Themes and will not work out of the box with any other frontend.

Installation
------------

[](#installation)

Install the package via;

```
composer require siteation/magento2-hyva-icons-payment
bin/magento setup:upgrade
```

> **Warning** This Module requires Magento 2.4 or higher and requires Hyva! For more requirements see the `composer.json`.

How to use
----------

[](#how-to-use)

By default this module loads nothing.

To use this icon pack instead of the default Hyva icons, add the following to your phtml file;

```

```

### Preview of each style

[](#preview-of-each-style)

We offer this icon pack in 3 styles:

#### Default

[](#default)

[![ideal-logo](./assets/preview/default/ideal.svg)](./assets/preview/default/ideal.svg) [![maestro-logo](./assets/preview/default/maestro.svg)](./assets/preview/default/maestro.svg) [![paypal-logo](./assets/preview/default/paypal.svg)](./assets/preview/default/paypal.svg)

#### Flat

[](#flat)

  ![ideal-logo-flat](./assets/preview/flat/ideal.svg?v=1.1.0) ![maestro-logo-mono](./assets/preview/flat/maestro.svg?v=1.1.0) ![paypal-logo-mono](./assets/preview/flat/paypal.svg?v=1.1.0) #### Mono

[](#mono)

  ![ideal-logo-mono](./assets/preview/mono/ideal.svg?v=1.1.0)  ![maestro-logo-mono](./assets/preview/mono/maestro.svg?v=1.1.0)  ![paypal-logo-mono](./assets/preview/mono/paypal.svg?v=1.1.0)### Using SVG icons in CMS content

[](#using-svg-icons-in-cms-content)

You can now also use the SVG icons in your CMS content.

Bringing svg icon support to you CMS pages, Blocks and Widgets.

```
{{icon "payment/default/ideal" classes="inline-block" width=64 height=48}}
{{icon "payment/flat/ideal" classes="inline-block" width=64 height=48}}
{{icon "payment/mono/ideal" classes="inline-block" width=64 height=48}}
```

[For more information on how and what see the Hyva Docs](https://docs.hyva.io/hyva-themes/writing-code/working-with-view-models/svgicons.html#using-svg-icons-in-cms-content)

> This feature is supported since Hyva v1.1.12

### Prefix Mapping Behavior

[](#prefix-mapping-behavior)

This module registers the `payment` SVG prefix for Hyva `SvgIcons`.

That means:

- `payment/default/*`, `payment/flat/*`, and `payment/mono/*` are resolved by this package.
- If another module also registers the same `payment` prefix, the effective mapping depends on Magento module merge order.

If you use multiple icon modules, verify prefix ownership and rendering in both frontend and adminhtml scope.

Payment options offered in this Icon Pack
-----------------------------------------

[](#payment-options-offered-in-this-icon-pack)

ABN B2B Afterpay • Alipay • Amazon Pay • Amex • Apple Pay • Bancontact • Banktransfer • Belfius • Biller • Billink • Creditcard • Direct Debit • EPS • Giftcard • Giropay • Google Pay • iDeal • iDeal Wero • Wero • in3 • kbc • Klarna • Maestro • Mastercard • MultiBanco • MyBank • payconiq • PayPal • paysafecard • Przelewy24 • Riverty • Sepa • Sofort • Stripe • Trustly • Visa • vPay • WeChatpay

Missing or Outdated Payment Icons?
----------------------------------

[](#missing-or-outdated-payment-icons)

We strive to keep this list of payment options and their logos accurate and up-to-date.

If you notice a missing icon or an outdated logo, please help us improve the list by opening an issue or, even better, submitting a pull request.

Enhance Your Store with Automatic Payment Icons
-----------------------------------------------

[](#enhance-your-store-with-automatic-payment-icons)

This icon pack seamlessly integrates with our [StoreInfo Payments](https://github.com/Siteation/magento2-storeinfo-payments) module to automatically display payment icons based on your configured Magento 2 payment options.

Interested, then checkout the [StoreInfo Payments](https://github.com/Siteation/magento2-storeinfo-payments) to display your Payment options Automatically!

Other Icon packs for Hyva
-------------------------

[](#other-icon-packs-for-hyva)

- For Icons packs see

*If you are looking for a Luma based option [checkout this icon pack instead](https://github.com/GrimLink/magento2-icon-packs).*

Icon License
------------

[](#icon-license)

The payment icons used in this module were created by Siteation under a MIT License

Disclaimer
----------

[](#disclaimer)

All used trademarks, brands and/or names are the property of their respective owners.

The use of these trademarks, brands and/or names does not indicate endorsement of the property holder by us, nor vice versa.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance85

Actively maintained with recent releases

Popularity36

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~102 days

Recently: every ~155 days

Total

11

Last Release

93d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/482de6cea25a4fe2d4b27d083cc439703e737d690d436a5009cc677d32109d25?d=identicon)[GrimLink](/maintainers/GrimLink)

![](https://www.gravatar.com/avatar/0359ec5af3f7d474ea9e1d2c9e0a4115976ea174aa5eed45523cf4dcc216d821?d=identicon)[siteation](/maintainers/siteation)

---

Top Contributors

[![GrimLink](https://avatars.githubusercontent.com/u/4387541?v=4)](https://github.com/GrimLink "GrimLink (67 commits)")[![allrude](https://avatars.githubusercontent.com/u/47407?v=4)](https://github.com/allrude "allrude (11 commits)")[![ThijmenKort](https://avatars.githubusercontent.com/u/101055765?v=4)](https://github.com/ThijmenKort "ThijmenKort (3 commits)")

---

Tags

hyvahyva-iconsiconsmagento2magento2-modulepayment-iconsmagento2magento2 modulemagento2-hyvapaymenticons

### Embed Badge

![Health badge](/badges/siteation-magento2-hyva-icons-payment/health.svg)

```
[![Health](https://phpackages.com/badges/siteation-magento2-hyva-icons-payment/health.svg)](https://phpackages.com/packages/siteation-magento2-hyva-icons-payment)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
