Favorite Border 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 favorite_border Icon can be added to any web page simply as below.
You can integrate Favorite Border flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.favorite_border_outlined, ),
favorite_border_outlined
Icon( Icons.favorite_border, ),
favorite_border
Icon( Icons.favorite_border_round, ),
favorite_border_round
Icon( Icons.favorite_border_sharp, ),
favorite_border_sharp
Icon( Icons.favorite_border_two_tone, ),
favorite_border_two_tone
For Customizations you can follow instructions here - Flutter Classes
border, favorite, heart, like, love, outline, remember, save, shape,Vuetify Favorite Border Icon (Vue Js), Material Ui Favorite Border Icon (React Js), Mat Icon Favorite Border (Angular Material)
Advertisements