figma-to-android-vector

Converts SVG icons from Figma into Android VectorDrawable XML and ImageVector files.

6|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/PL-Coding-GmbH/Skills --skill figma-to-android-vector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-to-android-vector
Source: https://github.com/PL-Coding-GmbH/Skills/tree/main/skills/figma-to-android-vector
Command: npx skills add https://github.com/PL-Coding-GmbH/Skills --skill figma-to-android-vector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of converting Figma SVG icons into Android VectorDrawable and Compose ImageVector files, addressing the need for faithful SVG to Android-native conversion and ensuring vector path accuracy.

Core Features & Use Cases

  • Accurate SVG to Android Conversion: Converts SVG path data into Android's native vector formats without loss of quality or fidelity.
  • Icon Vectorization: Facilitates the creation of vector drawables from Figma designs and the conversion of SVG icons to Android XML and ImageVector.
  • Use Case: Convert Figma icons into reusable vector drawables and ImageVector resources for Android applications, saving time and effort in the design process.

Quick Start

Use the figma-to-android-vector skill to convert an icon from your Figma design into a vector drawable and ImageVector file.

Frequently Asked Questions about figma-to-android-vector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Figma SVG icons to Android VectorDrawable XML?

To convert Figma SVG icons to Android VectorDrawable XML, provide the exported SVG files for transformation into native Android vector formats. This process ensures accurate SVG path data conversion without quality loss for UI iconography.

Can I generate Compose ImageVector code from an SVG file?

Yes, you can generate Compose ImageVector code from an SVG file by converting the vector path data. This translates Figma SVG icons into Compose ImageVector files, enabling direct integration into Android UI development.

Do I need to manually fetch SVG files from Figma to convert them to Android vectors?

Yes, manual SVG file fetching from Figma is required before conversion. You must supply the exported SVG icons so the path data can be accurately transformed into Android VectorDrawable XML and ImageVector code.

What is the best way to ensure SVG path accuracy when converting to Android vector formats?

The best way to ensure SVG path accuracy during Android vector conversion is to use a process focused on faithful SVG to Android path transformation. This prevents quality loss when creating vector drawables from Figma designs.

Does converting Figma SVGs to Android ImageVector support complex icon paths?

Converting Figma SVGs to Android ImageVector supports complex icon paths by accurately transforming SVG path data into native Android vector formats. This handles detailed iconography suitable for UI and UX development in Android applications.