Where can I download Dawn theme icons?

Topic summary

Main issue: How to download the Dawn theme’s iconography; the asker couldn’t find it in the GitHub repo.

Key guidance: The icons are included in the Dawn theme’s source on Shopify’s GitHub, within an icons folder (repository: https://github.com/Shopify/dawn).

How to obtain: Clone the repository locally to access all files, including the icons folder. Command provided: git clone https://github.com/Shopify/dawn.git. This creates a local copy containing the icon assets.

Context/notes: The provided command is the central step to retrieve the icons. No additional configuration or tooling was mentioned.

Outcome/status: The response points directly to the location and provides a concrete retrieval method, implying the question is resolved. No further disagreements or unanswered questions were raised.

Summarized with AI on January 31. AI used: gpt-5.

Hi,

Looking to see if anyone knew where you could download Dawn’s Iconography.

I can’t seem to find it in the Github repo.

https://github.com/Shopify/dawn

Hello there

The iconography for the Dawn Shopify theme is located in the icons folder of the theme’s source code. You can find the source code for the Dawn theme on the Shopify Github repository here: https://github.com/Shopify/dawn.

To download the iconography, you can clone the entire Dawn theme repository to your local computer by running the following command in your terminal or command prompt:

git clone https://github.com/Shopify/dawn.git

This will create a local copy of the Dawn theme on your computer, which includes the icons folder containing all of the iconography used in the theme.