Single Bed 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 single_bed Icon can be added to any web page simply as below.
You can integrate Single Bed flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.single_bed_outlined, ),
single_bed_outlined
Icon( Icons.single_bed, ),
single_bed
Icon( Icons.single_bed_round, ),
single_bed_round
Icon( Icons.single_bed_sharp, ),
single_bed_sharp
Icon( Icons.single_bed_two_tone, ),
single_bed_two_tone
For Customizations you can follow instructions here - Flutter Classes
bed, bedroom, double, furniture, home, hotel, house, king, night, pillows, queen, rest, room, single, sleep, twin
Advertisements
Icon Code is - single_bed.
⭐ What is Flutter ID for Single Bed Icon?Flutter id for Single Bed Icon code is: single_bed
⭐ 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.