Skip to content

Instantly share code, notes, and snippets.

@jacky9813
Last active April 13, 2018 14:36
Show Gist options
  • Save jacky9813/962735562533bcc794f1d288711a4cef to your computer and use it in GitHub Desktop.
Save jacky9813/962735562533bcc794f1d288711a4cef to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="500">
<style>
/* <![CDATA[ */
.hair{fill:#FAFBFF;stroke:black;fill-rule:evenodd;}
.skin{fill:#FFF5F4;}
/* ]]> */
</style>
<!--後髪-->
<path d="M430,130a50,35,0,1,0,0,1M410,130a30,15,0,1,0,0,1" class="hair" style="transform-origin:380px 95px;transform:rotate(30deg);"/>
<path d="M195,120a50,35,0,1,0,0,1M175,120a30,15,0,1,0,0,1" class="hair" style="transform-origin:145px 85px;transform:rotate(-30deg);"/>
<path d="M350,130a90,140,0,0,1,7,150a40,80,0,0,1,-25,30a110,170,0,0,0,-7,-140ZM170,120a75,200,0,0,0,-55,145a45,45,0,0,0,20,33a160,200,0,0,1,30,-100" class="hair"/>
<!--顔-->
<path d="M165,200a90,35,0,0,0,142,39l20,-120l-80,-50l-65,20" class="skin"/>
<!--耳-->
<path d="M325,170a15,25,0,1,1,0,1" class="skin" style="stroke:black;transform-origin: 340px 195px;transform: rotate(15deg);"/>
<!--アクセ-->
<path d="M300,80a150,40,0,0,1,-2,-20a170,170,0,0,1,53,-7a140,110,0,0,1,-25,70M170,100a150,150,0,0,1,-5,-50a150,150,0,0,1,52,14" style="fill:#c60a34;stroke:black;"/>
<path d="M310,82a150,30,0,0,1,-2,-14a170,170,0,0,1,33,-5a140,110,0,0,1,-38,70M182,102a150,150,0,0,1,-6,-39a150,150,0,0,1,48,16" style="fill:#FAFBFF;stroke:black;"/>
<!--ヘアー-->
<path d="M150,150a100,90,0,1,1,200,0l-5,-10a30,200,0,0,1,-25,125l-1,-10l3,-10a40,70,0,0,1,-30,40a700,500,1,0,0,20,-160l1,30l-30,-60l-20,85l-2,0l-20,-22l-15,10a700,700,0,0,1,5,-85l-20,10a85,400,0,0,0,-50,160l-15,-35l-3,10a600,500,0,0,1,20,-120z" class="hair"/>
<!--アホ毛-->
<path d="M250,60a20,40,0,0,1,30,-45a40,100,0,0,0,-30,45" class="hair"/>
<!--左目-->
<path d="M285,150a4,17,0,1,0,1,0" style="fill:black;transform-origin:289px 167px;transform:rotate(3deg);"/>
<!--右目-->
<path d="M203,145a4,17,0,1,0,1,0" style="fill:black;transform-origin:207px 162px;transform:rotate(7deg);"/>
<!--まゆ-->
<path d="M275,127a17,13,0,0,1,25,2M193,125a25,20,0,0,1,30,2" style="fill:none;stroke:black;"/>
<!--口-->
<path d="M230,215a95,150,0,0,1,30,-3a70,23,0,0,1,-3,17a40,25,0,0,1,-25,-3a15,11,0,0,1,-3,-10" style="stroke:black;fill:#FFADCF;"/>
<!--メイク-->
<path d="M195,190a7,4,0,1,0,1,0M287,195a7,4,0,1,0,1,0" style="fill:#FFC9CE;"/>
<path d="M196,190l-3,5m3,0l3,-5M288,195l-3,5m3,0l3,-5" style="stroke:gray;fill:none;"/>
<!--顔ライン-->
<path d="M165,200a90,35,0,0,0,142,39" style="fill:none;stroke:black;"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment