Link Off 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 link_off Icon can be added to any web page simply as below.
You can integrate Link Off flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.link_off_outlined, ), link_off_outlined Icon( Icons.link_off, ), link_off Icon( Icons.link_off_round, ), link_off_round Icon( Icons.link_off_sharp, ), link_off_sharp Icon( Icons.link_off_two_tone, ), link_off_two_tone For Customizations you can follow instructions here - Flutter Classes
attached, chain, clip, connection, disabled, enabled, link, linked, links, multimedia, off, on, slash, unlink, url
Advertisements