Inkscape Docker image with essential fonts
894
Lightweight Docker image with Inkscape and essential fonts, optimized for Android app icon generation from SVG files. Ideal for CI/CD pipelines or local asset generation in React Native, Flutter, or native Android projects.
docker pull kartaltabak/docker-inkscape
Convert an SVG to PNG:
docker run --rm -v "$(pwd):/workspace" -w /workspace \
kartaltabak/docker-inkscape \
--file="icon.svg" \
--export-png="icon.png" \
--export-width=192 \
--export-height=192
git clone https://github.com/kartaltabak/docker-inkscape.git
cd docker-inkscape
docker build -f docker/Dockerfile -t kartaltabak/docker-inkscape:latest .
Licensed under GPL v3.0. Includes open-source components:
Content type
Image
Digest
sha256:f5c2e4701…
Size
270.4 MB
Last updated
27 days ago
docker pull kartaltabak/inkscape