phosphor_icons
Implementation of Phosphor Icons for Flutter. 1500+ icons in Thin, Light, Regular, Bold, Fill, and Duotone. Compatible with Flutter 3.43+.
3.0.1
2.5K downloads/mo
#4983 most downloaded on pub.dev
funccloud/phosphor-icons
What this package is like to depend on
Last release 1 months ago
16 Jul 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jul 2026 to Jul 2026Releases
latest 2-
3.0.116 Jul 2026 -
3.0.016 Jul 2026Release notes
Open source →FuncCloud fork of
phosphor-icons/flutter.Breaking changes
- Package renamed from
phosphor_fluttertophosphor_icons. Update imports topackage:phosphor_icons/phosphor_icons.dart. IconDatasubclasses (PhosphorIconData,PhosphorFlatIconData,PhosphorDuotoneIconData) were removed. Flutter 3.43+ marksIconDataasfinal, so icons are now plainIconDatainstances.PhosphorIconDataremains as atypedefforIconData.- Duotone secondary glyphs are resolved via
PhosphorIconsDuotone.secondaryForinstead of a subclass field.
Features
- Compatible with Flutter 3.43+ / 3.44 where
IconDatais final (upstream #61). - Added
PhosphorDuotoneTheme/PhosphorDuotoneThemeDatato apply default duotone secondary color and opacity to a subtree, similar toIconTheme(upstream #52).
- Package renamed from