| 1234567891011121314151617 |
- <svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- width="269px" height="54px">
- <defs>
- <filter id="Filter_0">
- <feFlood flood-color="rgb(16, 23, 34)" 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="M14.000,4.000 L255.000,4.000 C260.523,4.000 265.000,8.477 265.000,14.000 L265.000,40.000 C265.000,45.523 260.523,50.000 255.000,50.000 L14.000,50.000 C8.477,50.000 4.000,45.523 4.000,40.000 L4.000,14.000 C4.000,8.477 8.477,4.000 14.000,4.000 Z"/>
- </g>
- </svg>
|