app logo

Solar Icon Pack

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

  • 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_bold_icons
solar_icon_pack
Solar icons which is 7,500+ icons in different styles
solar_linear_icons