Flipping icons horizontal with font awesome icons
An example of flipping icons horizontal with font awesome icons.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<p>Rotated icon (90 deg) -
<i class="fa fa-money fa-4x fa-flip-horizontal"></i>
</p>
</body>
</html>