Skip to content

Instantly share code, notes, and snippets.

@macanderson
Created September 25, 2025 21:04
Show Gist options
  • Save macanderson/a8af49b808e8eb63077b2ba9049dc032 to your computer and use it in GitHub Desktop.
Save macanderson/a8af49b808e8eb63077b2ba9049dc032 to your computer and use it in GitHub Desktop.
02Beta SVG Logo Rocket Only
Display the source blob
Display the rendered blob
Raw
<svg width="1024" height="1024" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
.stroke{stroke:#0a0a0a;stroke-width:48;stroke-linecap:round;stroke-linejoin:round;fill:none}
.flame{fill:#ff4a1c}
</style>
</defs>
<!-- Thruster flames -->
<path class="flame" d="M340 762c0-44 36-80 80-80s80 36 80 80c0 78-80 182-80 182s-80-104-80-182z"/>
<path class="flame" d="M468 742c0-44 36-80 80-80s80 36 80 80c0 78-80 182-80 182s-80-104-80-182z" opacity=".9"/>
<path class="flame" d="M596 722c0-44 36-80 80-80s80 36 80 80c0 78-80 182-80 182s-80-104-80-182z" opacity=".8"/>
<!-- Rocket body -->
<path class="stroke" d="M678 592c-49 49-118 78-189 78-71 0-139-29-188-78l-1-1c0-174 92-338 234-430 142 92 234 256 234 430l-1 1z"/>
<!-- Fin left -->
<path class="stroke" d="M289 616c-39 34-73 75-100 122l171 16"/>
<!-- Fin right -->
<path class="stroke" d="M735 616c39 34 73 75 100 122l-171 16"/>
<!-- Window -->
<circle cx="523" cy="396" r="96" class="stroke"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment