blob: 04b4db154fc3eb31418ddd7f97fbb8c46b7a7f53 (
plain)
1
2
3
4
5
6
7
8
|
<svg id="emoji" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg">
<g id="color">
<circle cx="36" cy="36" r="28" fill="#b399c8"/>
</g>
<g id="line">
<circle cx="36" cy="36" r="28" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/>
</g>
</svg>
|