OS: Debian, Ubuntu 16.04
qTox version: 1.14.1, any version since the search feature was added
toxcore: 0.2.1
…
Reproducible: Always
Search icons are too small. It also affects https://github.com/qTox/qTox/pull/5047
Search icons are normal sized.

On one of my computers (Ubuntu 18.04 Qt 5.9.4) the buttons look normal. On another one (Ubuntu 16.04 Qt 5.5.1) it looks like above. There's some environment or dependency that's screwy.
Can't test myself but as a note:
There have been related problems in the past (see PR #4494), I guess that this was because this change in qtsvg.
Maybe one should test if using no units (default is px) instead of mm would fix this. Or one could try to scale the size (and viewBox) to some int instead of float.
Imho it is probably beneficial to remove the unnecessary metadata too.
@ezavod thanks for the suggestion, but removing the units and changing the values to integers didn't fix the problem for me.
@tox-user that's weird because the other icons seem to work as intended but thanks for trying.