I'm doing something really similar, but creating a multi-resolution ICO.
inkscape icon.svg -w 64 -h 64 --export-type="png" --export-filename=- --export-area-page | convert - -define icon:auto-resize=64,32,24,16 favicon.ico
Pretty sure that it's more efficient to have multiple files but, whatever. Multiple favicons annoys me.