icons_plus 4.0.0 copy "icons_plus: ^4.0.0" to clipboard
icons_plus: ^4.0.0 copied to clipboard

The icons plus package offers a convenient collection of popular icon packs, including Bootstrap, Font Awesome, Eva Icons, Line Awesome, Ionicons, and many more.

icons-plus

chouhan-rahul

buy-me-a-coffee ko-fi paypal

Become a sponsor #

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.

Bootstrap #

Here's an illustration on utilizing Bootstrap icons.

bootstrap

  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.

boxicons

  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.

evaicons

  Icon(EvaIcons.twitter),
  Icon(EvaIcons.facebook),
  Icon(EvaIcons.github),
  Icon(EvaIcons.google),
  Icon(EvaIcons.linkedin),

Flags #

Here's an illustration on utilizing Flags.

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.

fontawesome

  Icon(FontAwesome.golang),
  Icon(FontAwesome.google),
  Icon(FontAwesome.google_drive),
  Icon(FontAwesome.android),
  Icon(FontAwesome.angular),

HeroIcons #

Here's an illustration on utilizing HeroIcons.

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.

iconsax

  Icon(Iconsax.cloud),
  Icon(Iconsax.data),
  Icon(Iconsax.heart),
  Icon(Iconsax.lovely),
  Icon(Iconsax.mouse),

IonIcons #

Here's an illustration on utilizing IonIcons.

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.

lineawsome

  Icon(LineAwesome.github),
  Icon(LineAwesome.google),
  Icon(LineAwesome.android),
  Icon(LineAwesome.angular),
  Icon(LineAwesome.apple),

Logos #

Here's an illustration on utilizing Logos.

logos

  Logo(Logos.google),
  Logo(Logos.android),
  Logo(Logos.angular),
  Logo(Logos.firebase),
  Logo(Logos.flutter),

OctIcons #

Here's an illustration on utilizing OctIcons.

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.

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 #

rohit-chouhan

Copyright and License #

Copyright © 2022 Rahul Chouhan. Licensed under the MIT LICENSE.

447
likes
160
pub points
98%
popularity

Publisher

verified publisherrahulchouhan.me

The icons plus package offers a convenient collection of popular icon packs, including Bootstrap, Font Awesome, Eva Icons, Line Awesome, Ionicons, and many more.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on icons_plus