summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/path-mask-edit.svg
blob: ea1a1de12cbfe2ba1fa24d0b2af47f898a82ce1e (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
<?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="16"
   height="16"
  >

  <defs>
    <linearGradient id="BlackTransparentVector">
      <stop offset="0" style="stop-color:black;stop-opacity:1"/>
      <stop offset="1" style="stop-color:black;stop-opacity:0"/>
    </linearGradient>
    <linearGradient gradientUnits="userSpaceOnUse" id="BlackTransparentStroke" x1="12" x2="3" xlink:href="#BlackTransparentVector" y1="12" y2="3"/>
  </defs>

  <g id="path-mask-edit" inkscape:label="#path_mask_edit">
    <path d="m 15,6.5 c -3,2.5 -7,0.5 -11,-4.5" style="fill:none;stroke:url(#BlackTransparentStroke)"/>
    <path d="m 6.5,15 c 2.5,-3 0.5,-7 -4.5,-11" style="fill:none;stroke:url(#BlackTransparentStroke)"/>
    <path d="m 2,13 c 1,-5 6,-10 11,-11"       style="fill:none;stroke:blue"/>
    <circle cx="2" cy="14" r="1" style="fill:none;stroke:blue"/>
    <circle cx="14" cy="2" r="1" style="fill:none;stroke:blue"/>
  </g>

</svg>