how to change the size of awoesome font size code example
Example 1: how to increase size of font awesome icon
#elementID {
font-size:20px;
}
Example 2: font awesome size
<span style="font-size: 500px; color: Tomato;">
<i class="fas fa-camera"></i>
</span>