1
2
3
4
5
6
7
8
9
10
|
<svg id="emoji" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg">
<g id="color">
<rect x="11.875" y="12.1663" width="48" height="47.834" fill="#d0cfce"/>
</g>
<g id="line">
<rect x="12.125" y="11.9163" width="48" height="48" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M39.8221,44.442h0a4.643,4.643,0,0,1-4.6431-4.643V32.1178a4.6433,4.6433,0,0,1,4.6431-4.6432h0a4.6432,4.6432,0,0,1,4.6432,4.6432V39.799A4.643,4.643,0,0,1,39.8221,44.442Z"/>
<polyline fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="25.535 31.05 30.179 27.57 30.179 44.346"/>
</g>
</svg>
|