This commit is contained in:
tuend-work
2025-11-13 07:41:56 +07:00
parent 7f357f3a30
commit 4478491d73
1729 changed files with 193578 additions and 20 deletions

View File

@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 507.2 507.2"
style="enable-background:new 0 0 507.2 507.2; transform: scale(.33);"
xml:space="preserve"
>
<style>
#mask {
transform-origin: 242px 245px;
animation-name: animateMask;
animation-duration: 3s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
transform: rotate(45deg) scale(.125);
}
@keyframes animateMask {
80%, 100% {
transform: rotate(360deg) scale(1);
}
}
</style>
<defs>
<clipPath
id="clip-mask"
>
<rect
x="0"
y="0"
width="720"
height="720"
id="mask"
rx="80"
ry="80"
/>
</clipPath>
</defs>
<g
clip-path="url(#clip-mask)"
>
<circle
style="fill:#F15249;"
cx="253.6"
cy="253.6"
r="253.6"
/>
<path
class="circle-overlay"
style="fill:#AD0E0E;"
d="M147.2,368L284,504.8c115.2-13.6,206.4-104,220.8-219.2L367.2,148L147.2,368z"
/>
<path
class="bottom-line"
style="fill:#FFFFFF;"
d="M373.6,309.6c11.2,11.2,11.2,30.4,0,41.6l-22.4,22.4c-11.2,11.2-30.4,11.2-41.6,0l-176-176 c-11.2-11.2-11.2-30.4,0-41.6l23.2-23.2c11.2-11.2,30.4-11.2,41.6,0L373.6,309.6z"
/>
<path
class="bottom-line-overlay"
style="fill:#D6D6D6;"
d="M280.8,216L216,280.8l93.6,92.8c11.2,11.2,30.4,11.2,41.6,0l23.2-23.2c11.2-11.2,11.2-30.4,0-41.6 L280.8,216z"
/>
<path
class="top-line"
style="fill:#FFFFFF;"
d="M309.6,133.6c11.2-11.2,30.4-11.2,41.6,0l23.2,23.2c11.2,11.2,11.2,30.4,0,41.6L197.6,373.6 c-11.2,11.2-30.4,11.2-41.6,0l-22.4-22.4c-11.2-11.2-11.2-30.4,0-41.6L309.6,133.6z"
/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB