{"id":21581972,"url":"https://github.com/sudo-self/svg","last_synced_at":"2026-03-19T20:55:31.063Z","repository":{"id":192530892,"uuid":"686930823","full_name":"sudo-self/SVG","owner":"sudo-self","description":"scalable vector Graphic","archived":false,"fork":false,"pushed_at":"2024-01-11T02:33:49.000Z","size":2435,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T14:46:48.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://svg2.jessejesse.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sudo-self.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-09-04T08:50:06.000Z","updated_at":"2024-01-11T02:25:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed21787b-a628-4ae4-8581-f903ac7bace5","html_url":"https://github.com/sudo-self/SVG","commit_stats":null,"previous_names":["sudo-self/svg"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FSVG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FSVG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FSVG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sudo-self%2FSVG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sudo-self","download_url":"https://codeload.github.com/sudo-self/SVG/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244181304,"owners_count":20411605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T14:14:18.901Z","updated_at":"2026-01-04T11:36:49.775Z","avatar_url":"https://github.com/sudo-self.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ca href=\"https://svg2.jessejesse.com\"\u003eSVG to DATA\u003c/a\u003e\n## Create them with photo software or with SVG web tools  [](https://maketext.io)https://maketext.io\n\u003cimg width=\"489\" alt=\"Screenshot 2023-09-04 at 2 48 06 AM\" src=\"https://github.com/sudo-self/SVG/assets/119916323/a7d996b2-bb42-4f0a-9ad1-3e90f628f68f\"\u003e\u003cbr\u003e\u003cbr\u003e\n\n## to write them edit the x and y values for size and the fill= value for color\n\n```\n\u003csvg width=\"200\" height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"\u003e\n  \u003ctext x=\"10\" y=\"40\" font-family=\"Karla\" font-size=\"40\" fill=\"blue\"\u003eBLUE\u003c/text\u003e\n\u003c/svg\u003e\n```\n![Screenshot 2024-01-10 at 7 19 45 PM](https://github.com/sudo-self/SVG/assets/119916323/e9a0e089-6b72-42b2-b3e5-5ddab5f3670f)\n![Screenshot 2024-01-10 at 7 31 27 PM](https://github.com/sudo-self/SVG/assets/119916323/8629672c-e7b7-4f88-b85f-d75ab1270846)\n\n## SVG background\n```\n\u003cstyle\u003e\n    body{\n        background-image: url(\"data:image/ \");  \u003c!------DATA URI HERE------\u003e\n        background-repeat: no-repeat;\n        background-size: 50%;             \u003c!---------- ADJUST SIZE ---------\u003e\n        background-attachment: fixed;\n    }\n \u003c/style\u003e \n```\n\n## Usage\n\n### HTML Image\nUsing the ```\u003cimg /\u003e``` element directly in your HTML file.\n```\n\u003cimg src=\"path/to/icon.svg\" alt=\"icon title\" /\u003e\n```\n\n### Inline HTML \nYou can paste the content of the icon file directly into your HTML code to display it on the page using the ```\u003csvg\u003e \u003c/svg\u003e``` tag.\n```\n\u003cbody\u003e\n // Add your SVG code here\n\u003c/body\u003e\n```\n\n### CSS \nInstead of using an HTML ```\u003cimg /\u003e``` element, you can use CSS instead and apply it as a background to any other element.\n```\nbody {\n  background-image: url(path/to/icon.svg);\n}\n```\n\n### SVG as an object\nYou can also use the ```\u003cobject\u003e``` tag to add the SVG to your page\n```\n\u003cobject data=\"path/to/icon.svg\" width=\"24\" height=\"24\"\u003e \u003c/object\u003e\n```\n\n### Using \u003ciframe\u003e\nKeep in mind that using iframe is not recommended, because its hard to maintain\n```\n\u003ciframe src=\"path/to/icon.svg\"\u003e \u003c/iframe\u003e\n```\n\n### SVG as embed\nMost of the modern browsers have deprecated plugins, so this is not recommended.\n```\n\u003cembed src=\"path/to/icon.svg\" /\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-self%2Fsvg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudo-self%2Fsvg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudo-self%2Fsvg/lists"}