Query Builder 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 query_builder Icon can be added to any web page simply as below.
You can integrate Query Builder flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.query_builder_outlined, ),
query_builder_outlined
Icon( Icons.query_builder, ),
query_builder
Icon( Icons.query_builder_round, ),
query_builder_round
Icon( Icons.query_builder_sharp, ),
query_builder_sharp
Icon( Icons.query_builder_two_tone, ),
query_builder_two_tone
For Customizations you can follow instructions here - Flutter Classes
builder, clock, date, query, schedule, time,Vuetify Query Builder Icon (Vue Js), Material Ui Query Builder Icon (React Js), Mat Icon Query Builder (Angular Material)
Advertisements
Icon Code is - query_builder.
⭐ What is Flutter ID for Query Builder Icon?Flutter id for Query Builder Icon code is: query_builder
⭐ 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.