Majesticons for Flutter

Majesticons is a Flutter package that provides a rich set of customizable icons for your Flutter applications. It includes a wide variety of icon styles, both outlined and filled, to help bring your app designs to life.

Icons are sourced from Majesticons, which provides free and high-quality icons for designers and developers.

Features

  • 🎨 Wide Variety of Icons: Over 1300 icons covering different categories and use-cases, including communication, interface elements, and more.
  • 🌟 Solid and Line Styles: Each icon is available in both solid and line styles, offering flexibility for your design needs.
  • 🛠 Easy Integration: Integrate icons easily using Icon(Majesticons.iconName).

Available Icons

The package provides a comprehensive set of icons, which are accessible by name. Each icon name follows a convention that makes it easy to find and use:

  • Majesticons.clipboard_warehouse_list_solid
  • Majesticons.camera_line
  • Majesticons.folder_open_solid

To see the full list of icons, refer to the demo website.

Getting Started

To get started, add Majesticons to your pubspec.yaml:

dependencies:
  majesticons: ^1.0.0

Usage

import 'package:majesticons/majesticons.dart';

Icon(Majesticons.heart_solid);

Libraries

majesticons