Donate
Become a sponsor
Icons Plus
Icons Plus is a flutter package that provides access to multiple popular icon packs in one place, making it easier for developers to enhance the appearance of their apps with a wider range of icon choices. With this package, developers can make their apps more visually appealing by selecting from a variety of popular icon packs.
What's new in version 4.0
Here is a comprehensive list of the icon packs included in the package
Currently, the following icon packs are available, and additional icon packs will be included in the upcoming release.
-
BoxIcons version: 2.1.4 LICENSE
- Logo
- Regular
- Solid
-
EvaIcons version: 1.1.3 LICENSE
- Fill
- Outline
-
FontAwesome version: 6.3.0 LICENSE
- Regular
- Solid
- Brand
-
LineAwesome version: 1.3.0 LICENSE
-
PixelArtIcons version: 1.7.0 LICENSE
Bootstrap
Here's an illustration on utilizing Bootstrap icons.
Icon(Bootstrap.google),
Icon(Bootstrap.bootstrap),
Icon(Bootstrap.git),
Icon(Bootstrap.meta),
Icon(Bootstrap.github),
BoxIcons
Here's an illustration on utilizing BoxIcons. To use Boxicons logo icon, use the prefix bxl
; for a regular icon, use bx
, and for a solid icon, use bxs
.
Icon(BoxIcons.bxl_stripe),
Icon(BoxIcons.bxl_firebase),
Icon(BoxIcons.bxl_git),
Icon(BoxIcons.bxl_github),
Icon(BoxIcons.bxl_google),
EvaIcons
Here's an illustration on utilizing EvaIcons.
Icon(EvaIcons.twitter),
Icon(EvaIcons.facebook),
Icon(EvaIcons.github),
Icon(EvaIcons.google),
Icon(EvaIcons.linkedin),
Flags
Here's an illustration on utilizing Flags.
Flag(Flags.spain),
Flag(Flags.india),
Flag(Flags.france),
Flag(Flags.united_kingdom),
Flag(Flags.united_states_of_america),
FontAwesome
Here's an illustration on utilizing FontAwesome icons.
Icon(FontAwesome.golang),
Icon(FontAwesome.google),
Icon(FontAwesome.google_drive),
Icon(FontAwesome.android),
Icon(FontAwesome.angular),
HeroIcons
Here's an illustration on utilizing HeroIcons.
Icon(HeroIcons.cake),
Icon(HeroIcons.fire),
Icon(HeroIcons.command_line),
Icon(HeroIcons.cloud),
Icon(HeroIcons.code_bracket),
Iconsax
Here's an illustration on utilizing Iconsax icons.
Icon(Iconsax.cloud),
Icon(Iconsax.data),
Icon(Iconsax.heart),
Icon(Iconsax.lovely),
Icon(Iconsax.mouse),
IonIcons
Here's an illustration on utilizing IonIcons.
Icon(IonIcons.logo_google),
Icon(IonIcons.logo_nodejs),
Icon(IonIcons.logo_android),
Icon(IonIcons.logo_angular),
Icon(IonIcons.logo_firebase),
LineAwesome
Here's an illustration on utilizing LineAwesome icons.
Icon(LineAwesome.github),
Icon(LineAwesome.google),
Icon(LineAwesome.android),
Icon(LineAwesome.angular),
Icon(LineAwesome.apple),
Logos
Here's an illustration on utilizing Logos.
Logo(Logos.google),
Logo(Logos.android),
Logo(Logos.angular),
Logo(Logos.firebase),
Logo(Logos.flutter),
OctIcons
Here's an illustration on utilizing OctIcons.
Icon(OctIcons.git_branch_24),
Icon(OctIcons.git_commit_24),
Icon(OctIcons.git_pull_request_24),
Icon(OctIcons.verified_24),
Icon(OctIcons.git_merge_24),
PixelArtIcons
Here's an illustration on utilizing PixelArtIcons.
Icon(PixelArtIcons.message),
Icon(PixelArtIcons.android),
Icon(PixelArtIcons.cloud),
Icon(PixelArtIcons.code),
Icon(PixelArtIcons.dollar),
Report bugs or issues
You are welcome to open a ticket on github if any problems arise. New ideas are always welcome.
Contributors
Copyright and License
Copyright © 2022 Rahul Chouhan. Licensed under the MIT LICENSE.