Find Replace 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_replace Icon can be added to any web page simply as below.
You can integrate Find Replace flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.find_replace_outlined, ),
find_replace_outlined
Icon( Icons.find_replace, ),
find_replace
Icon( Icons.find_replace_round, ),
find_replace_round
Icon( Icons.find_replace_sharp, ),
find_replace_sharp
Icon( Icons.find_replace_two_tone, ),
find_replace_two_tone
For Customizations you can follow instructions here - Flutter Classes
around, arrows, find, glass, inprogress, load, loading refresh, look, magnify, magnifying, renew, replace, rotate, search, see
Advertisements
Icon Code is - find_replace.
⭐ What is Flutter ID for Find Replace Icon?Flutter id for Find Replace Icon code is: find_replace
⭐ 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.