How AI is powering better personalization in e-commerce [with Vercel]. Sign up now

How to change Sanity Studio favicon?

3 repliesLast updated: Nov 29, 2025

anyone knows if there is a way to change the favicon of the studio?
AI Update

Yes! You can definitely change the favicon of your Sanity Studio. Here's how:

Individual Files Needed

To customize your Studio's favicon, you'll need to place five different files in the static folder within your studio folder:

Generating the Files

You can create these files manually, or use the create-favicon tool to generate them all from a single SVG source:

# From the studio root folder:
npm create favicon -- <path-or-url-to.svg> static

Once the files are in the static folder, your Studio will automatically use them. Note that browsers may cache the old favicons for a while.

Troubleshooting

If your custom favicons aren't showing up:

More details in the official Sanity documentation on favicons.

Show original thread
3 replies

Was this answer helpful?

Sanity – Build the way you think, not the way your CMS thinks

Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.

Related contributions