Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Icon not showing in Creative Cloud when developing Adobe Premiere Pro Plugin using UXP

New Here ,
Jul 21, 2025 Jul 21, 2025

Hello everyone,

 

I hope this is the right place to ask this technical question.

 

I'm developing a adobe premiere pro plugin with UXP. I understand it's in beta but hope I get some light on my issue.

 

I can't get my panel icons to display. The panel shows a default/blank icon instead of my custom icons.

 

What I've tried:
1. Following Adobe's icon documentation with proper naming convention (icons/plugin-icon.png in manifest,
icons/plugin-icon@1x.png and icons/plugin-icon@2x.png as files)
2. Using both 23x23 (panel icons) and 48x48 (plugin icons) sizes
3. Testing with different paths and filenames
4. Verifying icons are correctly copied to dist folder when building my plugin

 

Environment:

 

My manifest.json structure:

 

{
  "version": "0.7.17",
  "main": "index.html",
  "manifestVersion": 5,
  "host": [
    {
      "app": "premierepro",
      "minVersion": "25.3.0"
    }
  ],
  "entrypoints": [
    {
      "type": "panel",
      "id": "apps",
      "icons": [
        {
          "width": 23,
          "height": 23,
          "path": "icons/iconLight.png",
          "scale": [1, 2],
          "theme": ["all"]
        }
      ]
    }
  ],
  "icons": [
    {
      "width": 48,
      "height": 48,
      "path": "icons/plugin-icon.png",
      "scale": [1, 2],
      "theme": ["darkest", "dark", "medium", "lightest", "light", "all"],
      "species": ["pluginList"]
    }
  ]
}

 

Is this a known limitation of UXP Developer Tool, or am I missing something? Do icons only
display when published to marketplace?

TOPICS
SDK
235
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jul 22, 2025 Jul 22, 2025

Unfortunately, the custom icon through icons entry is not supported for Premiere UXP Plugin yet.

 

Apologies for the inconvenience, and thanks for trying out UXP for Premiere! 

Translate
Adobe Employee ,
Jul 21, 2025 Jul 21, 2025

Hey Long Clip,

Nice to hear from you. Thanks for tagging your discussion as "SDK." That should bring the proper people to this thread. I'm sure someone will stop by soon. Sorry for the frustration.

 

Thanks,
Kevin

 

Kevin Monahan - Sr. Community & Engagement Strategist – Pro Video and Audio
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 22, 2025 Jul 22, 2025

Unfortunately, the custom icon through icons entry is not supported for Premiere UXP Plugin yet.

 

Apologies for the inconvenience, and thanks for trying out UXP for Premiere! 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 22, 2025 Jul 22, 2025
LATEST

I see — I understand UXP for Premiere is still under development. I was wondering if you're currently looking for any alpha or beta testers? We're new plugin developers and would love to collaborate more closely with the Adobe UXP team.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 22, 2025 Jul 22, 2025

Hey Long Clip,

Hope Cathy's answer shed some light on this issue. If you'd like, feel free to file a feature request on our Community so we can keep track of what you need. Here's a link to the "Ideas" tab of this community board: https://adobe.ly/4lLtGyA

 

Caroline

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines