blob: 39f3926e21f02e558ab60f6e9a3d06786c966c9d (
plain)
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"/>
<g id="line">
<circle cx="36" cy="36" r="20" fill="none" stroke="#000000" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/>
<circle cx="36" cy="36" r="7" fill="#000000" stroke="none"/>
</g>
<g id="color-foreground">
<circle cx="36" cy="36" r="7" fill="#D22F27" stroke="none"/>
</g>
</svg>
|