HELLO, can you tell me how I have to do to add an icon that accesses My Bids, under the photo

HELLO, can you tell me how I have to do to add an icon that accesses My Bids, under the photo

SOLVED, Do some research and find the solution. I do not know anything about this, but investigating a little, it is possible.
<a class=“nav-link m-1 p-0 float-left” href=“{{ route(‘frontend.flights.bids’) }}”>
<i class=“fas fa-file-upload” title=“@lang(‘flights.mybid’)”></i>
</a>
What I don’t know is where I get the names of the icons
Check FontAwesome website and look for the icon gallery (or something like that, i forgot the name of that page).
Hope this helps