Vector Text

Convert Text to an SVG Path

Using text in an SVG is unreliable since fonts are not widely supported. This tool converts your text to an SVG path, which works everywhere.

Enter the text you want to convert to an SVG.
Choose the font to use for the SVG.
Choose the font variant to use for the SVG. The number represents the font weight. The text represents the font style.
Choose the color that the text should be.
#000000
Enable or disable kerning. Kerning is the adjustment of space between specific characters (e.g. with kerning: AV vs. without kerning: A V). Not every font uses kerning.
Enable or disable ligatures. Ligatures are special characters that combine two or more letters into a single connected symbol (e.g. fi, fl). Not every font uses ligatures.
Enable or disabled text wrapping. If enabled, when the line is too long, it will wrap to the next line.
Enter the number of characters after which the text should wrap.

What Sets Us Apart

Open Source

Vector Text is open source, allowing anyone to contribute and improve the tool.

Settings Are Saved

Vector Text remembers your settings, making it easy to pick up where you left off.

Actually Works

Vector Text is a reliable tool that consistently produces high-quality SVG output.

Not Tracking You

Vector Text doesn't track you. Your information is processed locally on your device and we don't use Google Analytics or other analytics tools.


FAQ

What is Vector Text?

Vector Text is a tool for converting text to an SVG path. This is useful since using fonts directly in an SVG can be problematic, especially when it comes to compatibility.

Why isn't there a font size option?

SVGs are vector graphics, which means they can be scaled to any size without losing quality. Instead of a font size option, you can adjust the size of the entire SVG element.

Is this really free?

Yes. I built this because I needed a reliable way to convert text to SVG paths. I published it as open source so that others can benefit from it as well.

How can I report issues that I encounter?

If you encounter any issues, please open an issue on our GitHub repository.

How can I contribute to the project?

We welcome contributions! Please check our GitHub repository for guidelines on how to get started.