1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128pt" height="128pt" viewBox="0 0 128 128" version="1.1">
- <defs>
- <filter id="alpha" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
- <feColorMatrix type="matrix" in="SourceGraphic" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
- </filter>
- <mask id="mask0">
- <g filter="url(#alpha)">
- <rect x="0" y="0" width="128" height="128" style="fill:rgb(0%,0%,0%);fill-opacity:0.74902;stroke:none;"/>
- </g>
- </mask>
- <clipPath id="clip2">
- <rect x="0" y="0" width="128" height="128"/>
- </clipPath>
- <g id="surface6" clip-path="url(#clip2)">
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 16 16 L 16 112 L 48 112 L 48 16 Z M 16 16 "/>
- </g>
- <mask id="mask1">
- <g filter="url(#alpha)">
- <rect x="0" y="0" width="128" height="128" style="fill:rgb(0%,0%,0%);fill-opacity:0.74902;stroke:none;"/>
- </g>
- </mask>
- <clipPath id="clip3">
- <rect x="0" y="0" width="128" height="128"/>
- </clipPath>
- <g id="surface9" clip-path="url(#clip3)">
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 80 16 L 80 112 L 112 112 L 112 16 Z M 80 16 "/>
- </g>
- <clipPath id="clip1">
- <rect x="0" y="0" width="128" height="128"/>
- </clipPath>
- <g id="surface11" clip-path="url(#clip1)">
- <use xlink:href="#surface6" mask="url(#mask0)"/>
- <use xlink:href="#surface9" mask="url(#mask1)"/>
- </g>
- </defs>
- <g id="surface1">
- <use xlink:href="#surface11"/>
- </g>
- </svg>
|