--- order: 1 title: zh-CN: 多色图标 en-US: Two-tone icon and colorful icon --- ## zh-CN 可以通过设置 `theme` 属性为 `twoTone` 来渲染双色图标,并且可以设置全局性的主题色。 ## en-US Specific them property `theme` to `twoTone` to render two-tone icons. You can also set the primary color globally. ````jsx import { Icon } from 'antd'; Icon.setTwoToneColors({ primaryColor: '#1890ff', }); ReactDOM.render(