Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Information_icon.svg « publicdomain « icons - github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ea2710c40c732de3265ef16c2f99e0369cc82f7 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62 62" width="62" height="62" version="1.1">
	<defs>
		<linearGradient id="fieldGradient" gradientUnits="userSpaceOnUse" x1="42.9863" y1="7.01270" x2="22.0144" y2="51.9871">
			<stop offset="0.0" stop-color="#BCD6FE"/>
			<stop offset="1.0" stop-color="#6787D3"/>
		</linearGradient>
		<linearGradient id="edgeGradient" gradientUnits="userSpaceOnUse" x1="55.4541" y1="42.7529" x2="9.54710" y2="16.2485">
			<stop offset="0.0" stop-color="#3057A7"/>
			<stop offset="1.0" stop-color="#5A7AC6"/>
		</linearGradient>
		<radialGradient id="shadowGradient">
			<stop offset="0.0" stop-color="#C0C0C0"/>
			<stop offset="0.88" stop-color="#C0C0C0"/>
			<stop offset="1.0" stop-color="#C0C0C0" stop-opacity="0.0"/>
		</radialGradient>
	</defs>
	<circle id="shadow" r="26.5" cx="32.5" cy="29.5" fill="url(#shadowGradient)" transform="matrix(1.0648, 0, 0, 1.06482, -2.1, 1.0864)"/>
	<circle id="field" r="25.8" cx="31" cy="31" fill="url(#fieldGradient)" stroke="url(#edgeGradient)" stroke-width="2"/>
	<g id="info" fill="white">
		<polygon points="23,25 35,25 35,44 39,44 39,48 23,48 23,44 27,44 27,28 23,28 23,25"/>
		<circle r="4" cx="31" cy="17"/>
	</g>
</svg>