Skip to content

Remix icon is a set of open-source neutral-style system symbols elaborately crafted for designers and developers.

License

Notifications You must be signed in to change notification settings

Flexusma/remixicon-updated

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remix Icon For Flutter

Simply Delightful Icon System and Easy to use in flutter, Remix.

Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2200+ icons are all elaborately crafted so that they are born with the gene of readability, consistency and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.

Instalation

In the dependencies: section of your pubspec.yaml, add the following line:

remixicon: <latest_version>

Usage

You can use it very easily. For example:

Icon(Remix.home_3_line)
import 'package:flutter/material.dart';
import 'package:remixicon/remixicon_updated.dart';

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return IconButton(
        // Use Boxicons
        icon: Icon(Remix.home_3_line),
        onPressed: () {
            print('its done');
        }
    );
  }
}

Info

Remix Icon v3.4.0!

License

MIT

About

Remix icon is a set of open-source neutral-style system symbols elaborately crafted for designers and developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.7%
  • Other 1.3%