qlmanage is super useful for converting SVG to PNG easily, too! I use it like this:
qlmanage -t -s 1000x1000 -o ~/Pictures/foo.png ~/Pictures/foo.svg
To turn an square SVG into a PNG without installing anything extra or using an online image tool
qlmanage -t -s 1000x1000 -o ~/Pictures/foo.png ~/Pictures/foo.svg
To turn an square SVG into a PNG without installing anything extra or using an online image tool