favicon.svg (601B)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 3 <svg 4 width="100" 5 height="100" 6 viewBox="0 0 100 100" 7 xmlns="http://www.w3.org/2000/svg" 8 xmlns:svg="http://www.w3.org/2000/svg"> 9 <style>circle{ 10 r: 15; 11 stroke: "white"; 12 stroke-width: 5; 13 }</style> 14 <!-- <rect x="15" y="15" width="70" height="70" fill="white"/> --> 15 <polyline points="15,15 85,15 85,85, 15,85 15,15" stroke-width="15" stroke="black" fill="none"/> 16 <circle cx="15" cy="15" fill="grey"/> 17 <circle cx="85" cy="15" fill="grey"/> 18 <circle cx="15" cy="85" fill="grey"/> 19 <circle cx="85" cy="85" fill="blue"/> 20 </svg>
