Add Alert 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 add_alert Icon can be added to any web page simply as below.
You can integrate Add Alert flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.add_alert_outlined, ),
add_alert_outlined
Icon( Icons.add_alert, ),
add_alert
Icon( Icons.add_alert_round, ),
add_alert_round
Icon( Icons.add_alert_sharp, ),
add_alert_sharp
Icon( Icons.add_alert_two_tone, ),
add_alert_two_tone
For Customizations you can follow instructions here - Flutter Classes
+, active, add, alarm, alert, bell, chime, new, notifications, notify, plus, reminder, ring, sound, symbol,Vuetify Add Alert Icon (Vue Js), Material Ui Add Alert Icon (React Js), Mat Icon Add Alert (Angular Material)
Advertisements
Icon Code is - add_alert.
⭐ What is Flutter ID for Add Alert Icon?Flutter id for Add Alert Icon code is: add_alert
⭐ Can we change icon color in flutter?Yes you can change color using color props.
⭐ Can we change icon size in flutter?Yes you can use icon size in flutter.