Sms Failed 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 sms_failed Icon can be added to any web page simply as below.
You can integrate Sms Failed flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.sms_failed_outlined, ),
sms_failed_outlined
Icon( Icons.sms_failed, ),
sms_failed
Icon( Icons.sms_failed_round, ),
sms_failed_round
Icon( Icons.sms_failed_sharp, ),
sms_failed_sharp
Icon( Icons.sms_failed_two_tone, ),
sms_failed_two_tone
For Customizations you can follow instructions here - Flutter Classes
!, alert, attention, bubbles, caution, chat, communication, conversation, danger, error, exclamation, failed, important, mark, message, notification, service, sms, speech, symbol, warning
Advertisements
Icon Code is - sms_failed.
⭐ What is Flutter ID for Sms Failed Icon?Flutter id for Sms Failed Icon code is: sms_failed
⭐ 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.