22 lines
689 B
XML
22 lines
689 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Sticker outline -->
|
|
<path d="M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<!-- Peeling corner effect -->
|
|
<path d="M16 8C16 10.2091 14.2091 12 12 12"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
<!-- Star decoration -->
|
|
<path d="M12 8L13 9L12 10L11 9L12 8Z"
|
|
fill="currentColor"
|
|
/>
|
|
</svg>
|