Alarm 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 alarm Icon can be added to any web page simply as below.
You can integrate Alarm flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.alarm_outlined, ),
alarm_outlined
Icon( Icons.alarm, ),
alarm
Icon( Icons.alarm_round, ),
alarm_round
Icon( Icons.alarm_sharp, ),
alarm_sharp
Icon( Icons.alarm_two_tone, ),
alarm_two_tone
For Customizations you can follow instructions here - Flutter Classes
alarm, bell, clock, countdown, date, notification, schedule, time,alert,Vuetify Alarm Icon (Vue Js), Material Ui Alarm Icon (React Js), Mat Icon Alarm (Angular Material)
Advertisements
Icon Code is - alarm.
⭐ What is Flutter ID for Alarm Icon?Flutter id for Alarm Icon code is: alarm
⭐ 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.