Created
April 22, 2026 14:53
-
-
Save danielmiessler/11fce6b6297b64468269260e0c578559 to your computer and use it in GitHub Desktop.
Unsupervised Learning brand logo for svgl submission
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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600" fill="none"> | |
| <g stroke="#002C9C" stroke-width="68" stroke-linecap="round" stroke-linejoin="round"> | |
| <path d="M80 80 L300 80 M80 80 L80 520 M300 80 L300 520 L520 520"/> | |
| </g> | |
| <g fill="#002C9C"> | |
| <circle cx="80" cy="80" r="58"/> | |
| <circle cx="300" cy="80" r="58"/> | |
| <circle cx="520" cy="80" r="50"/> | |
| <circle cx="80" cy="520" r="58"/> | |
| <circle cx="300" cy="520" r="58"/> | |
| <circle cx="520" cy="520" r="58"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment