Skip to content

Instantly share code, notes, and snippets.

@subzey
Created June 23, 2021 16:56
Show Gist options
  • Select an option

  • Save subzey/e0b65adeb51a5fbc9eb0cf2bdddfcf05 to your computer and use it in GitHub Desktop.

Select an option

Save subzey/e0b65adeb51a5fbc9eb0cf2bdddfcf05 to your computer and use it in GitHub Desktop.
Favicon test
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<rect x="0" y="0" width="16" height="16" fill="#000"/>
<rect x="1" y="1" width="14" height="14" fill="#fff"/>
<rect x="2" y="2" width="12" height="12" fill="#000"/>
<rect x="3" y="3" width="10" height="10" fill="#fff"/>
<rect x="4" y="4" width="8" height="8" fill="#000"/>
<rect x="5" y="5" width="6" height="6" fill="#fff"/>
<rect x="6" y="6" width="4" height="4" fill="#000"/>
<rect x="7" y="7" width="2" height="2" fill="#fff"/>
</svg>
<!doctype html>
<html>
<head>
<title>Favicon test</title>
<link rel="icon" href="favicon.svg" type="image/svg+xml">
</head>
<body>
<img src="favicon.svg" width="16" height="16">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment