Custom Flutter Icon by remixicon.
import "package:flutter_remixicon/flutter_remixicon.dart";
Icon(
MIcon.zoomOutFill,
size: 30,
color: Colors.yellow
)You can go to the official website to find the icon you want, and then use MIcon.iconName to get it;