Created
February 15, 2022 18:13
-
-
Save T-Damer/b4f155238c6cda516f0e274812067b2e to your computer and use it in GitHub Desktop.
Free to use crypto-wallet svg code
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="1024" | |
height="1024" | |
viewBox="0 0 1024 1024" | |
xmlns="http://www.w3.org/2000/svg" | |
vertical-align="middle" | |
fill="currentColor" | |
overflow="hidden" | |
> | |
<title>{title}</title> | |
<path | |
d="M343.612 415.032c0-11.48 1.216-22.672 3.492-33.474h-36.042c-27.372 0-49.622 21.858-50.282 49.058 0.3 2.17 3.184 18.5 23.052 28.882 13.252 6.93 34.736 6.85 44.884 6.85h23.264a161.296 161.296 0 0 1-8.368-51.316zM691.51 381.558h-28.202a162.186 162.186 0 0 1 3.492 33.474 161.272 161.272 0 0 1-8.372 51.318h54.512a50.072 50.072 0 0 1 28.868 9.114v-43.61c0.002-27.774-22.518-50.296-50.298-50.296z" | |
fill="#cc604a" | |
/> | |
<path | |
d="M712.942 466.35H328.716c-10.15 0-31.632 0.08-44.884-6.85-21.316-11.14-23.084-29.13-23.084-29.13V762.02c0 27.782 22.526 50.304 50.312 50.304h401.88c27.786 0 50.3-22.522 50.3-50.304V516.642c0.004-27.782-22.512-50.292-50.298-50.292z" | |
fill="#f77052" | |
/> | |
<path | |
d="M505.202 253.438c-89.244 0-161.59 72.338-161.59 161.594a161.328 161.328 0 0 0 8.37 51.318h306.448a161.264 161.264 0 0 0 8.372-51.318c-0.002-89.256-72.356-161.594-161.6-161.594z" | |
fill="#FFBE1B" | |
/> | |
<path | |
d="M505.202 293.73c-66.988 0-121.302 54.302-121.302 121.302a120.762 120.762 0 0 0 11.39 51.318h219.82a120.784 120.784 0 0 0 11.388-51.318c-0.002-67-54.308-121.302-121.296-121.302z" | |
fill="#FFE37B" | |
/> | |
<path | |
d="M554.108 422.592c-4.322-4.982-10.126-8.272-17.422-9.848a100.776 100.776 0 0 0 4.208-1.93c0.782-0.388 2.194-1.372 4.204-2.956 5.954-4.478 8.924-11.33 8.924-20.534 0-7.632-2.636-14.472-7.91-20.532-2.916-3.256-7.262-5.842-13.048-7.754a49.026 49.026 0 0 0-5.5-1.42v-14.97h-20.656v13.54h-13.84v-13.54h-20.656v13.54h-22.596v22.218h16.826v73.238h-16.826v14.708h98.514a24.68 24.68 0 0 0 3.838-3.428c5.614-6.276 8.42-13.516 8.42-21.718 0.002-7.41-2.16-13.602-6.48-18.614z m-61.196-44.188h12.62c7.754 0 13.242 0.844 16.51 2.532 3.244 1.68 4.878 5.122 4.878 10.35 0 5.222-1.766 8.614-5.308 10.172-3.534 1.58-8.942 2.364-16.246 2.364h-12.454v-25.418z m34.93 70.454c-3.758 1.854-9.4 2.784-16.922 2.784h-18.01v-27.108h15.486c8.758 0 15.126 0.876 19.106 2.608 3.992 1.742 5.982 5.336 5.982 10.778 0.002 5.438-1.878 9.09-5.642 10.938z" | |
fill="#FFFFFF" | |
/> | |
<path | |
d="M627.338 585.212c-12.446 0-22.542 10.092-22.542 22.542v62.03c0 12.454 10.096 22.544 22.542 22.544h135.904v-107.116h-135.904z" | |
fill="#cc604a" | |
/> | |
<path | |
d="M648.506 616.402c-12.354 0-22.37 10.012-22.37 22.37 0 12.354 10.016 22.374 22.37 22.374 12.354 0 22.366-10.02 22.366-22.374 0-12.358-10.012-22.37-22.366-22.37z" | |
fill="#FFE37B" | |
/> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment