apple-pay from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
apple-pay
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Related icons in CoreUI Brands

Use the apple pay logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.849 11.047c-.376.448-.975.803-1.573.751c-.079-.604.219-1.251.563-1.652c.375-.457 1.031-.785 1.563-.812c.063.631-.183 1.251-.552 1.713zm.547.87c-.869-.053-1.615.499-2.027.499c-.421 0-1.052-.473-1.739-.457c-.891.011-1.724.52-2.177 1.339c-.943 1.629-.245 4.041.661 5.369c.443.656.973 1.375 1.672 1.355c.661-.027.927-.437 1.724-.437c.807 0 1.036.437 1.74.421c.723-.011 1.181-.656 1.624-1.312c.505-.745.713-1.475.724-1.511c-.011-.016-1.401-.552-1.411-2.167c-.011-1.355 1.093-2 1.14-2.037c-.62-.937-1.599-1.036-1.932-1.061zm5.016-1.834v9.855h1.515v-3.369h2.095c1.911 0 3.255-1.328 3.255-3.245c0-1.921-1.317-3.24-3.203-3.24zm1.515 1.292h1.745c1.312 0 2.063.708 2.063 1.953s-.751 1.959-2.073 1.959h-1.735zm8.109 8.636c.953 0 1.833-.484 2.235-1.256h.032v1.183h1.4v-4.907c0-1.416-1.124-2.337-2.859-2.337c-1.604 0-2.792.932-2.833 2.208h1.359c.115-.609.667-1.005 1.433-1.005c.927 0 1.443.437 1.443 1.24v.541l-1.885.115c-1.761.109-2.709.833-2.709 2.099c0 1.276.98 2.12 2.385 2.12zm.412-1.167c-.808 0-1.323-.391-1.323-.989c0-.62.495-.985 1.437-1.043l1.683-.104v.557c0 .923-.776 1.579-1.803 1.579zm5.125 3.776c1.473 0 2.167-.573 2.771-2.297L32 12.792h-1.536l-1.781 5.817h-.032l-1.781-5.817h-1.583l2.563 7.172l-.136.437c-.235.735-.609 1.02-1.276 1.02c-.12 0-.349-.015-.443-.025v1.183c.088.025.464.036.573.036z"/></svg>

React

import type { SVGProps } from "react";

