Outlet 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 outlet Icon can be added to any web page simply as below.
You can integrate Outlet flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.outlet_outlined, ),
outlet_outlined
Icon( Icons.outlet, ),
outlet
Icon( Icons.outlet_round, ),
outlet_round
Icon( Icons.outlet_sharp, ),
outlet_sharp
Icon( Icons.outlet_two_tone, ),
outlet_two_tone
For Customizations you can follow instructions here - Flutter Classes
connect, connecter, electricity, outlet, plug, power,Vuetify Outlet Icon (Vue Js), Material Ui Outlet Icon (React Js), Mat Icon Outlet (Angular Material)
Advertisements
Icon Code is - outlet.
⭐ What is Flutter ID for Outlet Icon?Flutter id for Outlet Icon code is: outlet
⭐ 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.