1. Merge three sample SVGs into a symbol sprite
Front-end developerBackground
A component library ships a few basic SVG icons as separate files with 360×240 viewBoxes and some names that start with digits.
Problem
Combine them into one inline-ready symbol sprite with stable IDs and usage snippets.
How to use
Upload the three sample SVGs, set sprite type to symbol, leave ID prefix empty, keep strip color off and dedupe on.
spriteType: symbol
idPrefix: (empty)
stripColor: false
dedupe: trueOutcome
One symbol-mode sprite with ids i-01-basic-shapes, i-02-stroke-and-fill, and i-03-transforms, plus HTML/React/Vue snippets and a live preview.