icons_plus 3.0.0 icons_plus: ^3.0.0 copied to clipboard
A collection of popular icon packs is available in icons_plus. Such as bootstrap, font awesome, eva icons, line awesome, ionicons, and many more.
Become a sponsor #
Icons Plus #
Icons plus provides many popular icon packs in one place. It provides you to make your apps more beautiful through a wider variety of options. Icon plus uses the most popular icon packs in its package.
What's new in version 3.0 #
- Improved documentations and code readability.
- Bug fixes and improvements.
- BoxIcons is now a part of the package.
- PixelArtIcons is now a part of the package.
Here is a list of all icon packs included in the package #
Following icon packs are available. In the next version, more icon packs will be added.
-
BoxIcons version: 2.1.2 LICENSE
- Logo
- Regular
- Solid
-
EvaIcons version: 1.1.3 LICENSE
- Fill
- Outline
-
FontAwesome version: 6.1.2 LICENSE
- Regular
- Solid
- Brand
-
LineAwesome version: 1.3.0 LICENSE
Bootstrap #
The following example shows how to use bootstrap icons.
Icon(Bootstrap.google),
Icon(Bootstrap.git),
Icon(Bootstrap.github),
Icon(Bootstrap.meta),
Icon(Bootstrap.bootstrap),
BoxIcons #
The following example shows how to use boxicons. For boxicons logo icon use prefix bxl
,for regular icon use bx
and for solid icon use bxs
.
Icon(BoxIcons.bxl_google),
Icon(BoxIcons.bxl_github),
Icon(BoxIcons.bxl_play_store),
Icon(BoxIcons.bxl_stripe),
Icon(BoxIcons.bxl_firebase),
EvaIcons #
The following example shows how to use evaicons.
Icon(EvaIcons.google),
Icon(EvaIcons.github),
Icon(EvaIcons.linkedin),
Icon(EvaIcons.facebook),
Icon(EvaIcons.twitter),
Flags #
The following example shows how to use flags.
Flag(Flags.india),
Flag(Flags.united_states_of_america),
Flag(Flags.united_kingdom),
Flag(Flags.france),
Flag(Flags.spain),
FontAwesome #
The following example shows how to use fontawesome icons.
Icon(FontAwesome.google),
Icon(FontAwesome.android),
Icon(FontAwesome.angular),
Icon(FontAwesome.google_drive),
Icon(FontAwesome.golang),
IonIcons #
The following example shows how to use ionicons.
Icon(IonIcons.logo_google),
Icon(IonIcons.logo_firebase),
Icon(IonIcons.logo_angular),
Icon(IonIcons.logo_nodejs),
Icon(IonIcons.logo_android),
Logos #
The following example shows how to use logos.
Logo(Logos.google),
Logo(Logos.android),
Logo(Logos.angular),
Logo(Logos.flutter),
Logo(Logos.firebase),
LineAwesome #
The following example shows how to use lineawesome icons.
Icon(LineAwesome.google),
Icon(LineAwesome.android),
Icon(LineAwesome.angular),
Icon(LineAwesome.github),
Icon(LineAwesome.apple),
PixelArtIcons #
The following example shows how to use 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.