Skip to content
Novus Examples
svg369 B

Favicon (scalable SVG)

A scalable SVG favicon of the brand mark — the modern crisp-at-any-size icon format, for testing SVG favicon support and vector-to-raster favicon pipelines.

Preview of Favicon (scalable SVG)

Specifications

Format
SVG
View Box
0 0 64 64
Use
<link rel=icon type=image/svg+xml>

What is a .svg file?

SVG (Scalable Vector Graphics) is an XML-based vector image format describing shapes, paths, text, and styling that scale losslessly to any resolution. It can embed CSS, scripting, and references, so it is both an image and an executable document. It is standard for icons, diagrams, and resolution-independent web graphics.

How to use this file

Use an example SVG to test vector rasterization, sanitization of untrusted markup, and rendering fidelity, treating any untrusted SVG as potentially executable content requiring safe handling.

Code examples

<img src="favicon.svg" alt="" width="240">
<!-- or paste the SVG markup inline for CSS styling -->

Generated by generation/web_assets.py. Free for any use, no attribution required — license.