svg2png

Convert SVG (Scalable Vector Graphics) files to PNG format

brewmacoslinux
Try with needOr install directly
Source

About

SVG to PNG converter

Commands

svg2png

Examples

Convert a single SVG file to PNG with default settings$ svg2png input.svg output.png
Convert SVG to PNG with custom width and height$ svg2png -w 800 -h 600 input.svg output.png
Convert SVG to PNG with specific DPI scaling$ svg2png --dpi 300 input.svg output.png