Getting icons: Size
size
is an optional property that can be specified by the key size
or s
. Its value have to be an integer
to change the icon size in pixels.
GET /api?{iconName}&size={size}GET /api?{iconName}&s={size}
Double click to copy
Examples
Parameter
Value
iconName
javascript
size
256
Request
https://devapix.vercel.app/api?javascript&size=256
Double click to copy
Response
Parameter
Value
iconName
javascript
s
96
Request
https://devapix.vercel.app/api?javascript&s=96