Convert text to SVG paths quickly and easily

Back

Outlined Text

Thick outline effect using stroke properties

Outlined
<svg viewBox="0 0 600 120">
    <rect width="100%" height="100%" fill="#ffffff" class="bg"/>
    <text x="50%" y="55%" text-anchor="middle" font-size="44" fill="#1e293b" stroke="#e2e8f0" stroke-width="6" paint-order="stroke fill">Outlined</text>
</svg>