Last active
June 12, 2018 15:29
-
-
Save ruslanxdev/acf8b8e9292111af9cc06fa141d05098 to your computer and use it in GitHub Desktop.
Frontlearn Logo 7
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
| <!-- | |
| Title: Frontlearn Logo 7 | |
| Author: Ruslan Khusnetdinov | |
| Author URL: http://ruslankhh.com | |
| --> | |
| <svg viewBox="0 0 192 192" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
| <title>Frontlearn Logo</title> | |
| <path d="M0, 0 | |
| L 192, 0 | |
| L 192, 192 | |
| L 0, 192 | |
| Z" | |
| fill="#ffe51f"/> | |
| <text x="60" | |
| y="136" | |
| font-family="Times New Roman, serif" | |
| font-style="italic" | |
| font-size="128" | |
| font-weight="600" | |
| > | |
| fl | |
| </text> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment