Last active
January 14, 2023 10:10
-
-
Save PonomareVlad/664bc5da668cd92315f9d542d930c542 to your computer and use it in GitHub Desktop.
QIWI SVG Logo
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" xml:lang="en" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
viewBox="0 0 42 43"> | |
<defs> | |
<filter id="_phu55y0n5" width="101.1%" height="116.2%" x="-.5%" y="-8.1%" filterUnits="objectBoundingBox"> | |
<feOffset dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset> | |
<feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="1"></feGaussianBlur> | |
<feColorMatrix in="shadowBlurOuter1" result="shadowMatrixOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"></feColorMatrix> | |
<feMerge><feMergeNode in="shadowMatrixOuter1"></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge> | |
</filter> | |
</defs> | |
<g fill="none" fill-rule="evenodd" filter="url(#_phu55y0n5)" transform="translate(0 -21)"> | |
<path fill="#ff8c00" d="M40.677 63.76c.44.387 1.024-.094.641-.575-4.31-5.413-8.295-6.444-12.27-7.315-4.862-1.066-7.364-3.788-9.106-6.777-.347-.595-.503-.49-.534.274-.038.935.026 2.172.237 3.39-.196.008-.394.006-.592.006-6.956 0-12.595-5.61-12.595-12.531S12.097 27.7 19.053 27.7s12.595 5.61 12.595 12.532c0 .492-.024.979-.08 1.456-.92-.165-2.73-.183-4-.074-.477.041-.41.263-.05.327 4.165.75 7.025 3.316 7.679 7.975.015.107.156.139.212.046a18.795 18.795 0 0 0 2.697-9.73c0-10.47-8.53-18.957-19.053-18.957C8.53 21.275 0 29.762 0 40.232 0 50.7 8.53 59.189 19.053 59.189c2.792 0 5.561-.54 9.626-.54 3.651 0 7.613 1.245 11.998 5.111zm-9.923-9.835c-.25.328-.653.509-1.138.509-.475 0-.96-.175-1.296-.467-.771-.67-.997-1.757-.494-2.375.196-.24.516-.374.899-.374.465 0 .953.195 1.372.548.848.713 1.106 1.561.657 2.159zm2.85-2.795c-.29 0-.652-.337-1.08-1.001-.423-.656-.577-1.409-.368-1.789.138-.252.428-.361.793-.224.707.266.985 1.343 1.06 1.84.124.83-.14 1.174-.405 1.174zm20.023-14.697a"></path> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment