alipay logo
alipay from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- alipay
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the alipay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.609 2H6.392a4.387 4.387 0 0 0-4.391 4.391v19.217a4.387 4.387 0 0 0 4.391 4.391h19.217A4.4 4.4 0 0 0 30 25.649c-2.873-1.601-6.912-3.771-10.725-5.527c-2.004 2.748-5.258 5.063-9.289 5.063c-4.412 0-5.858-2.831-6.065-4.773c-.248-2.438.93-5.094 6.22-5.094c2.211 0 4.959.641 7.946 1.56c1.033-1.881 1.653-3.771 1.653-3.771H8.603v-1.044h5.755V10.11h-6.84V8.922h6.84V5.771h3.183v3.151h6.84v1.188H17.54v1.953h5.548s-.95 2.914-2.397 5.682c3.058 1.044 6.25 2.252 9.289 3.296V6.39a4.377 4.377 0 0 0-4.371-4.391zM4.955 20.184c.062 1.261.641 3.358 4.371 3.358c3.254 0 5.786-2.48 7.367-4.556c-2.789-1.167-5.28-1.963-6.84-1.963c-4.216 0-4.96 2.066-4.897 3.161z"/></svg>
React
import type { SVGProps } from "react";
export function CibAlipay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.609 2H6.392a4.387 4.387 0 0 0-4.391 4.391v19.217a4.387 4.387 0 0 0 4.391 4.391h19.217A4.4 4.4 0 0 0 30 25.649c-2.873-1.601-6.912-3.771-10.725-5.527c-2.004 2.748-5.258 5.063-9.289 5.063c-4.412 0-5.858-2.831-6.065-4.773c-.248-2.438.93-5.094 6.22-5.094c2.211 0 4.959.641 7.946 1.56c1.033-1.881 1.653-3.771 1.653-3.771H8.603v-1.044h5.755V10.11h-6.84V8.922h6.84V5.771h3.183v3.151h6.84v1.188H17.54v1.953h5.548s-.95 2.914-2.397 5.682c3.058 1.044 6.25 2.252 9.289 3.296V6.39a4.377 4.377 0 0 0-4.371-4.391zM4.955 20.184c.062 1.261.641 3.358 4.371 3.358c3.254 0 5.786-2.48 7.367-4.556c-2.789-1.167-5.28-1.963-6.84-1.963c-4.216 0-4.96 2.066-4.897 3.161z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.609 2H6.392a4.387 4.387 0 0 0-4.391 4.391v19.217a4.387 4.387 0 0 0 4.391 4.391h19.217A4.4 4.4 0 0 0 30 25.649c-2.873-1.601-6.912-3.771-10.725-5.527c-2.004 2.748-5.258 5.063-9.289 5.063c-4.412 0-5.858-2.831-6.065-4.773c-.248-2.438.93-5.094 6.22-5.094c2.211 0 4.959.641 7.946 1.56c1.033-1.881 1.653-3.771 1.653-3.771H8.603v-1.044h5.755V10.11h-6.84V8.922h6.84V5.771h3.183v3.151h6.84v1.188H17.54v1.953h5.548s-.95 2.914-2.397 5.682c3.058 1.044 6.25 2.252 9.289 3.296V6.39a4.377 4.377 0 0 0-4.371-4.391zM4.955 20.184c.062 1.261.641 3.358 4.371 3.358c3.254 0 5.786-2.48 7.367-4.556c-2.789-1.167-5.28-1.963-6.84-1.963c-4.216 0-4.96 2.066-4.897 3.161z"/></svg> </template>
CSS
.icon-alipay {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.609%202H6.392a4.387%204.387%200%200%200-4.391%204.391v19.217a4.387%204.387%200%200%200%204.391%204.391h19.217A4.4%204.4%200%200%200%2030%2025.649c-2.873-1.601-6.912-3.771-10.725-5.527c-2.004%202.748-5.258%205.063-9.289%205.063c-4.412%200-5.858-2.831-6.065-4.773c-.248-2.438.93-5.094%206.22-5.094c2.211%200%204.959.641%207.946%201.56c1.033-1.881%201.653-3.771%201.653-3.771H8.603v-1.044h5.755V10.11h-6.84V8.922h6.84V5.771h3.183v3.151h6.84v1.188H17.54v1.953h5.548s-.95%202.914-2.397%205.682c3.058%201.044%206.25%202.252%209.289%203.296V6.39a4.377%204.377%200%200%200-4.371-4.391zM4.955%2020.184c.062%201.261.641%203.358%204.371%203.358c3.254%200%205.786-2.48%207.367-4.556c-2.789-1.167-5.28-1.963-6.84-1.963c-4.216%200-4.96%202.066-4.897%203.161z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.609%202H6.392a4.387%204.387%200%200%200-4.391%204.391v19.217a4.387%204.387%200%200%200%204.391%204.391h19.217A4.4%204.4%200%200%200%2030%2025.649c-2.873-1.601-6.912-3.771-10.725-5.527c-2.004%202.748-5.258%205.063-9.289%205.063c-4.412%200-5.858-2.831-6.065-4.773c-.248-2.438.93-5.094%206.22-5.094c2.211%200%204.959.641%207.946%201.56c1.033-1.881%201.653-3.771%201.653-3.771H8.603v-1.044h5.755V10.11h-6.84V8.922h6.84V5.771h3.183v3.151h6.84v1.188H17.54v1.953h5.548s-.95%202.914-2.397%205.682c3.058%201.044%206.25%202.252%209.289%203.296V6.39a4.377%204.377%200%200%200-4.371-4.391zM4.955%2020.184c.062%201.261.641%203.358%204.371%203.358c3.254%200%205.786-2.48%207.367-4.556c-2.789-1.167-5.28-1.963-6.84-1.963c-4.216%200-4.96%202.066-4.897%203.161z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/alipay.svg?color=%231a73e8&size=48