Add viewbox attribute to SVG icons to make them resizable
Some SVG icons lack the viewbox attribute and thus cannot be resized via CSS.
For example, Litecoin is fine:

While Bitcoin is not:

Proposed solution: ensure that viewbox="0 0 32 32" is present in all SVG icons.
(Previously reported as #63.)
+1 I need this in my life.
Resizable svg's for the win. Please add it.
PR welcome :)
Pull request submitted https://github.com/atomiclabs/cryptocurrency-icons/pull/275
If anyone wants to tackle this, see the previous attempt and the feedback on that PR: https://github.com/atomiclabs/cryptocurrency-icons/pull/275