123456789101112131415161718192021222324 |
- <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 5.332031 24 L 26.667969 24 L 24 20 L 8 20 Z M 12 25.332031 C 12.589844 26.878906 14.148438 28 16 28 C 17.851562 28 19.410156 26.878906 20 25.332031 Z M 16.03125 6.675781 C 13.011719 6.507812 10.113281 8.546875 8.9375 10.929688 C 8.148438 12.59375 8.113281 12.855469 8.054688 17.378906 L 8 21.332031 L 24 21.332031 L 24 17.75 C 24 14.03125 23.941406 13.3125 23.542969 12.050781 C 23.125 10.730469 22.652344 9.9375 21.636719 8.863281 C 20.066406 7.113281 17.738281 6.679688 16.03125 6.675781 Z M 16.03125 6.675781 "/>
- </g>
- </defs>
- <g id="surface1">
- <use xlink:href="#surface5" mask="url(#mask0)"/>
- <path style=" stroke:none;fill-rule:nonzero;fill:rgb(87.058824%,87.058824%,87.058824%);fill-opacity:1;" d="M 5.332031 22.667969 L 26.667969 22.667969 L 24 18.667969 L 8 18.667969 Z M 12 24 C 12.589844 25.542969 14.148438 26.667969 16 26.667969 C 17.851562 26.667969 19.410156 25.542969 20 24 Z M 16.03125 5.34375 C 13.011719 5.175781 10.113281 7.214844 8.9375 9.59375 C 8.148438 11.257812 8.113281 11.519531 8.054688 16.042969 L 8 20 L 24 20 L 24 16.417969 C 24 12.699219 23.941406 11.980469 23.542969 10.71875 C 23.125 9.398438 22.652344 8.605469 21.636719 7.53125 C 20.066406 5.78125 17.738281 5.347656 16.03125 5.34375 Z M 16.03125 5.34375 "/>
- </g>
- </svg>
|