| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 5 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"> |
| 6 | <style> |
| 7 | #chains { |
| 8 | fill: url(#baseGradient); |
| 9 | } |
| 10 | #chains-pressed { |
| 11 | fill: url(#pressedGradient); |
| 12 | } |
| 13 | #chains-black { |
| 14 | fill: #000000; |
| 15 | } |
| 16 | g:not(:target) { |
| 17 | display: none; |
| 18 | } |
| 19 | </style> |
| 20 | <defs> |
| 21 | <linearGradient id="baseGradient" gradientUnits="userSpaceOnUse" x1="8" x2="8" y1="16" y2="0"> |
| 22 | <stop offset="0" style="stop-color: #FF9F00"/> |
| 23 | <stop offset="1" style="stop-color: #FFCF00"/> |
| 24 | </linearGradient> |
| 25 | <linearGradient id="pressedGradient" gradientUnits="userSpaceOnUse" x1="8" x2="8" y1="16" y2="0"> |
| 26 | <stop offset="0" style="stop-color: #000000"/> |
| 27 | <stop offset="1" style="stop-color: #402800"/> |
| 28 | </linearGradient> |
| 29 | <g id="path"> |
| 30 | <path d="M7.058,9.72c-0.245,0.245-0.62,0.27-0.834,0.056C6.01,9.562,6.035,9.186,6.28,8.942l0.218-0.218 c-0.245-0.245-0.645-0.245-0.89,0L4.496,9.836c-0.245,0.245-0.245,0.645,0,0.89l0.779,0.779c0.245,0.245,0.645,0.245,0.89,0 l1.112-1.112c0.245-0.245,0.245-0.645,0-0.89L7.058,9.72z"/> |
| 31 | <path d="M10.726,4.496c-0.245-0.245-0.645-0.245-0.89,0L8.723,5.608c-0.245,0.245-0.245,0.645,0,0.89 L8.95,6.272c0.245-0.245,0.62-0.27,0.834-0.056s0.189,0.59-0.056,0.834L9.502,7.277c0.245,0.245,0.645,0.245,0.89,0l1.112-1.112 c0.245-0.245,0.245-0.645,0-0.89L10.726,4.496z"/> |
| 32 | <path d="M8,0C3.582,0,0,3.582,0,8s3.582,8,8,8s8-3.582,8-8S12.418,0,8,0z M12.527,6.81l-1.489,1.489 c-0.631,0.631-1.663,0.631-2.293,0L8.612,8.167L8.167,8.612l0.133,0.133c0.631,0.631,0.631,1.663,0,2.293L6.81,12.527 c-0.631,0.631-1.663,0.631-2.293,0l-1.044-1.044c-0.631-0.631-0.631-1.663,0-2.293l1.489-1.489c0.631-0.631,1.663-0.631,2.293,0 l0.133,0.133l0.445-0.445L7.701,7.255c-0.631-0.631-0.631-1.663,0-2.293L9.19,3.473c0.631-0.631,1.663-0.631,2.293,0l1.044,1.044 C13.158,5.148,13.158,6.18,12.527,6.81z"/> |
| 33 | </g> |
| 34 | </defs> |
| 35 | <use xlink:href="#path" id="chains"/> |
| 36 | <use xlink:href="#path" id="chains-pressed"/> |
| 37 | <use xlink:href="#path" id="chains-black"/> |
| 38 | </svg> |