siteation / magento2-hyva-icons-lucide
Lucide icons for Hyva Themes
Installs: 28 321
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- hyva-themes/magento2-theme-module: >=1.1.12
- dev-main
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-actions/update-icons-2025-07-04
- dev-dependabot/npm_and_yarn/lucide-static-0.525.0
- dev-actions/update-icons-2025-07-02
This package is auto-updated.
Last update: 2025-07-04 10:21:16 UTC
README
This Magento 2 module adds the option to use Lucide 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-lucide 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
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\HyvaIconsLucide\ViewModel\LucideIcons; /** @var ViewModelRegistry $viewModels */ /** @var LucideIcons $lucideIcons */ $lucideIcons = $viewModels->require(LucideIcons::class);
and use the LucideIcons just as the HeroIcons in Hyva;
<?= $lucideIcons->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 "lucide/menu"}}
For more information on how and what see the Hyva Docs
This feature is supported since Hyva v1.1.12
Other icon packs for Hyva
- For Icons packs see https://github.com/topics/hyva-icons
If you are looking for a Luma based option checkout this icon pack instead.
Note
Note: Starting from Hyvä version 1.3.15, Hyvä includes its own Lucide Icons integration. This implementation differs slightly from the one provided by this module, but both can be used alongside each other without conflict.
Icon License
Lucide Icons used in this module were created by Lucide Contributors under a ISC License, found here