Back
Outlined Text
Thick outline effect using stroke properties
<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>