alipay-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
alipay-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
alipay, alipay-outline

The same icon in other sets

Related icons in Ant Design Icons

Use the alipay icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M557.208 129c3.69 0 6.715 2.952 6.715 6.648v114.55h243.802c3.742 0 6.636 3.111 6.649 6.847c.013 23.918-6.052 54.683-19.855 54.683H563.936v81.1h166.189c7.684 0 13.803 6.515 13.245 14.186l-.114 1.506c-.693 90.203-30.622 180.642-79.52 259.653l8.719 3.815c77.295 33.478 162.142 60.85 267.142 64.14c11.758.373 20.925 10.294 20.38 22.067l-.203 3.95C956.441 821.72 939.781 895 879.932 895c-8.805 0-17.288-.55-25.48-1.61c-78.043-9.254-156.284-57.05-236.322-110.267l-17.33-11.576l-13.15-8.825c-21.444 21.146-44.82 40.396-69.989 57.25c-6.193 4.013-12.734 7.703-19.573 11.076c-65.509 39.18-142.208 62.608-227.418 62.62c-118.203 0-204.921-77.972-206.644-175.9L64 714.815l.026-1.699c1.666-98.12 84.776-175.172 203.013-176.719l3.63-.023c102.924 0 186.663 33.532 270.481 73.137l.444.381l1.703-3.469c21.265-44.145 36.438-94.95 42.736-152.06l-324.798-.005a6.64 6.64 0 0 1-6.636-6.621c-.04-21.857 5.999-54.909 19.854-54.909h162.088v-81.1H191.93c-3.743 0-6.636-3.098-6.636-6.847c-.014-22.615 6.052-54.683 19.854-54.683h231.393v-64.853l.029-1.985c.908-30.931 23.72-54.36 120.638-54.36M256.896 619c-74.766 0-136.529 39.934-137.877 95.601L119 715.86l.079 3.241a92.6 92.6 0 0 0 1.584 13.643C140.92 829.238 340.818 862.454 485 696.15l-8.031-4.72C405.949 650.109 332.94 619 256.896 619"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignAlipayOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillRule="evenodd" d="M557.208 129c3.69 0 6.715 2.952 6.715 6.648v114.55h243.802c3.742 0 6.636 3.111 6.649 6.847c.013 23.918-6.052 54.683-19.855 54.683H563.936v81.1h166.189c7.684 0 13.803 6.515 13.245 14.186l-.114 1.506c-.693 90.203-30.622 180.642-79.52 259.653l8.719 3.815c77.295 33.478 162.142 60.85 267.142 64.14c11.758.373 20.925 10.294 20.38 22.067l-.203 3.95C956.441 821.72 939.781 895 879.932 895c-8.805 0-17.288-.55-25.48-1.61c-78.043-9.254-156.284-57.05-236.322-110.267l-17.33-11.576l-13.15-8.825c-21.444 21.146-44.82 40.396-69.989 57.25c-6.193 4.013-12.734 7.703-19.573 11.076c-65.509 39.18-142.208 62.608-227.418 62.62c-118.203 0-204.921-77.972-206.644-175.9L64 714.815l.026-1.699c1.666-98.12 84.776-175.172 203.013-176.719l3.63-.023c102.924 0 186.663 33.532 270.481 73.137l.444.381l1.703-3.469c21.265-44.145 36.438-94.95 42.736-152.06l-324.798-.005a6.64 6.64 0 0 1-6.636-6.621c-.04-21.857 5.999-54.909 19.854-54.909h162.088v-81.1H191.93c-3.743 0-6.636-3.098-6.636-6.847c-.014-22.615 6.052-54.683 19.854-54.683h231.393v-64.853l.029-1.985c.908-30.931 23.72-54.36 120.638-54.36M256.896 619c-74.766 0-136.529 39.934-137.877 95.601L119 715.86l.079 3.241a92.6 92.6 0 0 0 1.584 13.643C140.92 829.238 340.818 862.454 485 696.15l-8.031-4.72C405.949 650.109 332.94 619 256.896 619"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M557.208 129c3.69 0 6.715 2.952 6.715 6.648v114.55h243.802c3.742 0 6.636 3.111 6.649 6.847c.013 23.918-6.052 54.683-19.855 54.683H563.936v81.1h166.189c7.684 0 13.803 6.515 13.245 14.186l-.114 1.506c-.693 90.203-30.622 180.642-79.52 259.653l8.719 3.815c77.295 33.478 162.142 60.85 267.142 64.14c11.758.373 20.925 10.294 20.38 22.067l-.203 3.95C956.441 821.72 939.781 895 879.932 895c-8.805 0-17.288-.55-25.48-1.61c-78.043-9.254-156.284-57.05-236.322-110.267l-17.33-11.576l-13.15-8.825c-21.444 21.146-44.82 40.396-69.989 57.25c-6.193 4.013-12.734 7.703-19.573 11.076c-65.509 39.18-142.208 62.608-227.418 62.62c-118.203 0-204.921-77.972-206.644-175.9L64 714.815l.026-1.699c1.666-98.12 84.776-175.172 203.013-176.719l3.63-.023c102.924 0 186.663 33.532 270.481 73.137l.444.381l1.703-3.469c21.265-44.145 36.438-94.95 42.736-152.06l-324.798-.005a6.64 6.64 0 0 1-6.636-6.621c-.04-21.857 5.999-54.909 19.854-54.909h162.088v-81.1H191.93c-3.743 0-6.636-3.098-6.636-6.847c-.014-22.615 6.052-54.683 19.854-54.683h231.393v-64.853l.029-1.985c.908-30.931 23.72-54.36 120.638-54.36M256.896 619c-74.766 0-136.529 39.934-137.877 95.601L119 715.86l.079 3.241a92.6 92.6 0 0 0 1.584 13.643C140.92 829.238 340.818 862.454 485 696.15l-8.031-4.72C405.949 650.109 332.94 619 256.896 619"/></svg>
</template>

