Created
April 16, 2022 17:45
-
-
Save nopeless/9f05ffd5b6431e216164edd5e91c05fd to your computer and use it in GitHub Desktop.
star with shadow svg
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
<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