Convert text to SVG paths quickly and easily

Back

Dashed Outline

Dashed stroke outline effect

Dashed Outline
<svg viewBox="0 0 600 120">
    <rect width="100%" height="100%" fill="#ffffff"/>
    <text x="50%" y="55%" text-anchor="middle" font-size="44" fill="none" stroke="#ff6b6b" stroke-width="3" stroke-dasharray="8 6">Dashed Outline</text>
</svg>