123456789101112131415161718192021222324252627282930313233343536 |
- <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.3;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:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 16 37.332031 L 16 56 L 48 56 L 48 37.332031 L 40.417969 37.332031 L 26.667969 53.332031 L 29.332031 40 L 21.332031 40 L 23.582031 37.332031 Z M 16 37.332031 "/>
- </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:nonzero;fill:rgb(86.274511%,86.274511%,86.274511%);fill-opacity:1;" d="M 24 10.667969 L 24 16 L 16 16 L 16 53.332031 L 48 53.332031 L 48 16 L 40 16 L 40 10.667969 Z M 37.332031 18.667969 L 34.667969 32 L 42.667969 32 L 26.667969 50.667969 L 29.332031 37.332031 L 21.332031 37.332031 Z M 37.332031 18.667969 "/>
- </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 16 34.667969 L 16 53.332031 L 48 53.332031 L 48 34.667969 L 40.417969 34.667969 L 26.667969 50.667969 L 29.332031 37.332031 L 21.332031 37.332031 L 23.582031 34.667969 Z M 16 34.667969 "/>
- </g>
- </svg>
|