<?xml version="1.0" encoding="UTF-8"?>                 <!-- XML declaration -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">  <!-- Root element with namespace -->

  <url>                                                <!-- Start of one URL entry -->
    <loc>https://iconmaker.design/</loc>               <!-- Your only page URL -->
    <lastmod>2025-06-22</lastmod>                      <!-- Last updated date -->
    <priority>1.0</priority>                           <!-- Highest priority -->
  </url>                                               <!-- End of URL entry -->

  <url>
    <loc>https://iconmaker.design/pixel_drawing_page.php</loc>
    <lastmod>2025-06-22</lastmod>
    <priority>1.0</priority> 
  </url>

  <url>
    <loc>https://iconmaker.design/about_us_page.php</loc>
    <lastmod>2025-06-22</lastmod>
    <priority>0.9</priority> 
  </url>

  <url>
    <loc>https://iconmaker.design/about_app_page.php</loc>
    <lastmod>2025-06-22</lastmod>
    <priority>0.9</priority> 
  </url>

  <url>
    <loc>https://iconmaker.design/how_it_works_page.php</loc>
    <lastmod>2025-06-22</lastmod>
    <priority>0.9</priority> 
  </url>

  <url>
    <loc>https://iconmaker.design/privacy_policy_page.php</loc>
    <lastmod>2025-06-22</lastmod>
    <priority>0.9</priority> 
  </url>

  <url>
    <loc>https://iconmaker.design/contact_us_page.php</loc>
    <lastmod>2025-06-22</lastmod>
    <priority>0.9</priority> 
  </url>

</urlset>                                              <!-- End of sitemap -->