Iconify
Iconify API can dynamically generate SVG, which includes a large number of icon sets for selection, and can be used for HTML or CSS.
Parameters
Click to show/close parameters
Name | Type | Required | Default | Description | More Description |
---|---|---|---|---|---|
prefix | string | true | Icon set prefix | ||
name | string | true | Icon name | ||
color | string | Icon color | Supported: HEX CSS name e.g. #FF0000 red rgb(255, 0, 0) . | ||
width | number | Image width | Unit: pixels. | ||
height | number | Image height | Unit: pixels. | ||
flip | string | Flip icon | Supported: horizontal vertical . | ||
rotate | string | Rotate icon | Format: deg number where 1=90deg . | ||
download | boolean | Forces browser to download file | |||
box | boolean | Adds an empty rectangle to SVG that matches viewBox |
txt
https://api.iconify.design/{prefix}/{name}.svg{?color,width,height,flip,rotate,download,box}
Examples
markdown
