Service Portal - Custom Icons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-18-2017 01:56 PM
Hello,
Our client wants us to provide below custom images in the SP Homepage Icons. As per my understanding only glyphs available in below link are usable. https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp
- Can this be done with OOB UI or Custom UI needs to be put in?
- If this can be done by any other way (may be re-structuring the Widgets) ; please can you let me know how.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2017 04:18 AM
Hello Arnab,
Did any of these responses work for you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2017 02:38 PM
Hi Brian,
I created a Custom HTML Widget...Sample Code below:
<h3 style="text-align: left;"><a href="your_sp_url_to_which_you_want_to redirect_goes_here"><img style="max-width: 30%; max-height: 30%; float: left; margin: 0px 0px 20px 0px;" src="197fad6cdbd33200b895f91ebf96199b.iix" alt="" align="left" /><span style="font-size: x-large;">Name of Your Widget</span></a></h3>
<p>Your Widget Description </p>
Once this created...Insert Image just by browsing from your local drive as you want and it should work...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 05:43 AM
awesome!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 09:50 AM
You can mark my answer as Correct and close the Thread if this helped you. Future aspirants can also use the solution then

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2020 07:54 AM
What do you mean by your_sp_url_to_which_you_want_to redirect_goes_here? Also once this is done how do I use the image in an icon link button?