# Local saved icons

**URL:** https://discourse.nodered.org/t/local-saved-icons/96756
**Category:** Dashboard
**Tags:** dashboard-2
**Created:** [25 April 2025 16:53 UTC](https://discourse.nodered.org/t/local-saved-icons/96756 "2025-04-25T16:53:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![MKaiser96](https://avatars.discourse-cdn.com/v4/letter/m/8c91f0/32.png) [@MKaiser96](https://discourse.nodered.org/u/MKaiser96)
#### Post date: [25 April 2025 16:53 UTC](https://discourse.nodered.org/t/local-saved-icons/96756/1 "2025-04-25T16:53:04Z")

</div>

Hello,

I switched from Dashboard 1 to Dashboard 2. How can I use local saved icons?

I used the following code in template node in dashboard 1:

```auto
<link rel="stylesheet" href="/weather-icons/css/weather-icons.min.css">
<div style="display: flex;height: 100%;justify-content: center;align-items: center;">
    <i class="wi wi-2x wi-humidity"></i>
</div>

```

The icons are saved in the local folder.

How can I use this local saved icons?

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [25 April 2025 17:08 UTC](https://discourse.nodered.org/t/local-saved-icons/96756/2 "2025-04-25T17:08:22Z")

</div>

Are you serving the CSS (either by http nodes or by static folder)?

Are you seeing any errors in dashboard pages console (devtools/`f12`)?

---

<div class="post-metadata">

### Author: ![MKaiser96](https://avatars.discourse-cdn.com/v4/letter/m/8c91f0/32.png) [@MKaiser96](https://discourse.nodered.org/u/MKaiser96)
#### Post date: [25 April 2025 17:39 UTC](https://discourse.nodered.org/t/local-saved-icons/96756/3 "2025-04-25T17:39:12Z")

</div>

Ahh I use a separate Node-RED instance in ioBroker and forgot to set the static http directory.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [9 May 2025 17:39 UTC](https://discourse.nodered.org/t/local-saved-icons/96756/5 "2025-05-09T17:39:29Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
