SVG icon sprite (symbol sheet)
An SVG sprite sheet defining five reusable icons as <symbol> elements referenced by <use href='#id'> — for testing SVG sprite pipelines and icon systems. Paired with a PNG sprite twin.
Specifications
- Format
- SVG <symbol> sprite
- Icons
- 5
- Ids
- icon-home, icon-search, icon-user, icon-mail, icon-star
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="icons-sprite.svg" alt="" width="240">
<!-- or paste the SVG markup inline for CSS styling -->Related files
- icoFavicon (multi-size ICO)A multi-resolution favicon.ico bundling 16, 32, 48, and 64 px images of the brand mark — for testing favicon parsers, ICO decoders, and multi-image icon handling.

- svgFavicon (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.
- txtads.txtAn IAB ads.txt listing authorised digital sellers with account IDs and relationships (sample data) — for testing ads.txt parsers and ad-fraud tooling.

- pngApple touch icon (180×180 PNG)A 180×180 opaque PNG apple-touch-icon (iOS rounds the corners itself) — for testing home-screen icon extraction and Apple touch-icon handling.

- jsonapple-app-site-associationAn Apple app-site-association file declaring Universal Links, web credentials, and app clips — normally served without an extension at /.well-known/, for testing AASA parsers (shown here as .json).

- curArrow cursor (.cur, hotspot 0,0)A 32×32 Windows arrow cursor with its hotspot at the top-left tip (0,0) — for testing .cur parsers, CSS custom cursors, and ICO/CUR converters.

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