SVG to SIX Converter

Convert SVG art to Sixel graphics for terminal display

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Terminal Graphics

Display SVG artwork directly inside terminal emulators — no GUI image viewer needed, just a Sixel-capable terminal session.

CLI Integration

Sixel images render inline with text output — embed converted SVG graphics in command-line tools, scripts, and dashboards.

Cloud Conversion

No Sixel encoding tools required locally — Convertio processes your SVG and delivers the terminal-ready output online.

How to convert SVG to SIX

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose six or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your six file right afterwards

About formats

SVG (Scalable Vector Graphics) is an XML-based vector image format developed by the World Wide Web Consortium (W3C), with the 1.0 specification published as a Recommendation on September 4, 2001. Unlike binary vector formats, SVG describes shapes, paths, text, gradients, filters, and animations in human-readable XML markup that can be authored in a text editor, processed by scripting languages, and styled with CSS. The format supports both vector elements (lines, curves, polygons defined by mathematical coordinates) and embedded raster images, along with interactivity through JavaScript event handling and declarative animations via SMIL or CSS transitions. SVG is natively rendered by all modern web browsers without plugins, making it the standard format for resolution-independent graphics on the web — from icons and logos to interactive data visualizations and animated illustrations. A major advantage is infinite scalability: SVG graphics remain perfectly sharp on any display, from low-DPI monitors to ultra-high-resolution Retina screens, because rendering is computed from geometry rather than pixels. The text-based nature provides another core strength — SVG content is indexable by search engines, accessible to screen readers, and trivially manipulable via the DOM using standard web technologies. The active W3C specification continues to evolve with modern web platform capabilities, maintaining SVG's position as the essential vector format for responsive web design.
Developer: W3C
Initial release: September 4, 2001
SIX is a file extension for SIXEL (Six Pixel) graphics data, a bitmap graphics format developed by Digital Equipment Corporation (DEC) in 1983 and introduced with the LA50 dot matrix printer. SIXEL encodes images as a sequence of printable ASCII characters, where each character represents a column of six vertical pixels (a 'sixel') — the character's ASCII value minus 63 provides a 6-bit binary pattern, with each bit controlling one pixel in the vertical column. The encoding is structured as a series of sixel bands (each six pixels tall) across the image width, with control sequences for color selection (up to 256 registers with HLS or RGB specification), repeat counts (run-length encoding for efficiency), carriage return, and newline commands. SIXEL data is transmitted to the output device using DEC's standard escape sequence protocol, embedded within the text stream alongside regular character output. Originally designed for DEC's line of printers and later supported by DEC VT-series terminals (VT240, VT330, VT340), SIXEL has experienced a remarkable revival in modern terminal emulator software. One advantage is terminal-native image display: SIXEL allows images to be rendered directly within a text terminal session without requiring a graphical window system, enabling command-line tools to display graphs, photographs, and previews inline with text output. This capability has driven adoption in modern terminals like mlterm, xterm, WezTerm, and foot. SIX/SIXEL data can be generated by ImageMagick, libsixel, and chafa, and viewed in any SIXEL-capable terminal emulator.
Initial release: 1983

Frequently Asked Questions

Why convert SVG to SIX?

Sixel encodes images as terminal escape sequences — converting SVG to SIX lets you display graphics directly inside text-based terminal sessions.

What terminals support Sixel?

xterm, mlterm, WezTerm, foot, and several other modern terminal emulators support Sixel graphics rendering inline with text.

Is Sixel color or monochrome?

Sixel supports color palettes — your SVG artwork is rendered with indexed colors that most Sixel-capable terminals display accurately.

Can I display SIX in a script?

Yes — simply output the Sixel data to stdout in a compatible terminal and the image appears inline, making it useful for CLI dashboards.

Is SVG to SIX conversion free?

Standard conversions are free on Convertio. Premium plans handle larger files and batch processing more efficiently.