# Overriding Storefront icons

**URL:** https://forum.shopware.com/t/overriding-storefront-icons/61736
**Category:** Themes & Design (EN)
**Created:** [12. September 2019 um 12:49 UTC](https://forum.shopware.com/t/overriding-storefront-icons/61736 "2019-09-12T12:49:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![BernoH](https://avatars.discourse-cdn.com/v4/letter/b/94ad74/32.png) [@BernoH](https://forum.shopware.com/u/BernoH)
#### Post date: [12. September 2019 um 12:49 UTC](https://forum.shopware.com/t/overriding-storefront-icons/61736/1 "2019-09-12T12:49:18Z")

</div>

Hello,

I created a theme and am&nbsp;developing the theme while storefront:hot is active. Styles and scripts get build correctly and this is working fine but i’m curious if and how it is possible to override the default Storefront (SVG) icons with custom icons provided by the theme.

In theme.json i added, but with storefront:watch it’s not picking up the files inside the assets folder:

```
"asset": [
    "Resources/storefront/assets"
]

```

&nbsp;

---

<div class="post-metadata">

### Author: ![g.do](https://avatars.discourse-cdn.com/v4/letter/g/73ab20/32.png) [@g.do](https://forum.shopware.com/u/g.do)
#### Post date: [10. März 2023 um 07:20 UTC](https://forum.shopware.com/t/overriding-storefront-icons/61736/2 "2023-03-10T07:20:19Z")

</div>

I think you have to add iconSets key to theme.json, like this:

„iconSets“: {  
„default“: „app/storefront/src/assets/icon/default“  
}

and perhaps create and move icons to that exact folder, to be affected.
