# How to add image against new custom plugin?

**URL:** https://discuss.elastic.co/t/how-to-add-image-against-new-custom-plugin/304683
**Category:** Kibana
**Tags:** kibana-plugin-development
**Created:** [May 13, 2022, 12:46pm UTC](https://discuss.elastic.co/t/how-to-add-image-against-new-custom-plugin/304683 "2022-05-13T12:46:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![niveditakathal](https://avatars.discourse-cdn.com/v4/letter/n/e19b73/32.png) [@niveditakathal](https://discuss.elastic.co/u/niveditakathal)
#### Post date: [May 13, 2022, 12:46pm UTC](https://discuss.elastic.co/t/how-to-add-image-against-new-custom-plugin/304683/1 "2022-05-13T12:46:26Z")

</div>

Hi All,

I am bit new to kibana custom plugin development.  
Based on elastic documentation , I have added euiIconType to add image path under "core.application.register()"  
However , I don't see any icon in kibana along with the custom plugin name. Am I missing something ?

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/7/9/7924d6f844bb400b2f9c4064b70cb51af68807e2.png)

Thanks in advance !  
Nivedita

---

<div class="post-metadata">

### Author: ![flash1293](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/flash1293/32/41227_2.png) [@flash1293](https://discuss.elastic.co/u/flash1293)
#### Post date: [May 18, 2022, 4:18pm UTC](https://discuss.elastic.co/t/how-to-add-image-against-new-custom-plugin/304683/2 "2022-05-18T16:18:31Z")

</div>

You should use `icon` instead: [kibana/types.ts at ae31d2a07bab27de8f60bbf7025263ee8eabf574 · elastic/kibana · GitHub](https://github.com/elastic/kibana/blob/ae31d2a07bab27de8f60bbf7025263ee8eabf574/src/core/public/application/types.ts#L95)

To get the correct path you should be able to import it like this: [kibana/product\_selector.tsx at 3730dd0779ed8efd74aee88f57422781ec1ac122 · elastic/kibana · GitHub](https://github.com/elastic/kibana/blob/3730dd0779ed8efd74aee88f57422781ec1ac122/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/product_selector/product_selector.tsx#L39)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 15, 2022, 4:18pm UTC](https://discuss.elastic.co/t/how-to-add-image-against-new-custom-plugin/304683/3 "2022-06-15T16:18:40Z")

</div>

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