1<svg version="1.1"
2 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
3 x="0px" y="0px" width="48px" viewBox="0 0 48 34" enable-background="new 0 0 48 34" xml:space="preserve">
4 <defs>
5 <clipPath id="mask">
6 <polygon transform="rotate(180 18 11)" points="10,15.2 13.5,10.9 23.2,20.8 35.7,7.9 35.7,0 10,0 "/>
7 </clipPath>
8 </defs>
9
10 <g transform= "rotate(180 18 11)" clip-path="url(#mask)">
11 <rect x="0" y="0" width="7" height="14" fill="#f2f2f2">
12 <animateTransform attributeType="xml"
13 attributeName="transform" type="scale"
14 values="1,1; 1,1.5; 1,1"
15 begin="0.4s" dur="0.8s" repeatCount="indefinite" />
16 </rect>
17 <rect x="9" y="0" width="7" height="19" fill="#f2f2f2">
18 <animateTransform attributeType="xml"
19 attributeName="transform" type="scale"
20 values="1,0.2; 1,1.2; 1,0.2"
21 begin="0.3s" dur="0.8s" repeatCount="indefinite" />
22 </rect>
23 <rect x="18" y="0" width="8" height="14" fill="#f2f2f2">
24 <animateTransform attributeType="xml"
25 attributeName="transform" type="scale"
26 values="1,0.2; 1,1.5; 1,0.2"
27 begin="0s" dur="0.8s" repeatCount="indefinite" />
28 </rect>
29 </g>
30
31 <polygon fill="#E67E25" points="38.6,2 41.4,4.2 36.1,10.2 29.5,17 26.8,19.8 23.3,23.3 19.9,19.8 17.1,17 13.7,13.5 10.2,17.7 0,30.2 10,20.8 10,34 16.9,34 16.9,22.2 19.7,25.1 19.7,34 26.7,34 26.7,25.3 29.5,22.5 29.5,34 36.4,34 36.4,15.5 44.1,7.1
32 46.4,9.7 48,0 "/>
33
34</svg>