Skip to content

Instantly share code, notes, and snippets.

@fereria
Created November 18, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fereria/d74d23b12a8265cdaa70 to your computer and use it in GitHub Desktop.
Save fereria/d74d23b12a8265cdaa70 to your computer and use it in GitHub Desktop.
SVG testFile
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="256" height="256" viewBox="0 0 256 256">
<defs>
<style>
.cls-1 {
fill: #eec7c7;
fill-rule: evenodd;
}
</style>
</defs>
<path d="M127.448,76.816 C98.323,8.852 15.533,24.710 14.988,103.591 C14.686,146.914 54.410,163.108 80.859,180.427 C106.506,197.223 124.760,220.200 127.620,229.981 C130.069,220.398 150.400,196.771 174.141,179.957 C200.099,161.573 240.314,146.442 240.012,103.120 C239.464,24.043 155.235,11.563 127.448,76.816 Z" class="cls-1"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment