<svg width="400" height="200" viewBox="0 0 400 200" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Fondo transparente -->
<rect width="400" height="200" fill="white"/>
<!-- Icono H con bisturí y silueta -->
<path d="M100 50L100 150" stroke="#005B96" stroke-width="8" stroke-linecap="round"/>
<path d="M100 100L150 100" stroke="#005B96" stroke-width="8" stroke-linecap="round"/>
<path d="M150 50L150 150" stroke="#005B96" stroke-width="8" stroke-linecap="round"/>
<!-- Bisturí (trazo horizontal) -->
<path d="M90 100L160 100" stroke="#D4AF37" stroke-width="3" stroke-linecap="round"/>
<path d="M160 100L155 95L150 100L155 105Z" fill="#D4AF37"/>
<!-- Silueta corporal (trazo vertical) -->
<path d="M105 60L105 140C105 145 110 150 115 150C120 150 125 145 125 140L125 60" stroke="#005B96" stroke-width="2" fill="none"/>
<!-- Texto -->
<text x="200" y="80" font-family="Playfair Display" font-size="24" font-weight="bold" fill="#005B96">DR. HERNANDEZ LOPEZ</text>
<text x="200" y="110" font-family="Lato" font-size="16" fill="#D4AF37">BOARD-CERTIFIED BARIATRIC SURGEON</text>
</svg>
-
Please log in to leave a comment!