--- order: 4 title: zh-CN: Avatar.Group en-US: Avatar.Group --- ## zh-CN 头像组合展现。 ## en-US Avatar group display. ```tsx import { AntDesignOutlined, UserOutlined } from '@ant-design/icons'; import { Avatar, Divider, Tooltip } from 'antd'; import React from 'react'; const App: React.FC = () => ( <> K } /> } /> K } /> } /> K } /> } /> K } /> } /> ); export default App; ```