12345678910111213141516171819202122232425262728293031323334353637 |
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64px" height="64px" viewBox="0 0 64 64" 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="64" height="64" style="fill:rgb(0%,0%,0%);fill-opacity:0.12;stroke:none;"/>
- </g>
- </mask>
- <clipPath id="clip1">
- <rect x="0" y="0" width="64" height="64"/>
- </clipPath>
- <g id="surface5" clip-path="url(#clip1)">
- <path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 29.332031 42.667969 L 44 57.332031 L 58.667969 42.667969 L 50.667969 42.667969 L 50.667969 21.332031 L 37.332031 21.332031 L 37.332031 42.667969 Z M 29.332031 42.667969 "/>
- </g>
- <mask id="mask1">
- <g filter="url(#alpha)">
- <rect x="0" y="0" width="64" height="64" style="fill:rgb(0%,0%,0%);fill-opacity:0.4;stroke:none;"/>
- </g>
- </mask>
- <clipPath id="clip2">
- <rect x="0" y="0" width="64" height="64"/>
- </clipPath>
- <g id="surface8" clip-path="url(#clip2)">
- <path style=" stroke:none;fill-rule:evenodd;fill:rgb(86.274511%,86.274511%,86.274511%);fill-opacity:1;" d="M 29.332031 40 L 44 54.667969 L 58.667969 40 L 50.667969 40 L 50.667969 18.667969 L 37.332031 18.667969 L 37.332031 40 Z M 29.332031 40 "/>
- </g>
- </defs>
- <g id="surface1">
- <path style=" stroke:none;fill-rule:evenodd;fill:rgb(0%,0%,0%);fill-opacity:0.302;" d="M 34.667969 26.667969 L 20 12 L 5.332031 26.667969 L 13.332031 26.667969 L 13.332031 48 L 26.667969 48 L 26.667969 26.667969 Z M 34.667969 26.667969 "/>
- <path style=" stroke:none;fill-rule:evenodd;fill:rgb(86.274511%,86.274511%,86.274511%);fill-opacity:1;" d="M 34.667969 24 L 20 9.332031 L 5.332031 24 L 13.332031 24 L 13.332031 45.332031 L 26.667969 45.332031 L 26.667969 24 Z M 34.667969 24 "/>
- <use xlink:href="#surface5" mask="url(#mask0)"/>
- <use xlink:href="#surface8" mask="url(#mask1)"/>
- </g>
- </svg>
|