Ant Design Alipay Square Icon
Find the Ant Design Icons Alipay Square icon and download it in SVG or PNG format. This fill-style icon is optimized for general-purpose product UIs, design systems, component libraries, web applications, and marketing sites. Customize color, size, and stroke width inside the IconStash browser editor before exporting.
Interactive Customizer
About this icon
Use the Alipay Square icon
This fill icon from Ant Design Icons works well across general-purpose product UIs, design systems, component libraries, web applications, and marketing sites. The fill visual style is specifically suited for interface components and product UI.
Customize it in IconStash: pick a color preset or enter any hex code, set exact dimensions, adjust stroke weight, then copy SVG code or download a PNG — no account needed.
Export formats
Copy clean SVG vectors with one click, generate custom-size PNG files from 16px to 512px, export JSX/React components ready to paste into your project, or use the icon as a CSS background-mask for flexible theming.
All exports are based on the same editable vector — so the Alipay Square icon stays pixel-perfect at 16px, 24px, 48px, and any large marketing size.
Design & UX integration
Aesthetic characteristics
Alipay Square comes from Ant Design, the enterprise React framework, and follows its three-theme model: Outlined, Filled and TwoTone. TwoTone adds a secondary colour layer, which Ant Design uses to pull the eye toward primary actions in otherwise dense admin screens.
UX best practices
As a general interface glyph, the Alipay Square icon does its job best between 16px and 24px, sitting next to a text label. Icon-only treatments work for a small set of universally understood actions, but comprehension falls off quickly once the action is specific to your product — so when in doubt, add the word.
Use in your project
React / npm — Ant Design Icons
npm install @ant-design/icons
import { AlipaySquareOutlined } from '@ant-design/icons';
// JSX usage:
<AlipaySquareOutlined style={{ fontSize: '24px' }} />
Copy the SVG markup directly from the IconStash editor to use the Alipay Square icon without any npm package — paste it into HTML, JSX, or a design tool.
Inline SVG (copy & paste)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" aria-label="alipay-square icon"><path fill="currentColor" fill-rule="evenodd" d="M894.606 116.541c5.541 2.963 9.89 7.312 12.853 12.853S912 140.43 912 155.586v712.828c0 15.156-1.578 20.652-4.541 26.192c-2.963 5.541-7.312 9.89-12.853 12.853S883.57 912 868.414 912H155.586c-15.156 0-20.652-1.578-26.192-4.541c-5.541-2.963-9.89-7.312-12.853-12.853c-2.923-5.465-4.498-10.888-4.54-25.583L112 155.586c0-15.156 1.578-20.652 4.541-26.192c2.963-5.541 7.312-9.89 12.853-12.853c5.465-2.923 10.888-4.498 25.583-4.54L868.414 112c15.156 0 20.652 1.578 26.192 4.541M541.012 262c-62.197 0-76.836 15.038-77.419 34.892l-.018 1.274v41.627H315.08c-8.858 0-12.75 20.583-12.742 35.098c0 2.407 1.857 4.395 4.259 4.395h156.977v52.055H359.556c-8.891 0-12.767 21.215-12.741 35.244a4.26 4.26 0 0 0 4.259 4.25l208.436.003c-4.042 36.657-13.779 69.267-27.425 97.602l-1.093 2.227l-.285-.245c-53.79-25.421-107.528-46.944-173.578-46.944l-2.33.015c-75.878.993-129.213 50.449-130.283 113.43l-.016 1.09l.017 1.895c1.105 62.856 56.756 112.904 132.612 112.904c54.682-.008 103.903-15.046 145.943-40.194a124 124 0 0 0 12.561-7.109c16.152-10.818 31.153-23.174 44.914-36.746l8.44 5.664l11.12 7.43c51.365 34.158 101.575 64.836 151.658 70.776a127 127 0 0 0 16.352 1.034c38.408 0 49.1-47.036 51.238-85.275l.13-2.536c.35-7.556-5.533-13.924-13.079-14.163c-67.382-2.111-121.832-19.681-171.436-41.17l-5.595-2.448c31.38-50.714 50.587-108.764 51.032-166.662l.073-.966c.357-4.924-3.569-9.106-8.5-9.106H545.33v-52.055h147.974c8.858 0 12.75-19.747 12.742-35.099c-.009-2.398-1.865-4.394-4.267-4.394H545.32v-73.526c0-2.373-1.942-4.267-4.31-4.267M347.707 576.149c48.775 0 95.602 20.015 141.153 46.6l5.152 3.036c-92.478 106.997-220.69 85.627-233.683 23.545a60 60 0 0 1-1.016-8.778l-.05-2.085l.011-.81c.865-35.815 40.48-61.508 88.433-61.508"/></svg>
Library & related icons
About Ant Design Icons
Official icon library for Ant Design — China's leading enterprise React UI framework. 1,800+ icons in Outlined, Filled, and TwoTone styles.
Browse all 1,870 Ant Design Icons icons →Related searches
People also search for
Frequently asked questions
What is the Alipay Square icon?
The Alipay Square icon is a fill-style SVG icon from the Ant Design Icons library, categorized under Interface. It is designed for use in general-purpose product UIs, design systems, component libraries, web applications, and marketing sites. On IconStash you can preview it, customize its color and size, and export it in SVG, PNG, JSX, or CSS formats directly from your browser.
Is the Alipay Square icon free to use?
Yes. Ant Design Icons is licensed under MIT, making it free for personal and commercial use. This means you can freely use the Alipay Square icon in personal, commercial, and open-source projects. IconStash provides SVG and PNG access at no cost with no login required.
How do I use the Alipay Square icon in React?
Install the package with `npm install @ant-design/icons`, then import the component into your React file. IconStash's detail panel shows you the exact npm command, import statement, and JSX usage snippet for every icon — just click the Code tab and copy with one click.
What is the Ant Design Icons icon library?
Official icon library for Ant Design — China's leading enterprise React UI framework. 1,800+ icons in Outlined, Filled, and TwoTone styles. It contains 1,870+ icons. IconStash indexes the complete Ant Design Icons collection alongside 27 other open-source libraries — 134,701 icons total — in a single unified search interface.
Can I download the Alipay Square icon as a PNG?
Yes. Open the Alipay Square icon in IconStash, set your desired pixel size (16px to 512px) in the detail panel, and click Download PNG. You can also export a multi-resolution ZIP pack containing 16, 24, 32, 48, 64, 128, 256, and 512px PNGs with a single click.
What does the fill icon style mean?
An icon in fill style uses a clean SVG vector format. This style is best suited for interface components. The Ant Design Icons Alipay Square icon follows this visual convention throughout the Ant Design Icons design system.
Can I change the Alipay Square icon's color and size before downloading?
Yes. In IconStash's editor panel, choose from six color presets (blue, slate, green, purple, red, teal) or enter a custom hex value. Drag the size slider (16–256px) or type an exact pixel value up to 512px. Changes apply instantly to the SVG preview, the PNG output, and the copied code.