In this SharePoint tutorial, we will discuss how to change favicon in SharePoint Online or how to change favicon in SharePoint 2013/2016.
SharePoint favicon
Favicon appears side to the URL in the browser. By default, it comes with SharePoint official icon like below, but if you want you can change this, we can easily change the favicon in SharePoint Online sites or SharePoint 2013/2016 sites.
Change favicon in SharePoint online
The process of changing favicon is same in SharePoint Online as well as in SharePoint 2013/2016.
First, we need to upload the favicon icon which should be a .ico file with 16*16 pixel. We can upload it to the SharePoint Site Assets library.
You can do this by using the browser itself or you can open the SharePoint 2013 online site by using SharePoint 2013 designer and click on the Site Assets library.
Now we need to update the favicon icon URL in the master page which over you are using. Open in edit mode your SharePoint site master page which you are using and then in the master page search for the below tag:
<SharePoint:SPShortcutIcon runat="server" IconUrl="/_layouts/15/images/favicon.ico?rev=23" />
Now here replace the IconUrl with the new URL which we have uploaded above. So it should looks like:
<SharePoint:SPShortcutIcon runat="server" IconUrl="/SiteAssets/favicon.ico" />
Now Save the file and Refresh the page, your new favicon should appear. If it does not appear, then try clearing the cache once in the browser.
Change favicon in SharePoint 2013/2016
Similarly to change the favicon in the SharePoint 2013 or SharePoint 2016, first upload the favicon icon to the Site Assets library.
Then we need to update the path in the master page.
Open the master page using SharePoint 2013 designer
<SharePoint:SPShortcutIcon runat="server" IconUrl="/SiteAssets/favicon.ico" />
Then Save the master page and publish the page as a major version.
You may like the following SharePoint customization tutorials:
- How to Change SharePoint Site Logo + PowerShell
- SharePoint modern list view customization example
- How to add links to top link bar in SharePoint
- SharePoint Online modern list column formatting using JSON
- Create Page templates in SharePoint Online Modern Experience
- Disable Sync button in SharePoint Online/2013/2016 document libraries
- SharePoint Online mega menu and Site Customizations
- SharePoint spaces overview and examples
In this SharePoint tutorial, we discussed how to change favicon in sharepoint online and change favicon in sharepoint 2013 and change favicon sharepoint 2016.
We can easily change favicon in sharepoint by modifying in the master page.
After working for more than 15 years in Microsoft technologies like SharePoint, Office 365, and Power Platform (Power Apps, Power Automate, and Power BI), I thought will share my SharePoint expertise knowledge with the world. Our audiences are from the United States, Canada, the United Kingdom, Australia, New Zealand, etc. For my expertise knowledge and SharePoint tutorials, Microsoft has been awarded a Microsoft SharePoint MVP (9 times). I have also worked in companies like HP, TCS, KPIT, etc.