Hyva Icons Feather

siteation/magento2-hyva-icons-feather

Adds Feather Icons as an option for Hyva themes. Enables the use of SVG icons in CMS content.

Strict checks passPHPStan level 9Build passingSemVer compliant

Supported Magento versions: 2.4.9

26,390 installs★ 7 starsLatest: v1.2.2Released 2024-11-30License: MIT

composer require siteation/magento2-hyva-icons-feather

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

Siteation - Hyva Icon Pack - FeatherIcons

Packagist Version Supported Magento Versions Hyva Themes Module License

This Magento 2 module adds the option to use Feather 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

Install the package via;

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

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

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;

<?php
use Hyva\Theme\Model\ViewModelRegistry;
use Siteation\HyvaIconsFeather\ViewModel\FeatherIcons;

/** @var ViewModelRegistry $viewModels */

/** @var FeatherIcons $featherIcons */
$featherIcons = $viewModels->require(FeatherIcons::class);

and use the FeatherIcons just as the HeroIcons in Hyva;

<?= $featherIcons->menuHtml('p-1', 24, 24, ["aria-label" => "Open menu"]) ?>

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 "feather/menu"}}

For more information on how and what see the Hyva Docs

This feature is supported since Hyva v1.1.12 and Siteation/magento2-hyva-icons-feather v1.2

Other icon packs for Hyva

If you are looking for a Luma based option checkout this icon pack instead.

Icon License

Feather Icons used in this module were created by Cole Bemis under a MIT License, found here

← All packages from siteation