cc apple pay logo
cc-apple-pay from Font Awesome Brands by Dave Gandy · Brand · Payments & Shopping · CC-BY-4.0 Attribution required.
- Name
- cc-apple-pay
- Set
- Font Awesome Brands
- Style
- Brand
- Category
- Payments & Shopping
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
More payments & shopping icons from Font Awesome Brands
Use the cc apple pay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M334.2 282.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1m47.5 62.6c0 8.3 7.2 13.7 18.5 13.7c14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4M608 143v352c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V143c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48M159.8 261.2c8.4.7 16.8-4.2 22.1-10.4c5.2-6.4 8.6-15 7.7-23.7c-7.4.3-16.6 4.9-21.9 11.3c-4.8 5.5-8.9 14.4-7.9 22.8m60.6 74.5c-.2-.2-19.6-7.6-19.8-30c-.2-18.7 15.3-27.7 16-28.2c-8.8-13-22.4-14.4-27.1-14.7c-12.2-.7-22.6 6.9-28.4 6.9c-5.9 0-14.7-6.6-24.3-6.4c-12.5.2-24.2 7.3-30.5 18.6c-13.1 22.6-3.4 56 9.3 74.4c6.2 9.1 13.7 19.1 23.5 18.7c9.3-.4 13-6 24.2-6c11.3 0 14.5 6 24.3 5.9c10.2-.2 16.5-9.1 22.8-18.2c6.9-10.4 9.8-20.4 10-21m135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45m90 23.7c0-19.7-15.8-32.4-40-32.4c-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9c13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1c0 17.7 13.7 29.4 33.4 29.4c13.3 0 25.6-6.7 31.2-17.4h.4V374h19.6v-68zM548 274.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H454l35.9 99.3l-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2c-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5c20.7 0 30.4-7.9 38.9-31.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsCcApplePay(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M334.2 282.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1m47.5 62.6c0 8.3 7.2 13.7 18.5 13.7c14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4M608 143v352c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V143c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48M159.8 261.2c8.4.7 16.8-4.2 22.1-10.4c5.2-6.4 8.6-15 7.7-23.7c-7.4.3-16.6 4.9-21.9 11.3c-4.8 5.5-8.9 14.4-7.9 22.8m60.6 74.5c-.2-.2-19.6-7.6-19.8-30c-.2-18.7 15.3-27.7 16-28.2c-8.8-13-22.4-14.4-27.1-14.7c-12.2-.7-22.6 6.9-28.4 6.9c-5.9 0-14.7-6.6-24.3-6.4c-12.5.2-24.2 7.3-30.5 18.6c-13.1 22.6-3.4 56 9.3 74.4c6.2 9.1 13.7 19.1 23.5 18.7c9.3-.4 13-6 24.2-6c11.3 0 14.5 6 24.3 5.9c10.2-.2 16.5-9.1 22.8-18.2c6.9-10.4 9.8-20.4 10-21m135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45m90 23.7c0-19.7-15.8-32.4-40-32.4c-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9c13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1c0 17.7 13.7 29.4 33.4 29.4c13.3 0 25.6-6.7 31.2-17.4h.4V374h19.6v-68zM548 274.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H454l35.9 99.3l-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2c-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5c20.7 0 30.4-7.9 38.9-31.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M334.2 282.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1m47.5 62.6c0 8.3 7.2 13.7 18.5 13.7c14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4M608 143v352c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V143c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48M159.8 261.2c8.4.7 16.8-4.2 22.1-10.4c5.2-6.4 8.6-15 7.7-23.7c-7.4.3-16.6 4.9-21.9 11.3c-4.8 5.5-8.9 14.4-7.9 22.8m60.6 74.5c-.2-.2-19.6-7.6-19.8-30c-.2-18.7 15.3-27.7 16-28.2c-8.8-13-22.4-14.4-27.1-14.7c-12.2-.7-22.6 6.9-28.4 6.9c-5.9 0-14.7-6.6-24.3-6.4c-12.5.2-24.2 7.3-30.5 18.6c-13.1 22.6-3.4 56 9.3 74.4c6.2 9.1 13.7 19.1 23.5 18.7c9.3-.4 13-6 24.2-6c11.3 0 14.5 6 24.3 5.9c10.2-.2 16.5-9.1 22.8-18.2c6.9-10.4 9.8-20.4 10-21m135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45m90 23.7c0-19.7-15.8-32.4-40-32.4c-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9c13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1c0 17.7 13.7 29.4 33.4 29.4c13.3 0 25.6-6.7 31.2-17.4h.4V374h19.6v-68zM548 274.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H454l35.9 99.3l-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2c-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5c20.7 0 30.4-7.9 38.9-31.8z"/></svg> </template>
CSS
.icon-cc-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M334.2%20282.4c0%2017.2-10.5%2027.1-29%2027.1h-24.3v-54.2h24.4c18.4%200%2028.9%209.8%2028.9%2027.1m47.5%2062.6c0%208.3%207.2%2013.7%2018.5%2013.7c14.4%200%2025.2-9.1%2025.2-21.9v-7.7l-23.5%201.5c-13.3.9-20.2%205.8-20.2%2014.4M608%20143v352c0%2026.5-21.5%2048-48%2048H80c-26.5%200-48-21.5-48-48V143c0-26.5%2021.5-48%2048-48h480c26.5%200%2048%2021.5%2048%2048M159.8%20261.2c8.4.7%2016.8-4.2%2022.1-10.4c5.2-6.4%208.6-15%207.7-23.7c-7.4.3-16.6%204.9-21.9%2011.3c-4.8%205.5-8.9%2014.4-7.9%2022.8m60.6%2074.5c-.2-.2-19.6-7.6-19.8-30c-.2-18.7%2015.3-27.7%2016-28.2c-8.8-13-22.4-14.4-27.1-14.7c-12.2-.7-22.6%206.9-28.4%206.9c-5.9%200-14.7-6.6-24.3-6.4c-12.5.2-24.2%207.3-30.5%2018.6c-13.1%2022.6-3.4%2056%209.3%2074.4c6.2%209.1%2013.7%2019.1%2023.5%2018.7c9.3-.4%2013-6%2024.2-6c11.3%200%2014.5%206%2024.3%205.9c10.2-.2%2016.5-9.1%2022.8-18.2c6.9-10.4%209.8-20.4%2010-21m135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8%200%2045.6-18.4%2045.6-45m90%2023.7c0-19.7-15.8-32.4-40-32.4c-22.5%200-39.1%2012.9-39.7%2030.5h19.1c1.6-8.4%209.4-13.9%2020-13.9c13%200%2020.2%206%2020.2%2017.2v7.5l-26.4%201.6c-24.6%201.5-37.9%2011.6-37.9%2029.1c0%2017.7%2013.7%2029.4%2033.4%2029.4c13.3%200%2025.6-6.7%2031.2-17.4h.4V374h19.6v-68zM548%20274.9h-21.5l-24.9%2080.6h-.4l-24.9-80.6H454l35.9%2099.3l-1.9%206c-3.2%2010.2-8.5%2014.2-17.9%2014.2c-1.7%200-4.9-.2-6.2-.3v16.4c1.2.4%206.5.5%208.1.5c20.7%200%2030.4-7.9%2038.9-31.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M334.2%20282.4c0%2017.2-10.5%2027.1-29%2027.1h-24.3v-54.2h24.4c18.4%200%2028.9%209.8%2028.9%2027.1m47.5%2062.6c0%208.3%207.2%2013.7%2018.5%2013.7c14.4%200%2025.2-9.1%2025.2-21.9v-7.7l-23.5%201.5c-13.3.9-20.2%205.8-20.2%2014.4M608%20143v352c0%2026.5-21.5%2048-48%2048H80c-26.5%200-48-21.5-48-48V143c0-26.5%2021.5-48%2048-48h480c26.5%200%2048%2021.5%2048%2048M159.8%20261.2c8.4.7%2016.8-4.2%2022.1-10.4c5.2-6.4%208.6-15%207.7-23.7c-7.4.3-16.6%204.9-21.9%2011.3c-4.8%205.5-8.9%2014.4-7.9%2022.8m60.6%2074.5c-.2-.2-19.6-7.6-19.8-30c-.2-18.7%2015.3-27.7%2016-28.2c-8.8-13-22.4-14.4-27.1-14.7c-12.2-.7-22.6%206.9-28.4%206.9c-5.9%200-14.7-6.6-24.3-6.4c-12.5.2-24.2%207.3-30.5%2018.6c-13.1%2022.6-3.4%2056%209.3%2074.4c6.2%209.1%2013.7%2019.1%2023.5%2018.7c9.3-.4%2013-6%2024.2-6c11.3%200%2014.5%206%2024.3%205.9c10.2-.2%2016.5-9.1%2022.8-18.2c6.9-10.4%209.8-20.4%2010-21m135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8%200%2045.6-18.4%2045.6-45m90%2023.7c0-19.7-15.8-32.4-40-32.4c-22.5%200-39.1%2012.9-39.7%2030.5h19.1c1.6-8.4%209.4-13.9%2020-13.9c13%200%2020.2%206%2020.2%2017.2v7.5l-26.4%201.6c-24.6%201.5-37.9%2011.6-37.9%2029.1c0%2017.7%2013.7%2029.4%2033.4%2029.4c13.3%200%2025.6-6.7%2031.2-17.4h.4V374h19.6v-68zM548%20274.9h-21.5l-24.9%2080.6h-.4l-24.9-80.6H454l35.9%2099.3l-1.9%206c-3.2%2010.2-8.5%2014.2-17.9%2014.2c-1.7%200-4.9-.2-6.2-.3v16.4c1.2.4%206.5.5%208.1.5c20.7%200%2030.4-7.9%2038.9-31.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/cc-apple-pay.svg?color=%231a73e8&size=48