1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="51" height="51" viewBox="0 0 51 51">
- <defs>
- <style>
- .cls-1 {
- fill: #498ef5;
- }
- .cls-2 {
- fill: #fff;
- }
- .cls-3 {
- fill: url(#linear-gradient);
- }
- .cls-4 {
- filter: url(#减去_5);
- }
- </style>
- <filter id="减去_5" x="8" y="8" width="35.692" height="31.494" filterUnits="userSpaceOnUse">
- <feOffset input="SourceAlpha"/>
- <feGaussianBlur stdDeviation="3" result="blur"/>
- <feFlood flood-color="#1c6ae1"/>
- <feComposite operator="in" in2="blur"/>
- <feComposite in="SourceGraphic"/>
- </filter>
- <linearGradient id="linear-gradient" x1="0.5" y1="1" x2="0.5" gradientUnits="objectBoundingBox">
- <stop offset="0" stop-color="#e0ebfc" stop-opacity="0.929"/>
- <stop offset="1" stop-color="#70a9fe" stop-opacity="0.929"/>
- </linearGradient>
- </defs>
- <g id="真实考场模拟" transform="translate(-28 -506)">
- <g id="组_1162" data-name="组 1162" transform="translate(0 173)">
- <rect id="矩形_25" data-name="矩形 25" class="cls-1" width="27" height="27" rx="10" transform="translate(40 345)"/>
- <rect id="矩形_24" data-name="矩形 24" class="cls-1" width="31" height="31" rx="10" transform="translate(38 343)"/>
- </g>
- <g id="组_1172" data-name="组 1172" transform="translate(2.121 19)">
- <g class="cls-4" transform="matrix(1, 0, 0, 1, 25.88, 487)">
- <path id="减去_5-2" data-name="减去 5" class="cls-2" d="M14.381,14.494H-.931a1.187,1.187,0,0,1-.844-.351,1.194,1.194,0,0,1-.347-.844V2.2a1.186,1.186,0,0,1,.347-.843A1.2,1.2,0,0,1-.931,1H14.381a1.183,1.183,0,0,1,.843.352,1.209,1.209,0,0,1,.346.843V13.3a1.191,1.191,0,0,1-1.19,1.2ZM3.56,7.413a.5.5,0,1,0,0,1H9.679a.5.5,0,0,0,0-1Z" transform="translate(19.12 16)"/>
- </g>
- <path id="联合_4" data-name="联合 4" class="cls-3" d="M0,3.5V2.225H2.04V0h8.5V2.225h1.7V3.5Z" transform="translate(45.501 518.342)"/>
- </g>
- </g>
- </svg>
|