| 1234567891011121314151617 |
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
- <defs>
- <style>
- .cls-1 {
- fill: gray;
- fill-rule: evenodd;
- filter: url(#filter);
- }
- </style>
- <filter id="filter" x="7" y="7" width="30.031" height="30.031" filterUnits="userSpaceOnUse">
- <feFlood result="flood" flood-color="#c7c7c7"/>
- <feComposite result="composite" operator="in" in2="SourceGraphic"/>
- <feBlend result="blend" in2="SourceGraphic"/>
- </filter>
- </defs>
- <path id="圆角矩形_1" data-name="圆角矩形 1" class="cls-1" d="M19.609,7A12.609,12.609,0,1,1,7,19.609,12.609,12.609,0,0,1,19.609,7Zm0,2.875a9.734,9.734,0,1,1-9.734,9.734A9.734,9.734,0,0,1,19.609,9.875Zm7.5,17.239a1.44,1.44,0,0,1,2.037,0l7.428,7.428a1.44,1.44,0,0,1-2.037,2.037l-7.428-7.428A1.44,1.44,0,0,1,27.114,27.114Z"/>
- </svg>
|