Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hopearmstrong/bf20a48d8e0904413963b832e24dc16c to your computer and use it in GitHub Desktop.
Save hopearmstrong/bf20a48d8e0904413963b832e24dc16c to your computer and use it in GitHub Desktop.
Embed the SVG code inline in the HTML
<html>
<head>
<!-- Any CSS added here (internally or externally) can target the shapes in the SVG -->
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<g>
<rect id="vertical-rectangle" width="48" height="4" x="1" y="23" transform="rotate(90 25 24)"/>
<rect id="horizontal-rectangle" width="48" height="4" y="21"/>
</g>
</svg>
<body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment