Hi @Charlie,
I know Duotone comes up from time to time, but I wanted to ask if it might sneak onto the roadmap soon?
I realize full support would mean updating the icon controls to handle two colors (plus opacity for each). But a quick win might be just enabling the icons with the current single-color control – as Font Awesome handles this gracefully, with both layers inheriting the same color but at different opacities (primary at 100%, secondary at 40% by default).
I noticed the duotone.php config already exists, and there’s a mapping in FontAwesome.php . It just looks like the main gaps are wiring up the enable option in config() , bundling the font files, and adding the CSS rules (he says, recognizing it’s probably more complicated).
Anyway, the dual-color controls could always come in a future release, but even the basic implementation would be a nice addition now. Here’s a link to the example icon from my screenshot, just for reference.
I imagine file size might be a concern, but since the other families are already opt-in, duotone could follow the same pattern. And if SVG mode is tricky to support initially, webfont-only would still be a win.
Thanks for considering!

