A plugin for Flow Launcher that lets you search and copy SVG icons directly to your clipboard. This plugin integrates with the SVGL project, providing quick access to thousands of SVG icons.
- 🔍 Search through thousands of SVG icons
- 🌓 Support for both light and dark theme icons
- 📋 One-click copy to clipboard
- 💨 Fast with built-in debounce for smooth searching
- 🗄️ Local caching for improved performance
- Open Flow Launcher
- Type
pm install SVGl Plugin
- Press Enter to install
- Download the latest release from the releases page
- Extract the zip file
- Move the extracted folder to
%APPDATA%\FlowLauncher\Plugins
- Restart Flow Launcher
Simply activate Flow Launcher and type:
svg <search term>
For example:
svg github
- Search for GitHub iconssvg react
- Search for React iconssvg twitter
- Search for Twitter/X icons
When you see the icon you want, select it to copy the SVG code to your clipboard. You can choose between light and dark theme versions of each icon.
This plugin connects to the SVGL API to fetch SVG icons based on your search query. The icons are cached locally to improve performance on subsequent searches. The plugin implements debouncing to prevent excessive API requests while you're still typing.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- SVGL Project - For providing the API and amazing collection of SVG icons
- Flow Launcher - The launcher platform
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this plugin useful, a star on the repository is always appreciated! ⭐