Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ include::../modules/shared/con-quicklinks-and-starred-items-in-the-global-header

include::../modules/shared/proc-enable-quicklinks-and-starred-items-after-an-upgrade.adoc[leveloffset=+1]

include::../modules/shared/ref-common-icons-for-customization.adoc[leveloffset=+1]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the link for common icons also to scorecard icons section?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think quickstart plugin has also reference to common icons, can you check if it is working and if there are any other non-working common icons references and update them to this reference? Thank you!

@dzemanov dzemanov Jun 17, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


:context: {previouscontext}
:!previouscontext:

Expand Down
65 changes: 65 additions & 0 deletions modules/shared/ref-common-icons-for-customization.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
:_mod-docs-content-type: REFERENCE

[id="common-icons-for-customization_{context}"]
= Common icons for customization

[role="_abstract"]
When customizing {product-short}, you can use predefined system icon identifiers in various configuration contexts, including global header buttons, quick access cards, quick starts, and navigation menu items.

The following table lists commonly used icon identifiers available in {product-short}:

[cols="30%,70%", options="header"]
|===
|Icon identifier
|Description

|`add`
|Plus sign icon, typically used for "Create" or "Add new" actions

|`bookmarks`
|Bookmark icon for saved items

|`catalog`
|Catalog or list icon

|`category`
|Category or organization icon

|`developerHub`
|{product-short} logo icon

|`extension`
|Extension or plugin icon

|`favorite`
|Star icon for favorites or starred items

|`github`
|GitHub logo icon

|`group`
|Group or team icon

|`home`
|Home icon

|`manageAccounts`
|User account management icon

|`school`
|Education or learning icon

|`search`
|Search or magnifying glass icon
|===

[NOTE]
====
In addition to these predefined icon identifiers, you can use:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would make sense to also mention Backstage system icons that are available.


* *Full image URLs*: External image URLs (for example, `https://example.com/icon.png`)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also add Data encoded URIs?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* *SVG paths*: Valid inline SVG markup
* *Relative paths*: Paths to images in your {product-short} public folder

For information about extending the internal icon catalog with custom icons, see xref:extend-internal-icon-catalog_front-end-plugin-wiring[].
====
Loading