librsvg

Library to render SVG files using Cairo graphics

brewmacoslinux
Try with needOr install directly
Source

About

Library to render SVG files using Cairo

Commands

rsvg-convert

Examples

Convert SVG to PNG image$ rsvg-convert input.svg -o output.png
Convert SVG to PDF with specific dimensions$ rsvg-convert input.svg -o output.pdf -w 800 -h 600
Convert SVG to multiple formats with zoom$ rsvg-convert input.svg -o output.jpg -z 2.0