Video Call 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 video_call Icon can be added to any web page simply as below.
You can integrate Video Call flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.video_call_outlined, ),
video_call_outlined
Icon( Icons.video_call, ),
video_call
Icon( Icons.video_call_round, ),
video_call_round
Icon( Icons.video_call_sharp, ),
video_call_sharp
Icon( Icons.video_call_two_tone, ),
video_call_two_tone
For Customizations you can follow instructions here - Flutter Classes
+, add, call, camera, chat, conference, film, filming, hardware, image, motion, new, picture, plus, symbol, video, videography,Vuetify Video Call Icon (Vue Js), Material Ui Video Call Icon (React Js), Mat Icon Video Call (Angular Material)
Advertisements
Icon Code is - video_call.
⭐ What is Flutter ID for Video Call Icon?Flutter id for Video Call Icon code is: video_call
⭐ 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.