Now it's simple, colourful, pixel-aligned, balanced and everything. The ligature is a bit awkward, but it will do.
		
			
				
	
	
		
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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>
 | 
						|
    <linearGradient id="v" x1="0" y1="1" x2="0" y2="0">
 | 
						|
      <stop stop-color="#f60" offset="0" />
 | 
						|
      <stop stop-color="#fa0" offset="1" />
 | 
						|
    </linearGradient>
 | 
						|
    <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>
 | 
						|
  </defs>
 | 
						|
  <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)" />
 | 
						|
</svg>
 |