Bookmark Remove 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 bookmark_remove Icon can be added to any web page simply as below.
You can integrate Bookmark Remove flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.bookmark_remove_outlined, ),
bookmark_remove_outlined
Icon( Icons.bookmark_remove, ),
bookmark_remove
Icon( Icons.bookmark_remove_round, ),
bookmark_remove_round
Icon( Icons.bookmark_remove_sharp, ),
bookmark_remove_sharp
Icon( Icons.bookmark_remove_two_tone, ),
bookmark_remove_two_tone
For Customizations you can follow instructions here - Flutter Classes
bookmark, delete, favorite, minus, remember, remove, ribbon, save, subtract
Advertisements
Icon Code is - bookmark_remove.
⭐ What is Flutter ID for Bookmark Remove Icon?Flutter id for Bookmark Remove Icon code is: bookmark_remove
⭐ 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.