Created
July 6, 2011 04:56
-
-
Save johan/1066590 to your computer and use it in GitHub Desktop.
The Laughing Man (Ghost in the Shell), 1000 byte SVG :-)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg viewBox="-160 -160 360 320" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<path id="f" d="m123,0a123,123 0,0 1-246,0a123,123 0,0 1 246,0"/> | |
<g fill="#057"> | |
<circle r="160"/> | |
<circle r="150" fill="#fff"/> | |
<text font-size="28" font-stretch="condensed" font-family="Impact"><animateTransform type="rotate" from="360 0 0" to="0 0 0" dur="10s" attributeName="transform" repeatCount="indefinite"/><textPath xlink:href="#f">I thought what I'd do was, I'd pretend I was one of those deaf-mutes</textPath></text> | |
<circle r="115"/> | |
<circle r="95" fill="#fff"/> | |
<path d="m-8-119h16 l2,5h-20z"/> | |
<circle cx="160" cy="0" r="40"/> | |
<path d="m-95-20v-20h255a40,40 0,0 1 0,80h-55v-20z"/> | |
<path d="m-85 0a85,85 0,0 0 170,0h-20a65,65 0,0 1-130,0z"/> | |
<path d="m-65 20v20h140v-20z"/> | |
<path d="m-115-20v10h25v30h250a20,20 0,0 0 0,-40z" fill="#fff"/> | |
<path d="m-20 10c-17-14-27-14-44 0 6-25 37-25 44 0z"/> | |
<path d="m60 10c-17-14-27-14-44 0 6-25 37-25 44 0z"/> | |
</g> | |
</svg> |
Looks great!
Thank you! That source sauce is frickin' beautiful
i had the idea to create an animated svg of the laughing man logo this weekend, but when i found this, i decided it was exactly how i would've done it. Great work.
That's what i want instead of rely on css version which is unscaleable or too complicated.
You want an example? Here we go
- https://github.com/BcRikko/css-collection/tree/master/icon/laughingman
- https://github.com/robb/laughing-man
And by the way, try open this svg file and then change color from "#057" to "#061acb".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Credits where credits are due: this exercise in manual SVG optimisation was based on a rough vectorization sketch of the laughing man logo (SVG) done by elm3x. Thanks for making the above more fun than laboursome! :-)