Content Cut 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 content_cut Icon can be added to any web page simply as below.
You can integrate Content Cut flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.content_cut_outlined, ),
content_cut_outlined
Icon( Icons.content_cut, ),
content_cut
Icon( Icons.content_cut_round, ),
content_cut_round
Icon( Icons.content_cut_sharp, ),
content_cut_sharp
Icon( Icons.content_cut_two_tone, ),
content_cut_two_tone
For Customizations you can follow instructions here - Flutter Classes
content, copy, cut, doc, document, file, past, scissors, trim,Vuetify Content Cut Icon (Vue Js), Material Ui Content Cut Icon (React Js), Mat Icon Content Cut (Angular Material)
Advertisements
Icon Code is - content_cut.
⭐ What is Flutter ID for Content Cut Icon?Flutter id for Content Cut Icon code is: content_cut
⭐ 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.