Skip to content

Instantly share code, notes, and snippets.

@danielmiessler
Created April 22, 2026 14:53
Show Gist options
  • Select an option

  • Save danielmiessler/11fce6b6297b64468269260e0c578559 to your computer and use it in GitHub Desktop.

Select an option

Save danielmiessler/11fce6b6297b64468269260e0c578559 to your computer and use it in GitHub Desktop.
Unsupervised Learning brand logo for svgl submission
Display the source blob
Display the rendered blob
Raw
<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