123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="50px" height="50px" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <filter x="770px" y="315px" width="50px" height="50px" filterUnits="userSpaceOnUse" id="filter6382">
- <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner" />
- <feGaussianBlur stdDeviation="2.5" in="shadowOffsetInner" result="shadowGaussian" />
- <feComposite in2="shadowGaussian" operator="atop" in="SourceAlpha" result="shadowComposite" />
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.349019607843137 0 " in="shadowComposite" />
- </filter>
- <g id="widget6383">
- <path d="M 795 320 C 806.2 320 815 328.8 815 340 C 815 351.2 806.2 360 795 360 C 783.8 360 775 351.2 775 340 C 775 328.8 783.8 320 795 320 Z " fill-rule="nonzero" fill="#ffffff" stroke="none" />
- </g>
- </defs>
- <g transform="matrix(1 0 0 1 -770 -315 )">
- <use xlink:href="#widget6383" filter="url(#filter6382)" />
- <use xlink:href="#widget6383" />
- </g>
- </svg>
|