summaryrefslogtreecommitdiff
path: root/template.svg
blob: 7bda415745a0f0d56ebbd9b5f9010d84985c22e3 (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
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="80" width="80">
 <defs>
  <linearGradient id="hicg_overlay_grad" gradientUnits="userSpaceOnUse" x1="39.9995" y1="5.1816" x2="39.9995" y2="58.8019">
   <stop offset="0" style="stop-color:#FFFFFF"/>
   <stop offset="1" style="stop-color:#000000"/>
  </linearGradient>
  <filter id="hicg_drop_shadow">
    <feOffset in="SourceAlpha" dx="0" dy="4" />
    <feGaussianBlur stdDeviation="4" />
	<feColorMatrix type="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 0.5 0" result="shadow" />
    <feBlend in="SourceGraphic" in2="shadow" mode="normal" />
  </filter>
 </defs>
 <g>
  <path id="hicg_background" fill="#E8631F" d="M79,40c0,28.893-10.105,39-39,39S1,68.893,1,40C1,11.106,11.105,1,40,1S79,11.106,79,40z" />
  <path id="hicg_highlight" fill="#fff" opacity="0.25" d="M39.999,1C11.105,1,1,11.106,1,40c0,28.893,10.105,39,38.999,39
		C68.896,79,79,68.893,79,40C79,11.106,68.896,1,39.999,1z M39.999,78.025C11.57,78.025,1.976,68.43,1.976,40
		c0-28.429,9.595-38.024,38.023-38.024c28.43,0,38.024,9.596,38.024,38.024C78.023,68.43,68.429,78.025,39.999,78.025z" />
  <path id="hicg_overlay" opacity="0.4" fill="url(#hicg_overlay_grad)" d="M78.977,40c0,28.893-10.1,39-38.977,39S1.023,68.893,1.023,40c0-28.894,10.1-39,38.977-39S78.977,11.106,78.977,40z"/>
 </g>
</svg>