1234567891011121314151617181920212223242526272829 |
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" viewBox="0 0 512 512">
- <defs>
- <style>
- .cls-1 {
- clip-path: url(#clip-Artboard_3);
- }
- .cls-2 {
- fill: #fff;
- opacity: 0.8;
- }
- .cls-3 {
- fill: #727679;
- }
- </style>
- <clipPath id="clip-Artboard_3">
- <rect width="512" height="512"/>
- </clipPath>
- </defs>
- <g id="Artboard_3" data-name="Artboard – 3" class="cls-1">
- <g id="Group_120" data-name="Group 120">
- <circle id="Ellipse_1" data-name="Ellipse 1" class="cls-2" cx="256" cy="256" r="256"/>
- <g id="Group_119" data-name="Group 119" transform="translate(128 128)">
- <path id="Path_1" data-name="Path 1" class="cls-3" d="M249.086,216.518,191.3,159.031a100.467,100.467,0,0,0,16.134-55.315A103.716,103.716,0,1,0,103.716,207.431,100.467,100.467,0,0,0,159.031,191.3l57.788,57.488c9.219,9.219,23.048,9.219,32.267,0S258.3,225.738,249.086,216.518Zm-145.37-32.135a80.668,80.668,0,1,1,80.668-80.668C184.383,148.659,147.507,184.383,103.716,184.383Z" transform="translate(0)"/>
- </g>
- </g>
- </g>
- </svg>
|