2021-09-16 17:34:28 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<svg version="1.1" width="48" height="48" viewBox="0 0 48 48"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg">
|
|
|
|
<defs>
|
2022-01-09 09:30:44 +01:00
|
|
|
<linearGradient id="v" x1="0" y1="1" x2="0" y2="0">
|
|
|
|
<stop stop-color="#f60" offset="0" />
|
|
|
|
<stop stop-color="#fa0" offset="1" />
|
2021-09-16 17:34:28 +02:00
|
|
|
</linearGradient>
|
2022-01-09 09:30:44 +01:00
|
|
|
<filter id="shadow" color-interpolation-filters="sRGB">
|
|
|
|
<feFlood flood-opacity="0.5" flood-color="#000" />
|
|
|
|
<feComposite in2="SourceGraphic" operator="out" />
|
|
|
|
<feGaussianBlur stdDeviation="1.4" />
|
|
|
|
<feOffset dx="1.4" dy="1.4" />
|
|
|
|
<feComposite in2="SourceGraphic" operator="atop" />
|
|
|
|
</filter>
|
2021-09-16 17:34:28 +02:00
|
|
|
</defs>
|
2022-01-09 09:30:44 +01:00
|
|
|
<path fill="url(#v)" d="m 2,7 h 44 l -17,39 h -10 z" />
|
|
|
|
<path d="M 12.5,20.5 h -4 v 5 h 4 v 15 h 9 v -15 h 2 v -5 h -2 v -8 c 0,-4 5,-4 5,0 c 0,6 9,6 9,0 c 0,-12 -23,-12 -23,0 z M 26.5,20.5 h 9 v 20 h -9 z"
|
|
|
|
fill="#fff" stroke="#000" stroke-width="1" filter="url(#shadow)" />
|
2021-09-16 17:34:28 +02:00
|
|
|
</svg>
|