Skip to content
Novus Examples
svg532 B

UI Icon (SVG)

A single stroke-style UI icon (a document) as a 24×24 SVG — the kind of vector icon used in interfaces, for testing icon rendering, recolouring, and SVG-to-PNG conversion.

Preview of UI Icon (SVG)

Specifications

Type
icon
View Box
0 0 24 24
Style
stroke / line
Scalable
true

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.

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