# Custom icons for nodes

**URL:** https://discourse.nodered.org/t/custom-icons-for-nodes/2735
**Category:** General
**Created:** [31 August 2018 19:03 UTC](https://discourse.nodered.org/t/custom-icons-for-nodes/2735 "2018-08-31T19:03:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tilleul](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/tilleul/32/78_2.png) [@tilleul](https://discourse.nodered.org/u/tilleul)
#### Post date: [31 August 2018 19:03 UTC](https://discourse.nodered.org/t/custom-icons-for-nodes/2735/1 "2018-08-31T19:03:33Z")

</div>

Node-RED 0.19.x allows to customize the icon of each node. It seems to search for all available icons in the "traditional" nodes as well as in the "node-red-contrib" nodes ... but it seems to retrieve only PNG files and ignore SVG files ... am I right ?

Also, is there a way, to provide a custom icon without it being an icon used in another node ?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [31 August 2018 19:51 UTC](https://discourse.nodered.org/t/custom-icons-for-nodes/2735/2 "2018-08-31T19:51:40Z")

</div>

Hi,

currently it only lists .png and .gif files - missing off .svg was more an oversight rather than intentional restriction. Will sort that out for the next maintenance release.

There is not currently a way to include your own icons outside of a node module. We are looking at enabling the use of the Font-Awesome (4.7) icon set - and potentially other web fonts - but that won't be until the next milestone release.

Nick

---

<div class="post-metadata">

### Author: ![tilleul](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/tilleul/32/78_2.png) [@tilleul](https://discourse.nodered.org/u/tilleul)
#### Post date: [31 August 2018 20:25 UTC](https://discourse.nodered.org/t/custom-icons-for-nodes/2735/3 "2018-08-31T20:25:02Z")

</div>

ok. Thanks ! 👍
