All Projects → afkcodes → flutter_phosphor_icons

afkcodes / flutter_phosphor_icons

Licence: MIT license
Phosphor Icons for Flutter.

Programming Languages

dart
5743 projects
CSS
56736 projects

Projects that are alternatives of or similar to flutter phosphor icons

Awesome Iconjar
44 Collect free icon sets for iconjar. 收集免费的图标包,iconjar 格式(44套)。
Stars: ✭ 188 (+1466.67%)
Mutual labels:  icon-pack, icon-font
pixeden-stroke-7-icon
A series of iOS 7 inspired vector icons in a custom @font-face icon font that can be styled dynamically using CSS.
Stars: ✭ 81 (+575%)
Mutual labels:  icon-pack, icon-font
Remixicon
Open source neutral style icon system
Stars: ✭ 3,956 (+32866.67%)
Mutual labels:  icon-pack, icon-font
icons
Simple, minimal line, and clean icon pack in vector formats — free for public use.
Stars: ✭ 24 (+100%)
Mutual labels:  icon-pack, icon-font
Iconhandler
Tint you Icons, change the size, apply alpha color and set a position easily. 👓
Stars: ✭ 59 (+391.67%)
Mutual labels:  icon-pack, icon-font
Fontisto
The iconic font and CSS toolkit. Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
Stars: ✭ 413 (+3341.67%)
Mutual labels:  icon-pack, icon-font
Phosphor Home
The homepage of Phosphor Icons, a flexible icon family for everyone
Stars: ✭ 704 (+5766.67%)
Mutual labels:  icon-pack, icon-font
Iconfontkit
Icon fonts toolkit for iOS.
Stars: ✭ 29 (+141.67%)
Mutual labels:  icon-pack, icon-font
Boxicons
High Quality web friendly icons
Stars: ✭ 1,104 (+9100%)
Mutual labels:  icon-pack, icon-font
Eva Icons
A pack of more than 480 beautifully crafted Open Source icons. SVG, Sketch, Web Font and Animations support.
Stars: ✭ 8,114 (+67516.67%)
Mutual labels:  icon-pack, icon-font
Phosphor React
A flexible icon family for React
Stars: ✭ 97 (+708.33%)
Mutual labels:  icon-pack, icon-font
Phosphor Icons
A flexible icon family for the web
Stars: ✭ 56 (+366.67%)
Mutual labels:  icon-pack, icon-font
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+15008.33%)
Mutual labels:  icon-pack, icon-font
Ionicons
Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎
Stars: ✭ 15,802 (+131583.33%)
Mutual labels:  icon-pack
wh40k-icon
Warhammer 40000 icons.
Stars: ✭ 38 (+216.67%)
Mutual labels:  icon-font
React Native Vector Icons
Customizable Icons for React Native with support for image source and full styling.
Stars: ✭ 15,414 (+128350%)
Mutual labels:  icon-pack
Godot-Material-Icons
Templarian's Material Design Icons for Godot
Stars: ✭ 19 (+58.33%)
Mutual labels:  icon-font
akar-icons-app
The homepage repo for Akar Icons. A perfectly rounded icon library made for designers, developers, and pretty much everyone.
Stars: ✭ 59 (+391.67%)
Mutual labels:  icon-pack
Iconshowcase Dashboard
A full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 197 (+1541.67%)
Mutual labels:  icon-pack
Akar Icons
A perfectly rounded icon library made for designers, developers, and pretty much everyone.
Stars: ✭ 184 (+1433.33%)
Mutual labels:  icon-pack

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(with null safety).

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

Related Projects

License

MIT © Phosphor Icons

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].