# Inconsistent SVG Favicon in Firefox

**URL:** https://meta.discourse.org/t/inconsistent-svg-favicon-in-firefox/204639
**Category:** Bug
**Created:** [28 september 2021 om 10:57 UTC](https://meta.discourse.org/t/inconsistent-svg-favicon-in-firefox/204639 "2021-09-28T10:57:41Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Amethi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/amethi/32/88690_2.png) [@Amethi](https://meta.discourse.org/u/Amethi)
#### Post date: [28 september 2021 om 10:57 UTC](https://meta.discourse.org/t/inconsistent-svg-favicon-in-firefox/204639/1 "2021-09-28T10:57:41Z")

</div>

Hello. An SVG Favicon in Firefox on Win10 and macOS seems a bit wonky for me. Tab icon is correct. Bookmark icon is wrong:

 ![Untitled-1](https://global.discourse-cdn.com/meta/original/3X/1/8/18d6282b7f888d8e58e0eacfbfd6e7e9a3cabc91.png)

Looking at the source, I see:

`<link rel="icon" type="image/png" href="https://londonbikers.com/uploads/default/optimized/3X/b/8/b8dce8ed67efe68449c05bb6d1d09fecd2bad6e1_2_32x32.svg">`

The file type is wrong. Not sure if that’s important? I think I uploaded a PNG before the SVG.

It’s the same for the Apple touch logo:  
`<link rel="apple-touch-icon" type="image/png" href="https://londonbikers.com/uploads/default/optimized/3X/e/2/e282ac096da1a473b060a379521996db4fb7d190_2_180x180.svg">`

The correct image above is the rel=icon.  
The wrong image above is the rel=apple-touch-icon

Have tried deleting the bookmark and re-bookmarking. Same result. It’s choosing the apple-touch-icon logo. Is this a Firefox, or Discourse issue, do you know?

The specs seem to suggest it should work:

 ![image](https://global.discourse-cdn.com/meta/original/3X/e/3/e35fb4adcd5b177f177969e9a556f936b8e3df87.png)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [29 september 2021 om 06:42 UTC](https://meta.discourse.org/t/inconsistent-svg-favicon-in-firefox/204639/2 "2021-09-29T06:42:03Z")

</div>

Regardless something is looking odd here the is not `type="image/png"`

SVG favicon is a bit experimental (especially with the safari caveat)

Open to correcting at least the Discourse parts of this problem.
