blob: 2f5ee110799df4c61b498d623fff78b82240b8a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28">
<defs>
<linearGradient id="silver_top" x1="0" y1="1" x2="1" y2="0">
<stop offset="0%" stop-color="#ccc" />
<stop offset="30%" stop-color="#eee" />
<stop offset="100%" stop-color="#bbb" />
</linearGradient>
<linearGradient id="silver_side">
<stop offset="0%" stop-color="#ccc" />
<stop offset="45%" stop-color="#eee" />
<stop offset="100%" stop-color="#aaa" />
</linearGradient>
</defs>
<path stroke-width="0.8" fill="url(#silver_side)" stroke="#222" d="M21.875 7.376v14.207a.969.969 0 0 1-.173.573c-.98 1.43-6.76 2.918-9.324 3.504-2.563.585-8.2 1.73-9.728.848-.38-.22-.53-.613-.526-1.098V11.468l13.377-3.946Z"/>
<path stroke-width="0.8" fill="url(#silver_top)" stroke="#222" d="M10.188 1.283c2.573-.588 6.376 1.305 7.708 2.114 1.332.81 4.786 3.104 3.806 4.533-.98 1.431-6.76 2.92-9.324 3.504-2.563.586-8.2 1.731-9.728.85-1.527-.884.675-4.52 1.507-5.768.833-1.247 3.458-4.645 6.031-5.233z"/>
</svg>
|