SVG
Scalable Vector GraphicsUsed for resolution-independent illustrations.
- Family
- Vectors
- MIME
- image/svg+xml
Convert SVG to ICO online. See the real rasterization at a fixed canvas behavior, preservation limits, and a format-specific acceptance test.
The paths and shapes in SVG are rasterized onto a fixed pixel grid, then that canvas is encoded as ICO. Scaling the derivative later cannot recover the original curves. SVG import parses XML into a styled graphics tree of paths, text, viewBox coordinates, transforms, clipping, filters, links, and external resources. The ICO destination is a Windows icon resource, where useful delivery normally requires a deliberate set of square raster sizes rather than one arbitrary canvas.
Starting model: XML vector artwork made from paths, shapes, paint, text, and optional embedded assets. Rendered result: a Windows icon container that can hold several square pixel sizes and color depths.
Used for resolution-independent illustrations.
Designed for pixel-based artwork, scans, and photographs.
ICO is right once the destination genuinely needs pixels. Logos, diagrams, or print work that must stay resolution independent still belong in SVG.
Zoom far in and inspect path smoothness, text, viewBox, clipping, and external references.
Inspect the embedded sizes and preview the icon at 16, 32, 48, and 256 pixels where required.
Tracing a bitmap produces approximate paths rather than restoring original geometry; fonts and filters may render differently.
A conversion may create only one size, making the icon look soft in menus or high-density displays.
a Windows icon container that can hold several square pixel sizes and color depths is what gets written, labeled as image/vnd.microsoft.icon. Whether that actually opens depends on the receiving application, not on the file extension.