- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 09:10 PM
Hi,
Where can I find or use this icons in my UI page fields?
https://hi.service-now.com/styles/heisenberg/styleguide/docs/guidelines_-_icons.html
Need below three images. Lock, Addme and Search
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 09:43 PM
Hi,
You can find then in your instance on below URL:
https://xxxx.service-now.com/styles/retina_icons/retina_icons.html
Replase xxx by your isntance name.
You can use these icon in your UI Page HTML part like below:
<i class="icon-comment"></i>
<i class="icon-copy"></i>
Also check below UI Page :
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 09:17 PM
Hi,
Please check below link:
https://community.servicenow.com/community?id=community_blog&sys_id=925eaaaddbd0dbc01dcaf3231f961940
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 09:29 PM
Not helpful. Where do I find them in my instance and how do I use it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 09:43 PM
Hi,
You can find then in your instance on below URL:
https://xxxx.service-now.com/styles/retina_icons/retina_icons.html
Replase xxx by your isntance name.
You can use these icon in your UI Page HTML part like below:
<i class="icon-comment"></i>
<i class="icon-copy"></i>
Also check below UI Page :
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 09:58 PM
I want to use it as an image. Eg
<img src="images/reference_list.gifx" border="0" alt="${gs.getMessage('Lookup using list')}" width="20" height="18" />