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

22

Pasted Text #38623

-

PasteBin

Lines
18
Words
111
Size
1.1 KB
Created
Type
text/plain
Public Domain (PD)
Please log in to leave a comment!