Convert text to SVG paths quickly and easily

Back

3D Extrude

3D extrude effect with stacked layers

Extrude Extrude Extrude
<svg viewBox="0 0 600 140">
    <rect width="100%" height="100%" fill="#ffffff"/>
    <g>
        <text x="50%" y="60" text-anchor="middle" font-size="44" fill="#111827" transform="translate(6,6)">Extrude</text>
        <text x="50%" y="60" text-anchor="middle" font-size="44" fill="#0ea5a4" transform="translate(3,3)">Extrude</text>
        <text x="50%" y="60" text-anchor="middle" font-size="44" fill="#7c3aed">Extrude</text>
    </g>
</svg>