Last active
November 4, 2025 07:19
-
-
Save Yagisanatode/bbc69ffba54d1240aed518ba6b158e38 to your computer and use it in GitHub Desktop.
Loading spinner automation svg for YouTube Tutorial - Manage Your TV shows in Google Sheets - Prepare the Search Show Modal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg class="search-icon" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 48" fill="none" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"> | |
| <g transform="translate(0, 0)"> | |
| <circle cx="11" cy="11" r="8"></circle> | |
| <line x1="25" y1="25" x2="16.65" y2="16.65"></line> | |
| <animateTransform attributeName="transform" type="rotate" from="0 12 24" to="360 12 24" dur="0.75s" repeatCount="indefinite"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment