How to easily create circular text on your Webflow site


When it comes time to make animations with circular text, we always wonder how to do it... If you use Figma, you'll be delighted to know that it's perfectly possible to create circular text easily! In this article, we're going to show you how to use the Figma "Arc" extension to create circular text, then integrate it into your Webflow site. We'll also cover an alternative method with SVG for text that stays editable, and how to animate the result.
Go to the "Arc" extension page and add it to your Figma. Then select your text, choose the radius of your circle and adjust the arc to get the shape you want. You can play around with the different parameters to get the perfect design!

Now all you have to do is export your design in PNG or SVG format for better quality and faster loading, then integrate it into your Webflow site. Prefer SVG when possible: it stays sharp at any size and usually weighs less. If you export a PNG, compress it before upload (our free Image to WebP converter does this in seconds).

The Figma method exports an image, which means the text is no longer real text: you cannot edit it without going back to Figma, and screen readers and search engines cannot read it. If you want circular text that stays editable, there is a native web solution: an SVG with a textPath element.
The principle is simple. You define an invisible circular path inside an SVG, then attach your text to that path. The browser wraps the characters along the circle automatically. In Webflow, you add this through an Embed element: an SVG tag containing a circular path (with an id), and a text element whose textPath attribute references that path. Adjust the circle's radius to control the curve, and the font-size and letter-spacing in CSS to fine-tune the look.
The advantages of this approach: the text remains selectable and readable by search engines, you can change the wording in seconds without re-exporting anything, and the file weighs almost nothing. The trade-off is that it requires a small amount of code, where the Figma method is entirely visual.
Circular text really comes alive when it rotates. Two simple options in Webflow:
A classic pattern is the rotating circular badge ("scroll down", "open for projects") placed in a corner of the hero section, often with a logo or an arrow in the center.
Adding circular text to your Webflow site can really set it apart and grab the attention of your visitors. Using the Arc extension this process is super easy to get to grips with, allowing you to create unique text designs with ease. And when you need the text to stay editable or animated, the SVG textPath method and a small rotation animation take the same idea further. If you want this kind of detail handled by specialists on your next project, our Webflow agency is happy to help.