dym-sh/public/favicon.svg

18 lines
682 B
XML
Raw Permalink Normal View History

2024-08-06 16:39:08 +02:00
<svg width="400" height="400" viewBox="0 0 400 400" fill="none" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g clip-path="url(#circ)">
<rect width="400" height="400" rx="200" fill="#FDDEC6" />
<rect width="400" height="400" fill="url(#bg)" />
<circle cx="200" cy="200" r="50" fill="#808080" />
</g>
<defs>
<pattern id="bg" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#pic" transform="scale(0.0025)" />
</pattern>
<clipPath id="circ">
<rect width="400" height="400" rx="200" fill="white" />
</clipPath>
<image id="pic" width="400" height="400" xlink:href="./icon.png" />
</defs>
</svg>