spothq / cryptocurrency-icons

A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
http://cryptoicons.co
Creative Commons Zero v1.0 Universal
2.6k stars 650 forks source link

Add viewbox attribute to SVG icons to make them resizable #236

Open adamkudrna opened 5 years ago

adamkudrna commented 5 years ago

Some SVG icons lack the viewbox attribute and thus cannot be resized via CSS.

For example, Litecoin is fine: image

While Bitcoin is not: image

Proposed solution: ensure that viewbox="0 0 32 32" is present in all SVG icons.

(Previously reported as #63.)

MicMonen commented 5 years ago

+1 I need this in my life.

ivands commented 5 years ago

Resizable svg's for the win. Please add it.

sindresorhus commented 5 years ago

PR welcome :)

ackushiw commented 5 years ago

Pull request submitted https://github.com/atomiclabs/cryptocurrency-icons/pull/275

sindresorhus commented 5 years ago

If anyone wants to tackle this, see the previous attempt and the feedback on that PR: https://github.com/atomiclabs/cryptocurrency-icons/pull/275