1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<svg id="emoji" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg">
<g id="color">
<polyline fill="#3f3f3f" points="35.991 14 23 28.516 32.527 28.516 32.69 40 39.483 40 39.456 28.516 48.982 28.516 35.991 14"/>
</g>
<g id="line">
<polyline fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="35.991 14 23 28.516 32.527 28.516 32.69 40 39.483 40 39.456 28.516 48.982 28.516 35.991 14"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M36.33,55.47h0a3.5714,3.5714,0,0,1-3.5714-3.5714V49.0413A3.5714,3.5714,0,0,1,36.33,45.47h0a3.5714,3.5714,0,0,1,3.5714,3.5714v2.8572A3.5714,3.5714,0,0,1,36.33,55.47Z"/>
<g>
<line x1="24.1429" x2="29.8571" y1="45.5" y2="45.5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="27" x2="27" y1="45.5" y2="55.5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</g>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M43.1422,55.47v-10h3.8132a2.49,2.49,0,0,1,2.4905,2.4907h0a2.49,2.49,0,0,1-2.4905,2.4906H43.1422"/>
</g>
</svg>
|