summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/transform-skew-vertical.svg
blob: c08b257ba46bb04d806096cf27dc949e9f6b310a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="24"
   height="24"
  >

  <defs>

    <linearGradient id="gradientVector">
      <stop offset="0" style="stop-color:#ffffff"/>
      <stop offset="1" style="stop-color:#98b6d3"/>
    </linearGradient>

    <linearGradient gradientUnits="userSpaceOnUse" id="gradientFill"    x1="6.5" x2="-6.5" xlink:href="#gradientVector" y1="6.5" y2="-6.5"/>
    <linearGradient gradientUnits="userSpaceOnUse" id="gradientStroke"  x1="-5.5" x2="5.5" xlink:href="#gradientVector" y1="-5.5" y2="5.5"/>

    <g id="TheRect">
      <rect x="-6.5" y="-6.5" width="13" height="13" style="fill:none;stroke:#222222;stroke-linejoin:round"/>
      <rect x="-5.5" y="-5.5" width="11" height="11" style="fill:url(#gradientFill);stroke:url(#gradientStroke)"/>
    </g>

  </defs>

  <g id="transform-skew-vertical" inkscape:label="#transform_skew_ver" transform="matrix(1,0,0,-1,0,24)">

    <use xlink:href="#TheRect" transform="translate(12,12)" style="opacity:0.5"/>
    <use xlink:href="#TheRect" transform="translate(12,12) skewY(-37)"/>

    <!-- Arrows -->
    <path d="m 21.5,0 2.5,3 h -2 v 4 h -1 v -4 l -2,0 z"/>
    <path d="m 2.5,24 -2.5,-3 h 2 v -4 h 1 v 4 h 2 z"/>
  </g>

</svg>