Private Connectivity 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 private_connectivity Icon can be added to any web page simply as below.
You can integrate Private Connectivity flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.private_connectivity_outlined, ),
private_connectivity_outlined
Icon( Icons.private_connectivity, ),
private_connectivity
Icon( Icons.private_connectivity_round, ),
private_connectivity_round
Icon( Icons.private_connectivity_sharp, ),
private_connectivity_sharp
Icon( Icons.private_connectivity_two_tone, ),
private_connectivity_two_tone
For Customizations you can follow instructions here - Flutter Classes
Advertisements