summaryrefslogtreecommitdiffstats
path: root/share/icons/hicolor/scalable/actions/boundingbox_bottom_left.svg
blob: adf99c0a3e111dae55aa76fe6482402e3d3dca53 (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
<?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="vectorGradient">
      <stop offset="0" style="stop-color:#73d216"/>
      <stop offset="1" style="stop-color:#4e9a06"/>
    </linearGradient>

    <radialGradient cx="0" cy="0" fx="0" fy="0" gradientUnits="userSpaceOnUse" id="radialBall" inkscape:collect="always" r="4" xlink:href="#vectorGradient"/>

    <circle id="Ball" r="4" style="fill:url(#radialBall);stroke:#3a7304"/>

  </defs>

  <g id="boundingbox_bottom_left">
    <path d="m 4.5,11.5 v -10 h 2 v 8 h 8 v 2 z"
	  style="fill:none;stroke:gray;stroke-linejoin:round"/>
    <use xlink:href="#Ball" transform="translate(5.5,10.5)"/>
  </g>

</svg>