Created
March 14, 2026 22:34
-
-
Save nisanthchunduru/462e84293953be760d752a921598d86a to your computer and use it in GitHub Desktop.
Logo (Draft)
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 width="220" height="200" viewBox="0 0 220 200" xmlns="http://www.w3.org/2000/svg"> | |
| <!-- cube --> | |
| <polygon points="110,20 180,60 110,100 40,60" fill="#dcdcdc"/> | |
| <polygon points="180,60 110,100 110,180 180,140" fill="#9a9a9a"/> | |
| <polygon points="40,60 110,100 110,180 40,140" fill="#bdbdbd"/> | |
| <!-- left stroke --> | |
| <polygon points="40,60 66,75 66,155 40,140" fill="#222"/> | |
| <!-- right stroke --> | |
| <polygon points="84,85 110,100 110,180 84,165" fill="#222"/> | |
| <!-- top stroke --> | |
| <polygon points="66,75 84,85 84,105 66,95" fill="#222"/> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment