Perm Phone Msg 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 perm_phone_msg Icon can be added to any web page simply as below.
You can integrate Perm Phone Msg flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.perm_phone_msg_outlined, ),
perm_phone_msg_outlined
Icon( Icons.perm_phone_msg, ),
perm_phone_msg
Icon( Icons.perm_phone_msg_round, ),
perm_phone_msg_round
Icon( Icons.perm_phone_msg_sharp, ),
perm_phone_msg_sharp
Icon( Icons.perm_phone_msg_two_tone, ),
perm_phone_msg_two_tone
For Customizations you can follow instructions here - Flutter Classes
bubble, call, cell, chat, comment, communicate, contact, device, message, msg, perm, phone, recording, speech, telephone, voice
Advertisements
Icon Code is - perm_phone_msg.
⭐ What is Flutter ID for Perm Phone Msg Icon?Flutter id for Perm Phone Msg Icon code is: perm_phone_msg
⭐ 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.