forked from colin/resume
18 lines
772 B
XML
18 lines
772 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<defs>
|
|
<linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#3498db" />
|
|
<stop offset="100%" stop-color="#2980b9" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="12" fill="url(#gradient)" />
|
|
<g>
|
|
<!-- C letter -->
|
|
<path d="M22,20 C18,20 15,23 15,28 C15,33 18,36 22,36 C25,36 27,34 28,31"
|
|
stroke="white" stroke-width="4" fill="none" stroke-linecap="round" />
|
|
<!-- K letter -->
|
|
<path d="M36,20 L36,36 M36,28 L45,20 M36,28 L45,36"
|
|
stroke="white" stroke-width="4" fill="none" stroke-linecap="round" />
|
|
</g>
|
|
</svg> |