Convert text to SVG paths quickly and easily

Back

Sketchy Outline

Sketchy outline effect

Sketch
<svg viewBox="0 0 600 120">
    <rect width="100%" height="100%" fill="#ffffff"/>
    <text x="50%" y="55%" font-size="44" text-anchor="middle" fill="none" stroke="#fbcfe8" stroke-width="2" stroke-linejoin="round" stroke-linecap="round">Sketch</text>
</svg>