Last active
March 11, 2025 02:18
-
-
Save jillbert/66b4ba702afccf3f8badfdd2a842c208 to your computer and use it in GitHub Desktop.
svg_marker.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
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="35px" height="35px" viewBox="0 0 45 45" version="1.1"> | |
<g fill-rule="evenodd" stroke-width="1" stroke="transparent"> | |
<circle cx="22" cy="22" r="22" style="fill: #348ec380;"> | |
<animate attributeName="r" begin="0s" dur="3s" values="0;18" keyTimes="0;1" keySplines="0.1,0.2,0.3,1" calcMode="spline" repeatCount="indefinite"/> | |
</circle> | |
<circle cx="22" cy="22" r="10" style="fill: #348EC3;"> | |
</circle> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment