iconkit 1.0.1 copy "iconkit: ^1.0.1" to clipboard
iconkit: ^1.0.1 copied to clipboard

IconKit: 3000+ monochrome vector icons (outline and solid) as Flutter widgets. One source of truth, tint with any color, scale to any size.

IconKit for Flutter #

IconKit — 3000+ monochrome vector icons (outline & solid), single source of truth, currentColor, for every stack.

  • 3039 icons (1570 with a solid variant) across 73 categories, 24×24 grid.
  • Tint with any Color, scale to any size — rendered with flutter_svg.
  • Browse and search all icons: iconkit.suils.es

Install #

flutter pub add iconkit

Usage #

import 'package:iconkit/iconkit.dart';

IconKitIcon(IconKit.home, size: 24)
IconKitIcon(IconKit.heart, mode: IconKitMode.solid, color: Colors.red)
IconKitIcon('rocket-launch', size: 40) // names are plain strings too
  • IconKit.<name> — the full catalog as constants (e.g. IconKit.arrowRight'arrow-right').
  • IconKitIcon inherits the ambient IconTheme color when color is omitted.
  • IconKit.svg(name, mode: …, color: …) returns the raw SVG string for advanced uses.

Icons whose name starts with a digit are prefixed with i: IconKit.i3dGlasses'3d-glasses'.

License #

MIT © Ferran Suils Mora · suils.es

0
likes
150
points
13
downloads

Documentation

Documentation
API reference

Publisher

verified publishersuils.es

Weekly Downloads

IconKit: 3000+ monochrome vector icons (outline and solid) as Flutter widgets. One source of truth, tint with any color, scale to any size.

Homepage

Topics

#icons #svg #ui #widget

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on iconkit