SVGl Plugin for Flow Launcher
May 23, 2025 ยท View on GitHub
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.
Features
- ๐ 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
Installation
Method 1: Flow Launcher Plugin Manager
- Open Flow Launcher
- Type
pm install SVGl Plugin - Press Enter to install
Method 2: Manual Installation
- Download the latest release from the releases page
- Extract the zip file
- Move the extracted folder to
%APPDATA%\FlowLauncher\Plugins - Restart Flow Launcher
Usage
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.
How It Works
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.
Contributing
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
Credits
- SVGL Project - For providing the API and amazing collection of SVG icons
- Flow Launcher - The launcher platform
License
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! โญ