Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/browser/base/content/test/favicons/file_favicon.svg
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<style>
:root { color-scheme: light dark; }
rect { fill: light-dark(green, blue); }
</style>
<rect width="100" height="100" />
</svg>