Hello
1 – Find de Icon in Font Awesome
2 – Look there the code for the icon.
For example: for Line Chart the code is:
<i class="fa fa-line-chart" aria-hidden="true"></i>
3 – Use the attribute icon for the fruitful_ibox column.
For example:
[fruitful_ibox_row]
[fruitful_ibox column="ffs-four-one" title="Title 1" icon="fa-line-chart"]Lorem ipsum dolor sit amet.[/fruitful_ibox]
[/fruitful_ibox_row]
4 – Enjoy!
Regards