Is there a way to stack grid icons in the font awesome framework to create a 3x2 grid icon?
Demonstration Jsfiddle
<a href="./"><i class="fa fa-square"></i> 1x1</a>
<a href="./" ><i class="fa fa-square"></i><i class="fa fa-square"></i> 2x1</a>
<a href="./"><i class="fa fa-th-large"></i> 2x2</a>
<a href="./"><i class="fa fa-th-large"></i> 3x2</a> << unable to achieve 3 x 2
<a href="./"><i class="fa fa-th"></i> 3x3</a>