Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/scale.svg
blob: 38bbfb055cf778639fe3decc24d85019988f7954 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="32">
  <defs>
    <radialGradient id="grad1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color: #38639D;stop-opacity:1" />
      <stop offset="100%" style="stop-color: #AABED8;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="grad2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color: #5A7EAF;stop-opacity:1" />
      <stop offset="100%" style="stop-color: #B6CAE5;stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect x="7" y="7" width="24" height="24" style="fill: url(#grad1); stroke: #204A87; stroke-width:1" />
  <rect x="1" y="1" width="10" height="10" style="fill: url(#grad2); stroke: #164C93; stroke-width:1" />
  <line x1="4.5" y1="4.5" x2="20" y2="4.5" stroke="#CCC" stroke-width="1" stroke-dasharray="2 2" />
  <line x1="20" y1="4.5" x2="20" y2="20" stroke="#CCC" stroke-width="1" stroke-dasharray="2 2" />
  <line x1="4.5" y1="20" x2="20" y2="20" stroke="#CCC" stroke-width="1" stroke-dasharray="2 2" />
  <line x1="4.5" y1="4.5" x2="4.5" y2="20" stroke="#CCC" stroke-width="1" stroke-dasharray="2 2" />
  <path d="M 5,3 L 20,19 L23,16 L 23,23 L16,23 L19,20 L4,4 L5,3" stroke="#416AA2" fill="#FFFFFF" />
</svg>