fluttericon 1.0.1 copy "fluttericon: ^1.0.1" to clipboard
fluttericon: ^1.0.1 copied to clipboard

outdated

Flutter Icons from popular web icon fonts

Fluttericon #

pub package

Flutter icon packs built from 15 popular free and open-source webfonts. These include all packs available from FlutterIcon (except Material Icons).

Please note this package is not intended for production use, due to the large size. Instead, it can be used as a development aid to help identify/test icons.

For production use, it is highly recommended to use FlutterIcon to customize your icon pack, limiting your icon font to needed icons and building your own from custom SVG.

Included icon sets #

The icon set included are:

  • Brandico
  • Elusive
  • Entypo
  • Font Awesome
  • Fontelico
  • Iconic
  • Linearicons Free
  • Linecons
  • Maki
  • Meteocons
  • MfgLabs
  • ModernPictograms
  • Typicons
  • WebSymbols
  • Zocial

Please review and respect the copyright information contained in the header file for each font set.

Usage #

Simply import the desired icon set and use the IconData as normal.

import 'package:fluttericon/fontelico_icons.dart';
import 'package:fluttericon/typicons_icons.dart';

...
    children: <Widget>[
               Icon(Fontelico.chrome),
               Icon(Typicons.sun),
    ]

FlutterIcon #

To customize icon packs, visit FlutterIcon.