A collection of icon sets for your Flutter apps.
This project contains a collection of icon sets for Flutter. The icons are generated from popular open-source icon libraries.
| Icon Set | pub.dev | GitHub Release |
|---|---|---|
| Ant Design Icons | ||
| Bootstrap Icons | ||
| Hero Icons | ||
| Ionic Icons | ||
| Lucide Icons | ||
| Radix Icons | ||
| Remix Icons | ||
| Simple Icons | ||
| Tabler Icons |
Checkout the demo on GitHub Pages.
To use an icon set for a Flutter application, add a package as a Git dependency in the pubspec.yaml file.
For example, the bootstrap_icons package can be installed by adding the following entry:
dependencies:
bootstrap_icons:
git:
url: https://github.com/snapsl/flutter_icons.git
path: packages/bootstrap_icons
tag_pattern: "bootstrap_icons-v{{version}}"
version: latestHere are some popular existing icon sets available for Flutter:
| Icon Set | Version |
|---|---|
| Phosphor Icons | |
| Hugeicons | |
| Fluent UI System Icons | |
| Font Awesome Flutter |
This project is licensed under the MIT License. See the LICENSE file for details.
The project does not claim ownership of the individual icon sets included in this repository. All trademarks, logos, and assets of the icon sets are the property of their respective owners.
Individual icon sets may be subject to their own specific licenses.
Please refer to the respective LICENSE files within each package directory for detailed terms and attribution requirements.