app logo

SolarIconPack

Flutter package that provides Solar icons which is 7,500+ icons in 6 different styles. Made from the Solar Icons Set (Vol.2).

Big thanks to 480 Design and R4IN80W, the creators of this awesome icon pack!

🧰 Features

  • Icon preview in the IDE's doc popover.

Styles:

  • 1,258 bold icons
  • 1,254 linear icons

💡 Usage

import 'package:flutter/material.dart';
import 'package:solar_icon_pack/solar_icon_pack.dart';

class IconWidget extends StatelessWidget {
  const IconWidget();

  @override
  Widget build(BuildContext context) {
    return Card(
      child: Column(
        mainAxisAlignment: MainAxisAlignment.center,
        children: [
          Icon( SolarLinearIcons.bell),
          const SizedBox(height: 8),
          Text('Linear Bell Icon'),
        ],
      ),
    );
  }
}

📷 Screenshots

Example App

📜 Credits

Libraries

solar_icon_pack
Solar icons which is 7,500+ icons in different styles.