Source code
Revision control
Copy as Markdown
Other Tools
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48" fill="context-fill">
<style>
@media not (prefers-reduced-motion) {
@keyframes loadingRotate {
from { rotate: 0; } to { rotate: 360deg }
}
#circle-arrows {
animation: loadingRotate 1.8s linear infinite;
transform-origin: 50% 50%;
}
}
@media (prefers-reduced-motion) {
#circle-arrows {
animation: none;
}
}
</style>
<g transform="matrix(1,0,0,1,3.8838,0.47558)" id="circle-arrows">
<path d="M29.527,8.051C30.211,7.177 31.481,7.017 32.365,7.692C37.147,11.347 40.232,17.079 40.232,23.523C40.232,34.531 31.237,43.46 20.116,43.522L20.116,46.047C20.116,46.946 19.021,47.389 18.396,46.741L13.366,41.524L18.396,36.308C19.021,35.66 20.116,36.102 20.116,37.002L20.116,39.522C29.002,39.46 36.185,32.322 36.185,23.523C36.185,18.37 33.723,13.786 29.89,10.856C29.006,10.181 28.844,8.924 29.527,8.051Z" />
<path d="M20.116,1.002C20.116,0.102 21.211,-0.34 21.836,0.308L26.866,5.524L21.836,10.741C21.211,11.389 20.116,10.946 20.116,10.047L20.116,7.525C11.23,7.587 4.047,14.726 4.047,23.524C4.047,28.678 6.509,33.262 10.343,36.191C11.226,36.867 11.388,38.123 10.705,38.997C10.022,39.87 8.751,40.031 7.867,39.355C3.086,35.701 0,29.968 0,23.524C0,12.517 8.996,3.587 20.116,3.525L20.116,1.002Z" />
</g>
</svg>