resvg

Fast SVG rendering library and command-line tool

brewmacoslinux
Try with needOr install directly
Source

About

SVG rendering tool and library

Commands

resvg

Examples

Convert SVG to PNG with default settings$ resvg input.svg output.png
Render SVG to PNG with custom width$ resvg --width 800 input.svg output.png
Convert SVG to PDF format$ resvg --format pdf input.svg output.pdf