iconista
- Hundreds
💯 + of SVG icons in one React component - One React component
- TypeScript autocompletion for icon sets and icons
- Inlines icons as SVG elements, so you can apply CSS styling to them
- All icons are responsive (SVG
widht
andheight
attributes are removed) -
fill
SVG properties are not set, so you can color icons with CSS
React usage
import Svg from 'iconista';
<Svg set='ibm_16' icon='arrow--down' />
Or, simply get the icon URL:
import {getUrl} from 'iconista/lib/getUrl'
const url = getUrl({set: 'ibm_16', icon: 'arrow--down'})
License
-
elastic
icon set is under Apache License 2.0 by Elastic. -
ibm_16
andibm_32
icon sets are under Apache License 2.0 by IBM -
atlaskit
icon set is under Apache License 2.0 by Atlassian -
ant_fill
,ant_outline
, andant_twotone
icon sets are under MIT license -
auth0
icon set is under MIT license by Auth0 -
fontawesome_regular
andfontawesome_solid
icon sets are under CC BY 4.0 License -
fontawesome_brands
icons set contains trademarks of respective brands -
pluralsight
andpluralsight_illustrations
icon sets are under Apache License 2.0 by Pluralsight. -
emojione_v2
icon set is under CC BY 4.0 license - This project is under Unlicense license — public domain.