blob: 348bd925960f2635622ad2d27c578c23f778f0ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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="30" width="62" height="12" fill="#1e50a0"/>
<rect x="5" y="50" width="62" height="5" fill="#d22f27"/>
<rect x="5" y="17" width="62" height="5" fill="#d22f27"/>
</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>
|