https://github.com/overpas/svg-to-compose-intellij
A simple Android Studio plugin to generate Jetpack Compose ImageVector icons and preview them
https://github.com/overpas/svg-to-compose-intellij
android android-studio-plugin icons jetpack-compose
Last synced: 2 days ago
JSON representation
A simple Android Studio plugin to generate Jetpack Compose ImageVector icons and preview them
- Host: GitHub
- URL: https://github.com/overpas/svg-to-compose-intellij
- Owner: overpas
- License: mit
- Created: 2022-02-13T15:11:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-06-09T10:46:32.000Z (3 days ago)
- Last Synced: 2026-06-09T12:20:43.125Z (3 days ago)
- Topics: android, android-studio-plugin, icons, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 380 KB
- Stars: 77
- Watchers: 1
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# svg-to-compose-intellij
[](https://github.com/overpas/svg-to-compose-intellij/actions/workflows/build.yml)
[](https://github.com/overpas/svg-to-compose-intellij/actions/workflows/verify.yml)
A simple Android Studio plugin to generate Jetpack Compose ImageVector icons. In fact, it's a wrapper around the [svg-to-compose](https://github.com/DevSrSouza/svg-to-compose) tool. Also, allows to preview the generated icons.
## Installation
Install from [Jetbrains Marketplace](https://plugins.jetbrains.com/plugin/18619-svg-to-compose)
## Usage
1. Open up a Jetpack Compose project
2. Right click on a kotlin/java directory
3. Select "Compose ImageVector" at the bottom
4. Enter the necessary info to generate compose ImageVector icons: accessor name, vector image type, vector images directory, all assets property name. The output directory should be configured automatically.