Skip to content

Instantly share code, notes, and snippets.

@nopeless
Created April 16, 2022 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nopeless/9f05ffd5b6431e216164edd5e91c05fd to your computer and use it in GitHub Desktop.
Save nopeless/9f05ffd5b6431e216164edd5e91c05fd to your computer and use it in GitHub Desktop.
star with shadow svg
<div style="width: 40px; aspect-ratio: 1 / 1;">
<svg class="star-svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/2000/xlink" width="21px" height="24px">
<path style="fill: black; transform: translate(2.1px, 2.4px)" d="M 0 0.054 Z M 15.422 18.129 L 10.158 15.361 L 4.893 18.129 L 3 16 l 1.006 -5.863 l -4.259 -4.152 l 5.887 -0.855 l 2.632 -5.334 l 2.633 5.334 l 5.885 0.855 L 18.677 8.114 L 14.419 12.266 L 15.422 18.129 Z"></path>
<path style="fill: cyan;" d="M 0 0.054 z M 15.422 18.129 l -5.264 -2.768 l -5.265 2.768 l 1.006 -5.863 L 1.64 8.114 l 5.887 -0.855 l 2.632 -5.334 l 2.633 5.334 l 5.885 0.855 l -4.258 4.152 L 15.422 18.129 z"></path>
</svg>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment