Skip to content

Instantly share code, notes, and snippets.

@carmelc
Created February 26, 2026 16:59
Show Gist options
  • Select an option

  • Save carmelc/7d2f7ebcd7f6461653eb0fd59e4f9d8c to your computer and use it in GitHub Desktop.

Select an option

Save carmelc/7d2f7ebcd7f6461653eb0fd59e4f9d8c 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 300 200">
<rect x="90" y="10" width="120" height="35" rx="8" fill="#4A9EFF"/>
<rect x="10" y="80" width="85" height="30" rx="6" fill="#FF6B35"/>
<rect x="108" y="80" width="85" height="30" rx="6" fill="#FF6B35"/>
<rect x="206" y="80" width="85" height="30" rx="6" fill="#FF6B35"/>
<rect x="10" y="145" width="85" height="30" rx="6" fill="#2D2D44"/>
<rect x="108" y="145" width="85" height="30" rx="6" fill="#2D2D44"/>
<rect x="206" y="145" width="85" height="30" rx="6" fill="#2D2D44"/>
<path d="M148 45 L148 55 L52 55 L52 80" fill="none" stroke="#4A9EFF" stroke-width="0"/>
<rect x="146" y="45" width="4" height="10" fill="#4A9EFF"/>
<rect x="50" y="55" width="98" height="4" fill="#4A9EFF"/>
<rect x="50" y="55" width="4" height="25" fill="#4A9EFF"/>
<path d="M148 45 L148 80" fill="none" stroke="#4A9EFF" stroke-width="0"/>
<rect x="146" y="45" width="4" height="35" fill="#4A9EFF"/>
<path d="M148 45 L148 55 L248 55 L248 80" fill="none" stroke="#4A9EFF" stroke-width="0"/>
<rect x="146" y="45" width="4" height="10" fill="#4A9EFF"/>
<rect x="148" y="53" width="102" height="4" fill="#4A9EFF"/>
<rect x="246" y="55" width="4" height="25" fill="#4A9EFF"/>
<rect x="50" y="110" width="4" height="35" fill="#FF6B35"/>
<rect x="148" y="110" width="4" height="35" fill="#FF6B35"/>
<rect x="246" y="110" width="4" height="35" fill="#FF6B35"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment