Building tribute page (https://codepen.io/zackaria2019/pen/QPqeQB)

Hello

I am currently building a tribute page for Uber. I am struggling with how can insert my icons for the pics ? the examples had a track and a fire icon. but i would like to insert a food, car and scooter icon.

  • <div class="desc">                      <h2>Uber Eats</h2>
     <p>Find food you love from local restaurants and chain favourites.</p>   
     </div>  
    </div>
    <div class="grid">
    <div class="icon">
    <i class="fa fa-3x fa-food">
    </i>
     </div>

    You need to download fontawesome library.

    You can search it on in your pen settings in CSS tab.