Find In Page 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 find_in_page Icon can be added to any web page simply as below.
You can integrate Find In Page flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.find_in_page_outlined, ),
find_in_page_outlined
Icon( Icons.find_in_page, ),
find_in_page
Icon( Icons.find_in_page_round, ),
find_in_page_round
Icon( Icons.find_in_page_sharp, ),
find_in_page_sharp
Icon( Icons.find_in_page_two_tone, ),
find_in_page_two_tone
For Customizations you can follow instructions here - Flutter Classes
data, doc, document, drive, file, find, folder, folders, glass, in, look, magnify, magnifying, page, paper, search, see, sheet, slide, writing
Advertisements
Icon Code is - find_in_page.
⭐ What is Flutter ID for Find In Page Icon?Flutter id for Find In Page Icon code is: find_in_page
⭐ 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.