Flutter Phosphor Icons

Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really. Explore all our icons at phosphoricons.com. Now available for flutter.

GitHub stars GitHub forks GitHub watchers Follow on GitHub

Installation

flutter_phosphor_icons: ^any

Usage

// Import the package
import 'package:flutter_phosphor_icons/flutter_phosphor_icons.dart';

// Use the icons from the package
    Container(
        child: Row(
            mainAxisAlignment: MainAxisAlignment.spaceEvenly,
            children: [
                Icon(
                PhosphorIcons.heart,
                    size: 45,
                ),
                Icon(
                    PhosphorIcons.heart_thin,
                    size: 45,
                ),
                Icon(
                    PhosphorIcons.heart_light,
                    size: 45,
                ),
                Icon(
                    PhosphorIcons.heart_bold,
                    size: 45,
                ),
                Icon(
                    PhosphorIcons.heart_fill,
                    size: 45,
                ),
            ],
            ),
        ),

Screenshot

Screenshot

Support Me

Buy Me A Coffee

License

MIT © Phosphor Icons