Skip to content

Icons Plus is a package that has many icon packs that are popular and easy to use, such as Bootstrap, Font Awesome, Eva Icons, Line Awesome, Ionicons, and others.

License

Notifications You must be signed in to change notification settings

tapvt/icons_plus_slim

 
 

Repository files navigation

icons-plus-banner

Icons Plus Slim

Icons Plus is a package for Flutter developers that provides a smaller collection of icons

List of Icon sets

Here is the list of all icon sets in Icons Plus.

  1. EvaIcons version: 1.1.3
  2. FontAwesome version: 6.5.1
  3. NEW TeenyIcons version: latest

6. EvaIcons

EvaIcons offers two types of icons: Outline and Fill icons. If you prefer using outline icons, simply add _outline as a suffix.

EvaIcons

  Icon(EvaIcons.clipboard),
  Icon(EvaIcons.flash),
  Icon(EvaIcons.clipboard_outline),

8. FontAwesome

FontAwesome provides three types of icons: Regular, Solid, and Brand icons. To use Solid icons, simply append _solid as a suffix. For example, for a solid, you can use Icon(FontAwesome.bug_solid), while Icon(FontAwesome.folder_open) and Icon(FontAwesome.stripe_brand) are used for Regular and Brand, respectively.

FontAwesome

  Icon(FontAwesome.stripe_brand),
  Icon(FontAwesome.folder_open),
  Icon(FontAwesome.bug_solid),

16. TeenyIcons

Here's an example showing how to use TeenyIcons.

TeenyIcons

  Icon(TeenyIcons.google_play_store),
  Icon(TeenyIcons.heart),
  Icon(TeenyIcons.android),

Copyright © Rahul Chouhan. Licensed under the MIT LICENSE

About

Icons Plus is a package that has many icon packs that are popular and easy to use, such as Bootstrap, Font Awesome, Eva Icons, Line Awesome, Ionicons, and others.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%