CSS

.icon-alipay-outlined {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M557.208%20129c3.69%200%206.715%202.952%206.715%206.648v114.55h243.802c3.742%200%206.636%203.111%206.649%206.847c.013%2023.918-6.052%2054.683-19.855%2054.683H563.936v81.1h166.189c7.684%200%2013.803%206.515%2013.245%2014.186l-.114%201.506c-.693%2090.203-30.622%20180.642-79.52%20259.653l8.719%203.815c77.295%2033.478%20162.142%2060.85%20267.142%2064.14c11.758.373%2020.925%2010.294%2020.38%2022.067l-.203%203.95C956.441%20821.72%20939.781%20895%20879.932%20895c-8.805%200-17.288-.55-25.48-1.61c-78.043-9.254-156.284-57.05-236.322-110.267l-17.33-11.576l-13.15-8.825c-21.444%2021.146-44.82%2040.396-69.989%2057.25c-6.193%204.013-12.734%207.703-19.573%2011.076c-65.509%2039.18-142.208%2062.608-227.418%2062.62c-118.203%200-204.921-77.972-206.644-175.9L64%20714.815l.026-1.699c1.666-98.12%2084.776-175.172%20203.013-176.719l3.63-.023c102.924%200%20186.663%2033.532%20270.481%2073.137l.444.381l1.703-3.469c21.265-44.145%2036.438-94.95%2042.736-152.06l-324.798-.005a6.64%206.64%200%200%201-6.636-6.621c-.04-21.857%205.999-54.909%2019.854-54.909h162.088v-81.1H191.93c-3.743%200-6.636-3.098-6.636-6.847c-.014-22.615%206.052-54.683%2019.854-54.683h231.393v-64.853l.029-1.985c.908-30.931%2023.72-54.36%20120.638-54.36M256.896%20619c-74.766%200-136.529%2039.934-137.877%2095.601L119%20715.86l.079%203.241a92.6%2092.6%200%200%200%201.584%2013.643C140.92%20829.238%20340.818%20862.454%20485%20696.15l-8.031-4.72C405.949%20650.109%20332.94%20619%20256.896%20619%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M557.208%20129c3.69%200%206.715%202.952%206.715%206.648v114.55h243.802c3.742%200%206.636%203.111%206.649%206.847c.013%2023.918-6.052%2054.683-19.855%2054.683H563.936v81.1h166.189c7.684%200%2013.803%206.515%2013.245%2014.186l-.114%201.506c-.693%2090.203-30.622%20180.642-79.52%20259.653l8.719%203.815c77.295%2033.478%20162.142%2060.85%20267.142%2064.14c11.758.373%2020.925%2010.294%2020.38%2022.067l-.203%203.95C956.441%20821.72%20939.781%20895%20879.932%20895c-8.805%200-17.288-.55-25.48-1.61c-78.043-9.254-156.284-57.05-236.322-110.267l-17.33-11.576l-13.15-8.825c-21.444%2021.146-44.82%2040.396-69.989%2057.25c-6.193%204.013-12.734%207.703-19.573%2011.076c-65.509%2039.18-142.208%2062.608-227.418%2062.62c-118.203%200-204.921-77.972-206.644-175.9L64%20714.815l.026-1.699c1.666-98.12%2084.776-175.172%20203.013-176.719l3.63-.023c102.924%200%20186.663%2033.532%20270.481%2073.137l.444.381l1.703-3.469c21.265-44.145%2036.438-94.95%2042.736-152.06l-324.798-.005a6.64%206.64%200%200%201-6.636-6.621c-.04-21.857%205.999-54.909%2019.854-54.909h162.088v-81.1H191.93c-3.743%200-6.636-3.098-6.636-6.847c-.014-22.615%206.052-54.683%2019.854-54.683h231.393v-64.853l.029-1.985c.908-30.931%2023.72-54.36%20120.638-54.36M256.896%20619c-74.766%200-136.529%2039.934-137.877%2095.601L119%20715.86l.079%203.241a92.6%2092.6%200%200%200%201.584%2013.643C140.92%20829.238%20340.818%20862.454%20485%20696.15l-8.031-4.72C405.949%20650.109%20332.94%20619%20256.896%20619%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/alipay-outlined.svg?color=%231a73e8&size=48