1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<svg id="emoji" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg">
<g id="color">
<g>
<path fill="#fff" d="M26.3,33.1H45.6a1.6855,1.6855,0,0,1,1.7,1.7V48.9a1.6855,1.6855,0,0,1-1.7,1.7H26.3a1.6855,1.6855,0,0,1-1.7-1.7V34.8A1.8276,1.8276,0,0,1,26.3,33.1Z"/>
<path fill="#fff" d="M53,29.5V59.7A3.1349,3.1349,0,0,1,50.1,63H21.9A3.1349,3.1349,0,0,1,19,59.7V29.5a15.0381,15.0381,0,0,1,2.2-7.8l1.8-3V14.5h-.9a1.58,1.58,0,0,1-1.6-1.6V10.5a1.58,1.58,0,0,1,1.6-1.6H49.9a1.58,1.58,0,0,1,1.6,1.6v2.4a1.58,1.58,0,0,1-1.6,1.6H49v4.2l1.8,3A14.7745,14.7745,0,0,1,53,29.5Zm-3.4-15H23"/>
</g>
<polygon fill="#9b9b9a" points="49.6 14.7 22.4 14.7 20.9 13.4 20.2 11.1 21.2 9.1 50.3 9.1 51.8 10 51.5 13.7 49.6 14.7"/>
<path fill="#d0cfce" d="M53,28.1V61.3L50.5,63H47.3V36c0-11.3-11.9-17-24.9-17l.3-4.5H49v2.6l.6,2.5,2.2,3.9Z"/>
<polygon fill="#3f3f3f" points="51.8 10 51.8 13.4 50.7 14.3 50.7 14.5 46.2 14.5 46.2 9.1 50.8 9.1 50.8 9.2 51.8 10"/>
</g>
<g id="line">
<path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2" d="M26.3,33.1H45.6a1.6855,1.6855,0,0,1,1.7,1.7V48.9a1.6855,1.6855,0,0,1-1.7,1.7H26.3a1.6855,1.6855,0,0,1-1.7-1.7V34.8A1.8276,1.8276,0,0,1,26.3,33.1Z"/>
<path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M53,29.5V59.7A3.1349,3.1349,0,0,1,50.1,63H21.9A3.1349,3.1349,0,0,1,19,59.7V29.5a15.0381,15.0381,0,0,1,2.2-7.8l1.8-3V14.5h-.9a1.58,1.58,0,0,1-1.6-1.6V10.5a1.58,1.58,0,0,1,1.6-1.6H49.9a1.58,1.58,0,0,1,1.6,1.6v2.4a1.58,1.58,0,0,1-1.6,1.6H49v4.2l1.8,3A14.7745,14.7745,0,0,1,53,29.5Z"/>
<line x1="49.6" x2="23" y1="14.5" y2="14.5" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/>
</g>
</svg>
|