export function CibApplePay(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.849 11.047c-.376.448-.975.803-1.573.751c-.079-.604.219-1.251.563-1.652c.375-.457 1.031-.785 1.563-.812c.063.631-.183 1.251-.552 1.713zm.547.87c-.869-.053-1.615.499-2.027.499c-.421 0-1.052-.473-1.739-.457c-.891.011-1.724.52-2.177 1.339c-.943 1.629-.245 4.041.661 5.369c.443.656.973 1.375 1.672 1.355c.661-.027.927-.437 1.724-.437c.807 0 1.036.437 1.74.421c.723-.011 1.181-.656 1.624-1.312c.505-.745.713-1.475.724-1.511c-.011-.016-1.401-.552-1.411-2.167c-.011-1.355 1.093-2 1.14-2.037c-.62-.937-1.599-1.036-1.932-1.061zm5.016-1.834v9.855h1.515v-3.369h2.095c1.911 0 3.255-1.328 3.255-3.245c0-1.921-1.317-3.24-3.203-3.24zm1.515 1.292h1.745c1.312 0 2.063.708 2.063 1.953s-.751 1.959-2.073 1.959h-1.735zm8.109 8.636c.953 0 1.833-.484 2.235-1.256h.032v1.183h1.4v-4.907c0-1.416-1.124-2.337-2.859-2.337c-1.604 0-2.792.932-2.833 2.208h1.359c.115-.609.667-1.005 1.433-1.005c.927 0 1.443.437 1.443 1.24v.541l-1.885.115c-1.761.109-2.709.833-2.709 2.099c0 1.276.98 2.12 2.385 2.12zm.412-1.167c-.808 0-1.323-.391-1.323-.989c0-.62.495-.985 1.437-1.043l1.683-.104v.557c0 .923-.776 1.579-1.803 1.579zm5.125 3.776c1.473 0 2.167-.573 2.771-2.297L32 12.792h-1.536l-1.781 5.817h-.032l-1.781-5.817h-1.583l2.563 7.172l-.136.437c-.235.735-.609 1.02-1.276 1.02c-.12 0-.349-.015-.443-.025v1.183c.088.025.464.036.573.036z"/></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.849 11.047c-.376.448-.975.803-1.573.751c-.079-.604.219-1.251.563-1.652c.375-.457 1.031-.785 1.563-.812c.063.631-.183 1.251-.552 1.713zm.547.87c-.869-.053-1.615.499-2.027.499c-.421 0-1.052-.473-1.739-.457c-.891.011-1.724.52-2.177 1.339c-.943 1.629-.245 4.041.661 5.369c.443.656.973 1.375 1.672 1.355c.661-.027.927-.437 1.724-.437c.807 0 1.036.437 1.74.421c.723-.011 1.181-.656 1.624-1.312c.505-.745.713-1.475.724-1.511c-.011-.016-1.401-.552-1.411-2.167c-.011-1.355 1.093-2 1.14-2.037c-.62-.937-1.599-1.036-1.932-1.061zm5.016-1.834v9.855h1.515v-3.369h2.095c1.911 0 3.255-1.328 3.255-3.245c0-1.921-1.317-3.24-3.203-3.24zm1.515 1.292h1.745c1.312 0 2.063.708 2.063 1.953s-.751 1.959-2.073 1.959h-1.735zm8.109 8.636c.953 0 1.833-.484 2.235-1.256h.032v1.183h1.4v-4.907c0-1.416-1.124-2.337-2.859-2.337c-1.604 0-2.792.932-2.833 2.208h1.359c.115-.609.667-1.005 1.433-1.005c.927 0 1.443.437 1.443 1.24v.541l-1.885.115c-1.761.109-2.709.833-2.709 2.099c0 1.276.98 2.12 2.385 2.12zm.412-1.167c-.808 0-1.323-.391-1.323-.989c0-.62.495-.985 1.437-1.043l1.683-.104v.557c0 .923-.776 1.579-1.803 1.579zm5.125 3.776c1.473 0 2.167-.573 2.771-2.297L32 12.792h-1.536l-1.781 5.817h-.032l-1.781-5.817h-1.583l2.563 7.172l-.136.437c-.235.735-.609 1.02-1.276 1.02c-.12 0-.349-.015-.443-.025v1.183c.088.025.464.036.573.036z"/></svg>
</template>

CSS

.icon-apple-pay {
  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.849%2011.047c-.376.448-.975.803-1.573.751c-.079-.604.219-1.251.563-1.652c.375-.457%201.031-.785%201.563-.812c.063.631-.183%201.251-.552%201.713zm.547.87c-.869-.053-1.615.499-2.027.499c-.421%200-1.052-.473-1.739-.457c-.891.011-1.724.52-2.177%201.339c-.943%201.629-.245%204.041.661%205.369c.443.656.973%201.375%201.672%201.355c.661-.027.927-.437%201.724-.437c.807%200%201.036.437%201.74.421c.723-.011%201.181-.656%201.624-1.312c.505-.745.713-1.475.724-1.511c-.011-.016-1.401-.552-1.411-2.167c-.011-1.355%201.093-2%201.14-2.037c-.62-.937-1.599-1.036-1.932-1.061zm5.016-1.834v9.855h1.515v-3.369h2.095c1.911%200%203.255-1.328%203.255-3.245c0-1.921-1.317-3.24-3.203-3.24zm1.515%201.292h1.745c1.312%200%202.063.708%202.063%201.953s-.751%201.959-2.073%201.959h-1.735zm8.109%208.636c.953%200%201.833-.484%202.235-1.256h.032v1.183h1.4v-4.907c0-1.416-1.124-2.337-2.859-2.337c-1.604%200-2.792.932-2.833%202.208h1.359c.115-.609.667-1.005%201.433-1.005c.927%200%201.443.437%201.443%201.24v.541l-1.885.115c-1.761.109-2.709.833-2.709%202.099c0%201.276.98%202.12%202.385%202.12zm.412-1.167c-.808%200-1.323-.391-1.323-.989c0-.62.495-.985%201.437-1.043l1.683-.104v.557c0%20.923-.776%201.579-1.803%201.579zm5.125%203.776c1.473%200%202.167-.573%202.771-2.297L32%2012.792h-1.536l-1.781%205.817h-.032l-1.781-5.817h-1.583l2.563%207.172l-.136.437c-.235.735-.609%201.02-1.276%201.02c-.12%200-.349-.015-.443-.025v1.183c.088.025.464.036.573.036z%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.849%2011.047c-.376.448-.975.803-1.573.751c-.079-.604.219-1.251.563-1.652c.375-.457%201.031-.785%201.563-.812c.063.631-.183%201.251-.552%201.713zm.547.87c-.869-.053-1.615.499-2.027.499c-.421%200-1.052-.473-1.739-.457c-.891.011-1.724.52-2.177%201.339c-.943%201.629-.245%204.041.661%205.369c.443.656.973%201.375%201.672%201.355c.661-.027.927-.437%201.724-.437c.807%200%201.036.437%201.74.421c.723-.011%201.181-.656%201.624-1.312c.505-.745.713-1.475.724-1.511c-.011-.016-1.401-.552-1.411-2.167c-.011-1.355%201.093-2%201.14-2.037c-.62-.937-1.599-1.036-1.932-1.061zm5.016-1.834v9.855h1.515v-3.369h2.095c1.911%200%203.255-1.328%203.255-3.245c0-1.921-1.317-3.24-3.203-3.24zm1.515%201.292h1.745c1.312%200%202.063.708%202.063%201.953s-.751%201.959-2.073%201.959h-1.735zm8.109%208.636c.953%200%201.833-.484%202.235-1.256h.032v1.183h1.4v-4.907c0-1.416-1.124-2.337-2.859-2.337c-1.604%200-2.792.932-2.833%202.208h1.359c.115-.609.667-1.005%201.433-1.005c.927%200%201.443.437%201.443%201.24v.541l-1.885.115c-1.761.109-2.709.833-2.709%202.099c0%201.276.98%202.12%202.385%202.12zm.412-1.167c-.808%200-1.323-.391-1.323-.989c0-.62.495-.985%201.437-1.043l1.683-.104v.557c0%20.923-.776%201.579-1.803%201.579zm5.125%203.776c1.473%200%202.167-.573%202.771-2.297L32%2012.792h-1.536l-1.781%205.817h-.032l-1.781-5.817h-1.583l2.563%207.172l-.136.437c-.235.735-.609%201.02-1.276%201.02c-.12%200-.349-.015-.443-.025v1.183c.088.025.464.036.573.036z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/apple-pay.svg?color=%231a73e8&size=48