123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>播放</title>
- <defs>
- <linearGradient x1="15.3622126%" y1="15.0876404%" x2="89.7647319%" y2="86.8644279%" id="linearGradient-1">
- <stop stop-color="#FF9C63" offset="0%"></stop>
- <stop stop-color="#FF7144" offset="100%"></stop>
- </linearGradient>
- </defs>
- <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="练习模式2" transform="translate(-737.000000, -301.000000)">
- <g id="播放" transform="translate(737.000000, 301.000000)">
- <rect id="矩形" fill="url(#linearGradient-1)" x="0" y="0" width="40" height="40" rx="20"></rect>
- <g id="编组-27" transform="translate(14.000000, 12.000000)" fill="#FFFFFF">
- <rect id="矩形" x="0" y="0" width="4" height="16" rx="2"></rect>
- <rect id="矩形备份-13" x="8" y="0" width="4" height="16" rx="2"></rect>
- </g>
- </g>
- </g>
- </g>
- </svg>
|