Linear Scale 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 linear_scale Icon can be added to any web page simply as below.
You can integrate Linear Scale flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.linear_scale_outlined, ),
linear_scale_outlined
Icon( Icons.linear_scale, ),
linear_scale
Icon( Icons.linear_scale_round, ),
linear_scale_round
Icon( Icons.linear_scale_sharp, ),
linear_scale_sharp
Icon( Icons.linear_scale_two_tone, ),
linear_scale_two_tone
For Customizations you can follow instructions here - Flutter Classes
app, application, components, design, interface, layout, linear, measure, menu, scale, screen, site, slider, ui, ux, web, website, window
Advertisements
Icon Code is - linear_scale.
⭐ What is Flutter ID for Linear Scale Icon?Flutter id for Linear Scale Icon code is: linear_scale
⭐ 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.