blob: 776485a548a9d8b27b76c2a103a806b08fc67044 (
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="#fcea2b"/>
</g>
<g id="line">
<circle cx="36" cy="36" r="28" fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"/>
</g>
</svg>
|