Rss Feed 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 rss_feed Icon can be added to any web page simply as below.
You can integrate Rss Feed flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.rss_feed_outlined, ),
rss_feed_outlined
Icon( Icons.rss_feed, ),
rss_feed
Icon( Icons.rss_feed_round, ),
rss_feed_round
Icon( Icons.rss_feed_sharp, ),
rss_feed_sharp
Icon( Icons.rss_feed_two_tone, ),
rss_feed_two_tone
For Customizations you can follow instructions here - Flutter Classes
application, blog, connection, data, feed, internet, network, rss, service, signal, website, wifi, wireless
Advertisements
Icon Code is - rss_feed.
⭐ What is Flutter ID for Rss Feed Icon?Flutter id for Rss Feed Icon code is: rss_feed
⭐ 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.