Flutter Local Library Icon

Local Library 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 Local Library Icon ?

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

Local Library

local_library


Flutter Icon Local Library | Outline | Filled | Rounded | Sharp | Two Tone

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

thumb_up

Local Library

local_library

Use in Flutter

Icon( Icons.local_library_outlined, ),

Flutter ID

local_library_outlined

Local Library

local_library

Use in Flutter

Icon( Icons.local_library, ),

Flutter ID

local_library

Local Library

local_library

Use in Flutter

Icon( Icons.local_library_round, ),

Flutter ID

local_library_round

Local Library

local_library

Use in Flutter

Icon( Icons.local_library_sharp, ),

Flutter ID

local_library_sharp

Local Library

local_library

Use in Flutter

Icon( Icons.local_library_two_tone, ),

Flutter ID

local_library_two_tone

For Customizations you can follow instructions here - Flutter Classes

Tags

book, community learning, library, local, read


Advertisements



Related Icons

local_library- Faq(s)?

⭐What is the Flutter Local Library Icon code?

Icon Code is - local_library.

⭐ What is Flutter ID for Local Library Icon?

Flutter id for Local Library Icon code is: local_library

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