https://github.com/2fd/ant-design-icons
Ant Design + Material Design Icon =
https://github.com/2fd/ant-design-icons
ant-design antd icons react
Last synced: 3 months ago
JSON representation
Ant Design + Material Design Icon =
- Host: GitHub
- URL: https://github.com/2fd/ant-design-icons
- Owner: 2fd
- License: mit
- Created: 2019-11-08T04:47:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T11:37:37.000Z (about 2 years ago)
- Last Synced: 2025-09-29T20:41:13.167Z (8 months ago)
- Topics: ant-design, antd, icons, react
- Language: TypeScript
- Homepage: https://git.io/JyDhM
- Size: 13.7 MB
- Stars: 29
- Watchers: 2
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ant-design - Material Design Icons
README
# Ant design icons
[](https://github.com/2fd/ant-design-icons/releases)
[](https://www.npmjs.com/package/@2fd/ant-design-icons)

[Ant Design](https://ant.design/) + [Material Design Icon](https://materialdesignicons.com/) = [Ant Design Icon](http://2fd.github.io/ant-design-icons)
## install
```bash
npm install --save @2fd/ant-design-icons
```
```bash
yarn add @2fd/ant-design-icons
```
## find
Search the icon that you need in the homepage: [`http://2fd.github.io/ant-design-icons`](http://2fd.github.io/ant-design-icons) **More than 5000!**
## use
```typescript
import React from 'react'
import CodeTagsIcon from '@2fd/ant-design-icons/lib/CodeTagsIcon'
export default function MyComponent() {
return
}
```