123456789101112131415161718192021222324252627282930313233343536 |
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32px" height="32px" viewBox="0 0 32 32" 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="32" height="32" style="fill:rgb(0%,0%,0%);fill-opacity:0.3;stroke:none;"/>
- </g>
- </mask>
- <clipPath id="clip1">
- <rect x="0" y="0" width="32" height="32"/>
- </clipPath>
- <g id="surface5" clip-path="url(#clip1)">
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 8 10.667969 L 8 28 L 24 28 L 24 10.667969 L 18.667969 10.667969 L 17.332031 17.332031 L 21.332031 17.332031 L 13.332031 26.667969 L 14.667969 20 L 10.667969 20 L 18.667969 10.667969 Z M 8 10.667969 "/>
- </g>
- <mask id="mask1">
- <g filter="url(#alpha)">
- <rect x="0" y="0" width="32" height="32" style="fill:rgb(0%,0%,0%);fill-opacity:0.4;stroke:none;"/>
- </g>
- </mask>
- <clipPath id="clip2">
- <rect x="0" y="0" width="32" height="32"/>
- </clipPath>
- <g id="surface8" clip-path="url(#clip2)">
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(86.274511%,86.274511%,86.274511%);fill-opacity:1;" d="M 12 5.332031 L 12 8 L 8 8 L 8 26.667969 L 24 26.667969 L 24 8 L 20 8 L 20 5.332031 Z M 18.667969 9.332031 L 17.332031 16 L 21.332031 16 L 13.332031 25.332031 L 14.667969 18.667969 L 10.667969 18.667969 Z M 18.667969 9.332031 "/>
- </g>
- </defs>
- <g id="surface1">
- <use xlink:href="#surface5" mask="url(#mask0)"/>
- <use xlink:href="#surface8" mask="url(#mask1)"/>
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(87.058824%,87.058824%,87.058824%);fill-opacity:1;" d="M 8 9.332031 L 8 26.667969 L 24 26.667969 L 24 9.332031 L 18.667969 9.332031 L 17.332031 16 L 21.332031 16 L 13.332031 25.332031 L 14.667969 18.667969 L 10.667969 18.667969 L 18.667969 9.332031 Z M 8 9.332031 "/>
- </g>
- </svg>
|