blob: dd6085c4583553ab9dafa65d597e01703169d2d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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="#fff"/>
<rect x="5" y="17" width="62" height="5" fill="#d22f27"/>
<rect x="5" y="26" width="62" height="4" fill="#d22f27"/>
<rect x="5" y="34" width="62" height="4" fill="#d22f27"/>
<rect x="5" y="42" width="62" height="4" fill="#d22f27"/>
<rect x="5" y="50" width="62" height="5" fill="#d22f27"/>
<rect x="5" y="17" width="17" height="17" fill="#1e50a0"/>
<polygon fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" points="14.455 26.09 16 24.91 14.09 24.91 13.5 23 12.91 24.91 11 24.91 12.545 26.09 11.955 28 13.5 26.82 15.045 28 14.455 26.09"/>
</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>
|