14 lines
693 B
XML
14 lines
693 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="pg Web e APP Designer">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#ffffff"/>
|
|
<stop offset="0.52" stop-color="#b8c3b2"/>
|
|
<stop offset="1" stop-color="#30342f"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="18" fill="#080808"/>
|
|
<circle cx="46" cy="18" r="12" fill="url(#g)" opacity="0.92"/>
|
|
<path d="M13 43 C19 25 28 17 43 13 C35 24 28 34 25 51 Z" fill="url(#g)" opacity="0.58"/>
|
|
<text x="13" y="39" fill="#ffffff" font-family="Georgia, serif" font-size="24" font-weight="400" letter-spacing="-2">pg</text>
|
|
</svg>
|