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;
- stroke: rgba(0,0,0,0);
- stroke-miterlimit: 10;
- }
- .cls-3 {
- fill: url(#linear-gradient);
- }
- .cls-4 {
- filter: url(#减去_2);
- }
- </style>
- <filter id="减去_2" x="6.989" y="6.383" width="37.744" height="37.744" 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="1.175" y1="-0.112" x2="0.177" y2="0.829" gradientUnits="objectBoundingBox">
- <stop offset="0" stop-color="#498ef5" stop-opacity="0.631"/>
- <stop offset="1" stop-color="#438bf9" stop-opacity="0.149"/>
- </linearGradient>
- </defs>
- <g id="顺序练习" transform="translate(-28 -333)">
- <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 id="组_1161" data-name="组 1161" transform="translate(44.489 348.883)">
- <g class="cls-4" transform="matrix(1, 0, 0, 1, -16.49, -15.88)">
- <path id="减去_2-2" data-name="减去 2" class="cls-2" d="M17.391,18.744H1.426A1.465,1.465,0,0,1,0,17.352V1.387A1.463,1.463,0,0,1,1.426,0H14.775l3.968,4V17.352A1.409,1.409,0,0,1,17.391,18.744ZM6.58,9.376a.693.693,0,0,0-.5.206L3.99,11.676a.7.7,0,0,0-.2.4.688.688,0,0,0-.007.1.7.7,0,0,0,.206.5l2.094,2.094a.7.7,0,0,0,.29.173l.013,0,.006,0,.008,0,.01,0h.006l.011,0h0l.013,0,.017,0,.017,0,.017,0,.017,0h.1a.7.7,0,0,0,.354-.114l0,0,0,0a.722.722,0,0,0,.105-.087.705.705,0,0,0,0-1l-.907-.906h6.693a2.1,2.1,0,0,0,2.094-2.094v-.7a.7.7,0,0,0-.014-.141V9.918a.7.7,0,0,0-1.38.145v.7a.7.7,0,0,1-.7.7H6.168l.907-.893a.7.7,0,0,0-.5-1.191Zm-.7-2.1h6.693l-.907.9a.7.7,0,0,0-.2.4.691.691,0,0,0-.007.1.7.7,0,0,0,1.2.5L14.754,7.07a.7.7,0,0,0,0-.992L12.659,3.984a.7.7,0,0,0-.991.992l.907.9H5.882a2.075,2.075,0,0,0-.838.175A2.093,2.093,0,0,0,3.787,7.97v.7a.7.7,0,1,0,1.4,0v-.7A.7.7,0,0,1,5.882,7.272Z" transform="translate(16.49 15.88)"/>
- </g>
- <path id="路径_4387" data-name="路径 4387" class="cls-3" d="M192.336,113.967h2.631L191,110v2.6A1.38,1.38,0,0,0,192.336,113.967Z" transform="translate(-176.223 -110)"/>
- </g>
- </g>
- </svg>
|