Product Landing Page - Build a Product Landing Page

Tell us what’s happening:
Describe your issue in detail here.
please where do i get the icon on the fcc product landing page challenge?
Your code so far

<!-- file: index.html -->
<header id="header">
   <img id="header-img" src="https://cdn.freecodecamp.org/testable-projects-fcc/images/product-landing-page-logo.png" alt="logo">
   <nav id="nav-bar">
      <ul>
       <li><a href="#">Features</a></li>
       <li><a href="#">How it works</a></li>
       <li><a href="#">pricing</a></li>
     </ul>
   </nav>
</header>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0

Challenge: Product Landing Page - Build a Product Landing Page

Link to the challenge:

This is your project. Follow the user stories, and create the landing page as you wish.

Hi!
You can use any image you’d like as the icon, you do not have to use the images from the example.
Hope that helps! :smiley: