{"id":25515623,"url":"https://github.com/railly/svg-hunter-vscode","last_synced_at":"2026-05-05T11:31:29.207Z","repository":{"id":65408067,"uuid":"590257361","full_name":"Railly/svg-hunter-vscode","owner":"Railly","description":"Hunt SVGs without leaving your code editor ✨","archived":false,"fork":false,"pushed_at":"2023-02-09T01:11:25.000Z","size":2073,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T07:43:06.707Z","etag":null,"topics":["hunter","logos","react","svg","svg-icons","svgr","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=RaillyHugo.svg-hunter","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Railly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-18T01:40:49.000Z","updated_at":"2023-05-04T20:52:27.000Z","dependencies_parsed_at":"2023-02-12T19:45:48.597Z","dependency_job_id":null,"html_url":"https://github.com/Railly/svg-hunter-vscode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Railly/svg-hunter-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fsvg-hunter-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fsvg-hunter-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fsvg-hunter-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fsvg-hunter-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Railly","download_url":"https://codeload.github.com/Railly/svg-hunter-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Railly%2Fsvg-hunter-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271630376,"owners_count":24793309,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hunter","logos","react","svg","svg-icons","svgr","vscode-extension"],"created_at":"2025-02-19T13:32:54.257Z","updated_at":"2026-05-05T11:31:29.134Z","avatar_url":"https://github.com/Railly.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/raillyhugo","https://www.paypal.com/donate/?hosted_button_id=J3PJ5N6LVZCPY"],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/Railly/svg-hunter-vscode/main/logo.png\" width=\"100\" alt=\"Logo\"/\u003e\u003cbr/\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png\" height=\"30\" width=\"0px\"/\u003e\n\tSVG Hunter for \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=RaillyHugo.svg-hunter\"\u003eVSCode\u003c/a\u003e\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  Hunt SVGs without leaving your code editor\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Installation\n\n1. Open the **Extensions** sidebar in VS Code. `View → Extensions`\n2. Search for `svg-hunter`\n3. Select `SVG Hunter` and click **Install**\n\n\u003e **Note**\n\u003e We only support one external provider at the moment. If you want to suggest more, please open an issue. Anyway, we are going to add more providers in the near future.\n\n## Features\n\n- Search for SVGs on external or local sources and insert them as HTML, JSX Component or raw JSX.\n  - Local (SVGs in your project folder)\n  - External\n    - [SVG Porn](https://www.svgporn.com/): Tech logos\n    - Feel free to suggest more sources.\n- Transform selected SVG to raw JSX / JSX Component.\n- Copy SVG to clipboard as raw JSX / JSX Component.\n\n## Commands (6)\n\n- Open Command Palette `Ctrl+Shift+P` or `Cmd+Shift+P` and type `svg-hunter`\n\n| Command                                     | Description                                         |\n| ------------------------------------------- | --------------------------------------------------- |\n| svg-hunter.insertSvgAsHtml                  | SVG Hunter: Insert SVG as HTML.                     |\n| svg-hunter.insertSvgAsRawJsx                | SVG Hunter: Insert SVG as raw JSX.                  |\n| svg-hunter.insertSvgAsJsxComponent          | SVG Hunter: Insert SVG as JSX Component.            |\n| svg-hunter.transformSelectedSvgToJsx        | SVG Hunter: Transform selected SVG to JSX.          |\n| svg-hunter.copySvgAsJsxComponentToClipboard | SVG Hunter: Copy SVG as JSX Component to clipboard. |\n| svg-hunter.copySvgAsRawJsxToClipboard       | SVG Hunter: Copy SVG as raw JSX to clipboard.       |\n\n## Support my work\n\n\u003ca href=\"https://www.buymeacoffee.com/raillyhugo\" target=\"_blank\"\u003e\n\t\u003cimg style=\"margin-right: 20px;\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" height=\"45px\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=J3PJ5N6LVZCPY\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Railly/Railly/main/buttons/donate-with-paypal.png\" alt=\"Donate with PayPal\" height=\"45px\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailly%2Fsvg-hunter-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frailly%2Fsvg-hunter-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailly%2Fsvg-hunter-vscode/lists"}