alipay icon
alipay from Line Awesome by Icons8 · Line · Payments & Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- alipay
- Set
- Line Awesome
- Style
- Line
- Category
- Payments & Shopping
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More payments & shopping icons from Line Awesome
Use the alipay icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7z"/><path fill="currentColor" d="M15 9h2v5h-2z"/><path fill="currentColor" d="M10 11h11v1H10zm9.498 3H11v-1h9zm-1.27 3.21c-.133-.096-.314-.21-.307-.216l-.027-.05a.6.6 0 0 1-.042-.12a2 2 0 0 0-.077-.258c-.071-.142-.211-.165-.321-.236a13 13 0 0 0-.705-.342a9 9 0 0 0-1.466-.527a13 13 0 0 0-3.069-.46c-.259-.007-.518.004-.776.006a3.7 3.7 0 0 0-.855.12a3.26 3.26 0 0 0-1.486.851c-.847.798-1.195 1.992-1.049 3.132c.125 1.176 1.035 2.254 2.172 2.641c.55.209 1.196.288 1.711.231a5 5 0 0 0 .811-.077c.271-.038.54-.083.803-.165a6.9 6.9 0 0 0 2.869-1.532a9 9 0 0 0 1.103-1.179c.156-.218.326-.427.451-.667c.059-.122.129-.237.161-.375c.017-.069.043-.132.052-.204l.014-.111c.006-.027-.003-.018.014-.074a.66.66 0 0 0 .019-.388m-2.991 1.635a6.5 6.5 0 0 1-2.115 1.4a3.5 3.5 0 0 1-.626.191a3.6 3.6 0 0 1-.653.123a2.8 2.8 0 0 1-1.233-.019c-.775-.172-1.457-.785-1.574-1.605c-.155-.814.21-1.702.839-2.144a2.35 2.35 0 0 1 1.011-.425c.178-.035.355-.03.541-.025l.683.047c.911.085 1.799.323 2.675.59c.435.144.866.305 1.293.473c.091.037.179.08.269.12c-.082.115-.163.23-.251.342c-.26.337-.563.631-.859.932"/><path fill="currentColor" d="m18.116 16.486l8.544 3.036l-1.416 2.656l-7.769-4.224z"/><path fill="currentColor" d="M20 13c-.161 1.665-.649 3.286-1.585 4.675l-1.54-.864c.735-1.034 1.184-2.413 1.327-3.811z"/></svg>
React
import type { SVGProps } from "react";
export function LaAlipay(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="M5 5v22h22V5zm2 2h18v18H7z"/><path fill="currentColor" d="M15 9h2v5h-2z"/><path fill="currentColor" d="M10 11h11v1H10zm9.498 3H11v-1h9zm-1.27 3.21c-.133-.096-.314-.21-.307-.216l-.027-.05a.6.6 0 0 1-.042-.12a2 2 0 0 0-.077-.258c-.071-.142-.211-.165-.321-.236a13 13 0 0 0-.705-.342a9 9 0 0 0-1.466-.527a13 13 0 0 0-3.069-.46c-.259-.007-.518.004-.776.006a3.7 3.7 0 0 0-.855.12a3.26 3.26 0 0 0-1.486.851c-.847.798-1.195 1.992-1.049 3.132c.125 1.176 1.035 2.254 2.172 2.641c.55.209 1.196.288 1.711.231a5 5 0 0 0 .811-.077c.271-.038.54-.083.803-.165a6.9 6.9 0 0 0 2.869-1.532a9 9 0 0 0 1.103-1.179c.156-.218.326-.427.451-.667c.059-.122.129-.237.161-.375c.017-.069.043-.132.052-.204l.014-.111c.006-.027-.003-.018.014-.074a.66.66 0 0 0 .019-.388m-2.991 1.635a6.5 6.5 0 0 1-2.115 1.4a3.5 3.5 0 0 1-.626.191a3.6 3.6 0 0 1-.653.123a2.8 2.8 0 0 1-1.233-.019c-.775-.172-1.457-.785-1.574-1.605c-.155-.814.21-1.702.839-2.144a2.35 2.35 0 0 1 1.011-.425c.178-.035.355-.03.541-.025l.683.047c.911.085 1.799.323 2.675.59c.435.144.866.305 1.293.473c.091.037.179.08.269.12c-.082.115-.163.23-.251.342c-.26.337-.563.631-.859.932"/><path fill="currentColor" d="m18.116 16.486l8.544 3.036l-1.416 2.656l-7.769-4.224z"/><path fill="currentColor" d="M20 13c-.161 1.665-.649 3.286-1.585 4.675l-1.54-.864c.735-1.034 1.184-2.413 1.327-3.811z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7z"/><path fill="currentColor" d="M15 9h2v5h-2z"/><path fill="currentColor" d="M10 11h11v1H10zm9.498 3H11v-1h9zm-1.27 3.21c-.133-.096-.314-.21-.307-.216l-.027-.05a.6.6 0 0 1-.042-.12a2 2 0 0 0-.077-.258c-.071-.142-.211-.165-.321-.236a13 13 0 0 0-.705-.342a9 9 0 0 0-1.466-.527a13 13 0 0 0-3.069-.46c-.259-.007-.518.004-.776.006a3.7 3.7 0 0 0-.855.12a3.26 3.26 0 0 0-1.486.851c-.847.798-1.195 1.992-1.049 3.132c.125 1.176 1.035 2.254 2.172 2.641c.55.209 1.196.288 1.711.231a5 5 0 0 0 .811-.077c.271-.038.54-.083.803-.165a6.9 6.9 0 0 0 2.869-1.532a9 9 0 0 0 1.103-1.179c.156-.218.326-.427.451-.667c.059-.122.129-.237.161-.375c.017-.069.043-.132.052-.204l.014-.111c.006-.027-.003-.018.014-.074a.66.66 0 0 0 .019-.388m-2.991 1.635a6.5 6.5 0 0 1-2.115 1.4a3.5 3.5 0 0 1-.626.191a3.6 3.6 0 0 1-.653.123a2.8 2.8 0 0 1-1.233-.019c-.775-.172-1.457-.785-1.574-1.605c-.155-.814.21-1.702.839-2.144a2.35 2.35 0 0 1 1.011-.425c.178-.035.355-.03.541-.025l.683.047c.911.085 1.799.323 2.675.59c.435.144.866.305 1.293.473c.091.037.179.08.269.12c-.082.115-.163.23-.251.342c-.26.337-.563.631-.859.932"/><path fill="currentColor" d="m18.116 16.486l8.544 3.036l-1.416 2.656l-7.769-4.224z"/><path fill="currentColor" d="M20 13c-.161 1.665-.649 3.286-1.585 4.675l-1.54-.864c.735-1.034 1.184-2.413 1.327-3.811z"/></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%22M5%205v22h22V5zm2%202h18v18H7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%209h2v5h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2011h11v1H10zm9.498%203H11v-1h9zm-1.27%203.21c-.133-.096-.314-.21-.307-.216l-.027-.05a.6.6%200%200%201-.042-.12a2%202%200%200%200-.077-.258c-.071-.142-.211-.165-.321-.236a13%2013%200%200%200-.705-.342a9%209%200%200%200-1.466-.527a13%2013%200%200%200-3.069-.46c-.259-.007-.518.004-.776.006a3.7%203.7%200%200%200-.855.12a3.26%203.26%200%200%200-1.486.851c-.847.798-1.195%201.992-1.049%203.132c.125%201.176%201.035%202.254%202.172%202.641c.55.209%201.196.288%201.711.231a5%205%200%200%200%20.811-.077c.271-.038.54-.083.803-.165a6.9%206.9%200%200%200%202.869-1.532a9%209%200%200%200%201.103-1.179c.156-.218.326-.427.451-.667c.059-.122.129-.237.161-.375c.017-.069.043-.132.052-.204l.014-.111c.006-.027-.003-.018.014-.074a.66.66%200%200%200%20.019-.388m-2.991%201.635a6.5%206.5%200%200%201-2.115%201.4a3.5%203.5%200%200%201-.626.191a3.6%203.6%200%200%201-.653.123a2.8%202.8%200%200%201-1.233-.019c-.775-.172-1.457-.785-1.574-1.605c-.155-.814.21-1.702.839-2.144a2.35%202.35%200%200%201%201.011-.425c.178-.035.355-.03.541-.025l.683.047c.911.085%201.799.323%202.675.59c.435.144.866.305%201.293.473c.091.037.179.08.269.12c-.082.115-.163.23-.251.342c-.26.337-.563.631-.859.932%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.116%2016.486l8.544%203.036l-1.416%202.656l-7.769-4.224z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2013c-.161%201.665-.649%203.286-1.585%204.675l-1.54-.864c.735-1.034%201.184-2.413%201.327-3.811z%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%22M5%205v22h22V5zm2%202h18v18H7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%209h2v5h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2011h11v1H10zm9.498%203H11v-1h9zm-1.27%203.21c-.133-.096-.314-.21-.307-.216l-.027-.05a.6.6%200%200%201-.042-.12a2%202%200%200%200-.077-.258c-.071-.142-.211-.165-.321-.236a13%2013%200%200%200-.705-.342a9%209%200%200%200-1.466-.527a13%2013%200%200%200-3.069-.46c-.259-.007-.518.004-.776.006a3.7%203.7%200%200%200-.855.12a3.26%203.26%200%200%200-1.486.851c-.847.798-1.195%201.992-1.049%203.132c.125%201.176%201.035%202.254%202.172%202.641c.55.209%201.196.288%201.711.231a5%205%200%200%200%20.811-.077c.271-.038.54-.083.803-.165a6.9%206.9%200%200%200%202.869-1.532a9%209%200%200%200%201.103-1.179c.156-.218.326-.427.451-.667c.059-.122.129-.237.161-.375c.017-.069.043-.132.052-.204l.014-.111c.006-.027-.003-.018.014-.074a.66.66%200%200%200%20.019-.388m-2.991%201.635a6.5%206.5%200%200%201-2.115%201.4a3.5%203.5%200%200%201-.626.191a3.6%203.6%200%200%201-.653.123a2.8%202.8%200%200%201-1.233-.019c-.775-.172-1.457-.785-1.574-1.605c-.155-.814.21-1.702.839-2.144a2.35%202.35%200%200%201%201.011-.425c.178-.035.355-.03.541-.025l.683.047c.911.085%201.799.323%202.675.59c.435.144.866.305%201.293.473c.091.037.179.08.269.12c-.082.115-.163.23-.251.342c-.26.337-.563.631-.859.932%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.116%2016.486l8.544%203.036l-1.416%202.656l-7.769-4.224z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2013c-.161%201.665-.649%203.286-1.585%204.675l-1.54-.864c.735-1.034%201.184-2.413%201.327-3.811z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/alipay.svg?color=%231a73e8&size=48