Skip to content

Instantly share code, notes, and snippets.

@nkhine
Forked from mbostock/.block
Created July 12, 2012 12:36
Show Gist options
  • Save nkhine/3097849 to your computer and use it in GitHub Desktop.
Save nkhine/3097849 to your computer and use it in GitHub Desktop.
Twitter SVG Logo
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
display: block;
height: 400px;
margin: 50px auto;
}
</style>
<svg viewBox="328 355 335 276" xmlns="http://www.w3.org/2000/svg">
<path d="
M 630, 425
A 195, 195 0 0 1 331, 600
A 142, 142 0 0 0 428, 570
A 70, 70 0 0 1 370, 523
A 70, 70 0 0 0 401, 521
A 70, 70 0 0 1 344, 455
A 70, 70 0 0 0 372, 460
A 70, 70 0 0 1 354, 370
A 195, 195 0 0 0 495, 442
A 67, 67 0 0 1 611, 380
A 117, 117 0 0 0 654, 363
A 65, 65 0 0 1 623, 401
A 117, 117 0 0 0 662, 390
A 65, 65 0 0 1 630, 425
Z"
style="fill:#3BA9EE;"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment