- 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 11:35 PM
It worked. Thanks