Source 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 source Icon can be added to any web page simply as below.
You can integrate Source flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.source_outlined, ),
source_outlined
Icon( Icons.source, ),
source
Icon( Icons.source_round, ),
source_round
Icon( Icons.source_sharp, ),
source_sharp
Icon( Icons.source_two_tone, ),
source_two_tone
For Customizations you can follow instructions here - Flutter Classes
code, composer, content, creation, data, doc, document, file, folder, mode, source, storage, view
Advertisements
Icon Code is - source.
⭐ What is Flutter ID for Source Icon?Flutter id for Source Icon code is: source
⭐ 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.