Skip to content

Instantly share code, notes, and snippets.

@tdhopper
Created March 10, 2026 17:11
Show Gist options
  • Select an option

  • Save tdhopper/dcfc44b0561c5984c3b5bc095a248957 to your computer and use it in GitHub Desktop.

Select an option

Save tdhopper/dcfc44b0561c5984c3b5bc095a248957 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<!-- Open book -->
<path d="M30 130 L30 60 Q30 55 35 55 L95 55 Q100 55 100 60 L100 130 Q100 135 95 135 L35 135 Q30 135 30 130 Z" fill="none" stroke="#315f46" stroke-width="8" stroke-linejoin="round"/>
<path d="M170 130 L170 60 Q170 55 165 55 L105 55 Q100 55 100 60 L100 130 Q100 135 105 135 L165 135 Q170 135 170 130 Z" fill="none" stroke="#315f46" stroke-width="8" stroke-linejoin="round"/>
<!-- Book spine -->
<line x1="100" y1="55" x2="100" y2="135" stroke="#315f46" stroke-width="4"/>
<!-- Bottom curve -->
<path d="M35 140 Q100 150 165 140" fill="none" stroke="#315f46" stroke-width="6" stroke-linecap="round"/>
<!-- Flame -->
<path d="M100 50 Q90 30 95 15 Q100 25 105 20 Q115 35 110 50 Q105 55 100 50 Z" fill="#b5532d"/>
<path d="M100 50 Q96 40 98 30 Q100 38 103 35 Q108 42 105 50 Q103 52 100 50 Z" fill="#e9b17c"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment