Skip to content

Instantly share code, notes, and snippets.

@taupecat
Created December 11, 2023 22:51
Show Gist options
  • Save taupecat/cf73e2ead6d039aa614173ef7f5fb259 to your computer and use it in GitHub Desktop.
Save taupecat/cf73e2ead6d039aa614173ef7f5fb259 to your computer and use it in GitHub Desktop.
Simple SVG icon
Display the source blob
Display the rendered blob
Raw
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="16" cy="16" r="16" fill="#071B40"/>
<path d="M16.5 10.5H15V16.5H16.5V10.5ZM16.5 18.5H15V20.5H16.5V18.5Z" fill="white"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment