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 16 16" width="16" height="16" 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%;
}
#hourglass {
display: none;
}
}
@media (prefers-reduced-motion) {
#circle-arrows {
display: none;
}
}
</style>
<path id="circle-arrows" d="M9 5.528c0 .42.508.63.804.333l2.528-2.528a.47.47 0 0 0 0-.666L9.805.14A.471.471 0 0 0 9 .472v1.866A5.756 5.756 0 0 0 2.25 8c0 .942.232 1.83.635 2.615l1.143-1.143A4.208 4.208 0 0 1 3.75 8 4.254 4.254 0 0 1 8 3.75c.345 0 .68.042 1 .122v1.656zM7 10.472v1.656c.32.08.655.122 1 .122A4.254 4.254 0 0 0 12.25 8c0-.52-.107-1.013-.279-1.474l1.143-1.143c.404.786.636 1.674.636 2.617A5.756 5.756 0 0 1 7 13.662v1.866a.47.47 0 0 1-.804.333l-2.528-2.528a.47.47 0 0 1 0-.666l2.528-2.528a.47.47 0 0 1 .804.333z"/>
<path id="hourglass" fill-rule="evenodd" clip-rule="evenodd" d="M14 2.5H12.5V6C12.5 6.19891 12.421 6.38968 12.2803 6.53033L10.8107 8L12.2803 9.46967C12.421 9.61032 12.5 9.80109 12.5 10V13.5H14V15H2V13.5H3.5V10C3.5 9.80109 3.57902 9.61032 3.71967 9.46967L5.18934 8L3.71967 6.53033C3.57902 6.38968 3.5 6.19891 3.5 6V2.5H2V1H14V2.5ZM5 13.5H11V10.3107L9.21967 8.53033C8.92678 8.23744 8.92678 7.76256 9.21967 7.46967L11 5.68934V2.5H5V5.68934L6.78033 7.46967C7.07322 7.76256 7.07322 8.23744 6.78033 8.53033L5 10.3107V13.5Z"/>
</svg>