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