Flutter Settings Phone Icon

Settings Phone 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.

How to add Flutter Settings Phone Icon ?

Material Design Flutter Icon settings_phone Icon can be added to any web page simply as below.

Settings Phone

settings_phone


Flutter Icon Settings Phone | Outline | Filled | Rounded | Sharp | Two Tone

You can integrate Settings Phone flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.

thumb_up

Settings Phone

settings_phone

Use in Flutter

Icon( Icons.settings_phone_outlined, ),

Flutter ID

settings_phone_outlined

Settings Phone

settings_phone

Use in Flutter

Icon( Icons.settings_phone, ),

Flutter ID

settings_phone

Settings Phone

settings_phone

Use in Flutter

Icon( Icons.settings_phone_round, ),

Flutter ID

settings_phone_round

Settings Phone

settings_phone

Use in Flutter

Icon( Icons.settings_phone_sharp, ),

Flutter ID

settings_phone_sharp

Settings Phone

settings_phone

Use in Flutter

Icon( Icons.settings_phone_two_tone, ),

Flutter ID

settings_phone_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

call, cell, contact, device, hardware, mobile, phone, settings, telephone


Advertisements



Related Icons

settings_phone- Faq(s)?

⭐What is the Flutter Settings Phone Icon code?

Icon Code is - settings_phone.

⭐ What is Flutter ID for Settings Phone Icon?

Flutter id for Settings Phone Icon code is: settings_phone

⭐ 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.



Looking For More Icons?