blob: f24acbc582c6bfaa99ebf71637173e56ce0e5b66 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg id="emoji" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg">
<g id="color">
<rect x="5" y="17" width="62" height="38" fill="#d22f27"/>
<polygon fill="none" stroke="#5c9e31" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" points="25 33.03 47 33.03 29.202 45.962 36 25.038 42.798 45.962 25 33.03"/>
</g>
<g id="line">
<rect x="5" y="17" width="62" height="38" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</g>
</svg>
|