| 1234567891011121314151617 |
- <svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- width="510px" height="910px">
- <defs>
- <filter id="Filter_0">
- <feFlood flood-color="rgb(22, 27, 54)" flood-opacity="1" result="floodOut" />
- <feComposite operator="atop" in="floodOut" in2="SourceGraphic" result="compOut" />
- <feBlend mode="normal" in="compOut" in2="SourceGraphic" />
- </filter>
- </defs>
- <g filter="url(#Filter_0)">
- <path fill-rule="evenodd" fill="rgb(0, 74, 230)"
- d="M55.000,5.000 L455.000,5.000 C482.614,5.000 505.000,27.386 505.000,55.000 L505.000,855.000 C505.000,882.614 482.614,905.000 455.000,905.000 L55.000,905.000 C27.386,905.000 5.000,882.614 5.000,855.000 L5.000,55.000 C5.000,27.386 27.386,5.000 55.000,5.000 Z"/>
- </g>
- </svg>
|