
Contributor III
2021-10-29
06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to insert LUI Icon "arrow-down" with CSS in QlikSense
Hi all,
I'm trying to insert LUI (Leonardi UI) library icons with CSS into our Qlik Sense app.
It works perfectly fine with icons with one "word" such as "play":
.source-sans-pro .qv-collapsed-listbox .title-wrapper::after {
font-family: "LUI icons" !important;
content: "play";
padding-right: 10px;
}
However, when trying to add icons with two "words" such as "arrow-down", it looks like this:
.source-sans-pro .qv-collapsed-listbox .title-wrapper::after {
font-family: "LUI icons" !important;
content: "arrow-down";
padding-right: 10px;
}
Anyone an idea how to fix this?
1 Solution
Accepted Solutions

Partner - Creator
2021-10-31
04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Try using "arrow_down" instead of "arrow-down". I don't know why, but this is working for me.
Thanks
Ben
1 Reply

Partner - Creator
2021-10-31
04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Try using "arrow_down" instead of "arrow-down". I don't know why, but this is working for me.
Thanks
Ben
