Settings Backup Restore Icon is given below. You can use this icon on the same way in your project. First make sure you have added Material Icon library.
You can also customize icon color and size in flutter using properties. You can get different-different varients like outline, filled, sharp, rounded and two-tone.
Material Design Flutter Icon settings_backup_restore Icon can be added to any web page simply as below.
You can integrate Settings Backup Restore flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.settings_backup_restore_outlined, ), settings_backup_restore_outlined Icon( Icons.settings_backup_restore, ), settings_backup_restore Icon( Icons.settings_backup_restore_round, ), settings_backup_restore_round Icon( Icons.settings_backup_restore_sharp, ), settings_backup_restore_sharp Icon( Icons.settings_backup_restore_two_tone, ), settings_backup_restore_two_tone For Customizations you can follow instructions here - Flutter Classes
arrow, back, backup, backwards, refresh, restore, reverse, rotate, settings
Advertisements