google pay logo
google-pay from Font Awesome Brands by Dave Gandy · Brand · Payments & Shopping · CC-BY-4.0 Attribution required.
- Name
- google-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 google pay logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M105.7 279v41.2h57.1c-1.2 6.6-3.6 12.9-7.2 18.5s-8.4 10.4-13.9 14.1c-9.5 6.6-21.7 10.3-36 10.3c-27.6 0-50.9-18.9-59.3-44.2c-4.4-13.3-4.4-27.7 0-41c8.4-25.5 31.7-44.4 59.3-44.4c7.5-.1 14.9 1.2 21.9 4s13.3 6.9 18.6 12.1l30.3-30.6c-19.1-18.1-44.4-28.1-70.7-27.8c-19.7.1-38.9 5.7-55.6 16.1s-30.1 25.3-38.8 43C3.9 265.2 0 281.7 0 298.4s3.9 33.2 11.3 48.1v.2c8.7 17.7 22.1 32.5 38.8 43s35.9 16 55.6 16c28.5 0 52.5-9.5 70-25.9c20-18.6 31.4-46.2 31.4-78.9c0-7.3-.6-14.6-1.8-21.8h-99.7zm389.4-4q-15.15-14.1-41.4-14.1c-22.5 0-39.3 8.3-50.5 24.9l20.9 13.2c7.6-11.3 18.1-17 31.3-17c8.4 0 16.5 3.2 22.7 8.8c3 2.6 5.5 5.9 7.1 9.6s2.5 7.6 2.5 11.7v5.5c-9.1-5.1-20.6-7.8-34.6-7.8c-16.4 0-29.6 3.9-39.5 11.8s-14.8 18.3-14.8 31.6c-.2 5.9 1 11.8 3.4 17.2s6 10.2 10.5 14.1c9.2 8.3 21 12.5 34.8 12.5c16.3 0 29.2-7.3 39-21.9h1v17.7h22.6v-78.7c.1-16.6-4.9-29.7-15-39zm-19.2 89.3c-3.5 3.5-7.6 6.3-12.2 8.2s-9.5 2.9-14.4 2.9c-6.7.1-13.1-2.1-18.3-6.2c-2.4-1.8-4.4-4.2-5.7-6.9s-2-5.7-2-8.7c0-7 3.2-12.8 9.5-17.4s14.5-7 24.1-7c13.2-.2 23.5 2.8 30.8 8.8c0 10.1-4 18.9-11.7 26.4zm-93.7-142c-5.3-5.3-11.6-9.5-18.6-12.3s-14.4-4.2-21.9-4H279v186.7h23.6v-75.6h39c16 0 29.5-5.4 40.5-15.9c.9-.9 1.8-1.8 2.6-2.7c9.6-10.5 14.8-24.4 14.3-38.6s-6.6-27.7-16.9-37.6zm-16.6 62.2c-3 3.2-6.6 5.7-10.6 7.4s-8.4 2.5-12.7 2.3h-39.6V229h39.6c8.5 0 16.6 3.3 22.6 9.2c6.1 6.1 9.6 14.3 9.8 23s-3.1 17-9 23.3zM614.3 265l-36.5 91.7h-.5L539.9 265h-25.7L566 384.6l-29.4 64.3h24.3l79-183.9h-25.7z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsGooglePay(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="M105.7 279v41.2h57.1c-1.2 6.6-3.6 12.9-7.2 18.5s-8.4 10.4-13.9 14.1c-9.5 6.6-21.7 10.3-36 10.3c-27.6 0-50.9-18.9-59.3-44.2c-4.4-13.3-4.4-27.7 0-41c8.4-25.5 31.7-44.4 59.3-44.4c7.5-.1 14.9 1.2 21.9 4s13.3 6.9 18.6 12.1l30.3-30.6c-19.1-18.1-44.4-28.1-70.7-27.8c-19.7.1-38.9 5.7-55.6 16.1s-30.1 25.3-38.8 43C3.9 265.2 0 281.7 0 298.4s3.9 33.2 11.3 48.1v.2c8.7 17.7 22.1 32.5 38.8 43s35.9 16 55.6 16c28.5 0 52.5-9.5 70-25.9c20-18.6 31.4-46.2 31.4-78.9c0-7.3-.6-14.6-1.8-21.8h-99.7zm389.4-4q-15.15-14.1-41.4-14.1c-22.5 0-39.3 8.3-50.5 24.9l20.9 13.2c7.6-11.3 18.1-17 31.3-17c8.4 0 16.5 3.2 22.7 8.8c3 2.6 5.5 5.9 7.1 9.6s2.5 7.6 2.5 11.7v5.5c-9.1-5.1-20.6-7.8-34.6-7.8c-16.4 0-29.6 3.9-39.5 11.8s-14.8 18.3-14.8 31.6c-.2 5.9 1 11.8 3.4 17.2s6 10.2 10.5 14.1c9.2 8.3 21 12.5 34.8 12.5c16.3 0 29.2-7.3 39-21.9h1v17.7h22.6v-78.7c.1-16.6-4.9-29.7-15-39zm-19.2 89.3c-3.5 3.5-7.6 6.3-12.2 8.2s-9.5 2.9-14.4 2.9c-6.7.1-13.1-2.1-18.3-6.2c-2.4-1.8-4.4-4.2-5.7-6.9s-2-5.7-2-8.7c0-7 3.2-12.8 9.5-17.4s14.5-7 24.1-7c13.2-.2 23.5 2.8 30.8 8.8c0 10.1-4 18.9-11.7 26.4zm-93.7-142c-5.3-5.3-11.6-9.5-18.6-12.3s-14.4-4.2-21.9-4H279v186.7h23.6v-75.6h39c16 0 29.5-5.4 40.5-15.9c.9-.9 1.8-1.8 2.6-2.7c9.6-10.5 14.8-24.4 14.3-38.6s-6.6-27.7-16.9-37.6zm-16.6 62.2c-3 3.2-6.6 5.7-10.6 7.4s-8.4 2.5-12.7 2.3h-39.6V229h39.6c8.5 0 16.6 3.3 22.6 9.2c6.1 6.1 9.6 14.3 9.8 23s-3.1 17-9 23.3zM614.3 265l-36.5 91.7h-.5L539.9 265h-25.7L566 384.6l-29.4 64.3h24.3l79-183.9h-25.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M105.7 279v41.2h57.1c-1.2 6.6-3.6 12.9-7.2 18.5s-8.4 10.4-13.9 14.1c-9.5 6.6-21.7 10.3-36 10.3c-27.6 0-50.9-18.9-59.3-44.2c-4.4-13.3-4.4-27.7 0-41c8.4-25.5 31.7-44.4 59.3-44.4c7.5-.1 14.9 1.2 21.9 4s13.3 6.9 18.6 12.1l30.3-30.6c-19.1-18.1-44.4-28.1-70.7-27.8c-19.7.1-38.9 5.7-55.6 16.1s-30.1 25.3-38.8 43C3.9 265.2 0 281.7 0 298.4s3.9 33.2 11.3 48.1v.2c8.7 17.7 22.1 32.5 38.8 43s35.9 16 55.6 16c28.5 0 52.5-9.5 70-25.9c20-18.6 31.4-46.2 31.4-78.9c0-7.3-.6-14.6-1.8-21.8h-99.7zm389.4-4q-15.15-14.1-41.4-14.1c-22.5 0-39.3 8.3-50.5 24.9l20.9 13.2c7.6-11.3 18.1-17 31.3-17c8.4 0 16.5 3.2 22.7 8.8c3 2.6 5.5 5.9 7.1 9.6s2.5 7.6 2.5 11.7v5.5c-9.1-5.1-20.6-7.8-34.6-7.8c-16.4 0-29.6 3.9-39.5 11.8s-14.8 18.3-14.8 31.6c-.2 5.9 1 11.8 3.4 17.2s6 10.2 10.5 14.1c9.2 8.3 21 12.5 34.8 12.5c16.3 0 29.2-7.3 39-21.9h1v17.7h22.6v-78.7c.1-16.6-4.9-29.7-15-39zm-19.2 89.3c-3.5 3.5-7.6 6.3-12.2 8.2s-9.5 2.9-14.4 2.9c-6.7.1-13.1-2.1-18.3-6.2c-2.4-1.8-4.4-4.2-5.7-6.9s-2-5.7-2-8.7c0-7 3.2-12.8 9.5-17.4s14.5-7 24.1-7c13.2-.2 23.5 2.8 30.8 8.8c0 10.1-4 18.9-11.7 26.4zm-93.7-142c-5.3-5.3-11.6-9.5-18.6-12.3s-14.4-4.2-21.9-4H279v186.7h23.6v-75.6h39c16 0 29.5-5.4 40.5-15.9c.9-.9 1.8-1.8 2.6-2.7c9.6-10.5 14.8-24.4 14.3-38.6s-6.6-27.7-16.9-37.6zm-16.6 62.2c-3 3.2-6.6 5.7-10.6 7.4s-8.4 2.5-12.7 2.3h-39.6V229h39.6c8.5 0 16.6 3.3 22.6 9.2c6.1 6.1 9.6 14.3 9.8 23s-3.1 17-9 23.3zM614.3 265l-36.5 91.7h-.5L539.9 265h-25.7L566 384.6l-29.4 64.3h24.3l79-183.9h-25.7z"/></svg> </template>
CSS
.icon-google-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%22M105.7%20279v41.2h57.1c-1.2%206.6-3.6%2012.9-7.2%2018.5s-8.4%2010.4-13.9%2014.1c-9.5%206.6-21.7%2010.3-36%2010.3c-27.6%200-50.9-18.9-59.3-44.2c-4.4-13.3-4.4-27.7%200-41c8.4-25.5%2031.7-44.4%2059.3-44.4c7.5-.1%2014.9%201.2%2021.9%204s13.3%206.9%2018.6%2012.1l30.3-30.6c-19.1-18.1-44.4-28.1-70.7-27.8c-19.7.1-38.9%205.7-55.6%2016.1s-30.1%2025.3-38.8%2043C3.9%20265.2%200%20281.7%200%20298.4s3.9%2033.2%2011.3%2048.1v.2c8.7%2017.7%2022.1%2032.5%2038.8%2043s35.9%2016%2055.6%2016c28.5%200%2052.5-9.5%2070-25.9c20-18.6%2031.4-46.2%2031.4-78.9c0-7.3-.6-14.6-1.8-21.8h-99.7zm389.4-4q-15.15-14.1-41.4-14.1c-22.5%200-39.3%208.3-50.5%2024.9l20.9%2013.2c7.6-11.3%2018.1-17%2031.3-17c8.4%200%2016.5%203.2%2022.7%208.8c3%202.6%205.5%205.9%207.1%209.6s2.5%207.6%202.5%2011.7v5.5c-9.1-5.1-20.6-7.8-34.6-7.8c-16.4%200-29.6%203.9-39.5%2011.8s-14.8%2018.3-14.8%2031.6c-.2%205.9%201%2011.8%203.4%2017.2s6%2010.2%2010.5%2014.1c9.2%208.3%2021%2012.5%2034.8%2012.5c16.3%200%2029.2-7.3%2039-21.9h1v17.7h22.6v-78.7c.1-16.6-4.9-29.7-15-39zm-19.2%2089.3c-3.5%203.5-7.6%206.3-12.2%208.2s-9.5%202.9-14.4%202.9c-6.7.1-13.1-2.1-18.3-6.2c-2.4-1.8-4.4-4.2-5.7-6.9s-2-5.7-2-8.7c0-7%203.2-12.8%209.5-17.4s14.5-7%2024.1-7c13.2-.2%2023.5%202.8%2030.8%208.8c0%2010.1-4%2018.9-11.7%2026.4zm-93.7-142c-5.3-5.3-11.6-9.5-18.6-12.3s-14.4-4.2-21.9-4H279v186.7h23.6v-75.6h39c16%200%2029.5-5.4%2040.5-15.9c.9-.9%201.8-1.8%202.6-2.7c9.6-10.5%2014.8-24.4%2014.3-38.6s-6.6-27.7-16.9-37.6zm-16.6%2062.2c-3%203.2-6.6%205.7-10.6%207.4s-8.4%202.5-12.7%202.3h-39.6V229h39.6c8.5%200%2016.6%203.3%2022.6%209.2c6.1%206.1%209.6%2014.3%209.8%2023s-3.1%2017-9%2023.3zM614.3%20265l-36.5%2091.7h-.5L539.9%20265h-25.7L566%20384.6l-29.4%2064.3h24.3l79-183.9h-25.7z%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%22M105.7%20279v41.2h57.1c-1.2%206.6-3.6%2012.9-7.2%2018.5s-8.4%2010.4-13.9%2014.1c-9.5%206.6-21.7%2010.3-36%2010.3c-27.6%200-50.9-18.9-59.3-44.2c-4.4-13.3-4.4-27.7%200-41c8.4-25.5%2031.7-44.4%2059.3-44.4c7.5-.1%2014.9%201.2%2021.9%204s13.3%206.9%2018.6%2012.1l30.3-30.6c-19.1-18.1-44.4-28.1-70.7-27.8c-19.7.1-38.9%205.7-55.6%2016.1s-30.1%2025.3-38.8%2043C3.9%20265.2%200%20281.7%200%20298.4s3.9%2033.2%2011.3%2048.1v.2c8.7%2017.7%2022.1%2032.5%2038.8%2043s35.9%2016%2055.6%2016c28.5%200%2052.5-9.5%2070-25.9c20-18.6%2031.4-46.2%2031.4-78.9c0-7.3-.6-14.6-1.8-21.8h-99.7zm389.4-4q-15.15-14.1-41.4-14.1c-22.5%200-39.3%208.3-50.5%2024.9l20.9%2013.2c7.6-11.3%2018.1-17%2031.3-17c8.4%200%2016.5%203.2%2022.7%208.8c3%202.6%205.5%205.9%207.1%209.6s2.5%207.6%202.5%2011.7v5.5c-9.1-5.1-20.6-7.8-34.6-7.8c-16.4%200-29.6%203.9-39.5%2011.8s-14.8%2018.3-14.8%2031.6c-.2%205.9%201%2011.8%203.4%2017.2s6%2010.2%2010.5%2014.1c9.2%208.3%2021%2012.5%2034.8%2012.5c16.3%200%2029.2-7.3%2039-21.9h1v17.7h22.6v-78.7c.1-16.6-4.9-29.7-15-39zm-19.2%2089.3c-3.5%203.5-7.6%206.3-12.2%208.2s-9.5%202.9-14.4%202.9c-6.7.1-13.1-2.1-18.3-6.2c-2.4-1.8-4.4-4.2-5.7-6.9s-2-5.7-2-8.7c0-7%203.2-12.8%209.5-17.4s14.5-7%2024.1-7c13.2-.2%2023.5%202.8%2030.8%208.8c0%2010.1-4%2018.9-11.7%2026.4zm-93.7-142c-5.3-5.3-11.6-9.5-18.6-12.3s-14.4-4.2-21.9-4H279v186.7h23.6v-75.6h39c16%200%2029.5-5.4%2040.5-15.9c.9-.9%201.8-1.8%202.6-2.7c9.6-10.5%2014.8-24.4%2014.3-38.6s-6.6-27.7-16.9-37.6zm-16.6%2062.2c-3%203.2-6.6%205.7-10.6%207.4s-8.4%202.5-12.7%202.3h-39.6V229h39.6c8.5%200%2016.6%203.3%2022.6%209.2c6.1%206.1%209.6%2014.3%209.8%2023s-3.1%2017-9%2023.3zM614.3%20265l-36.5%2091.7h-.5L539.9%20265h-25.7L566%20384.6l-29.4%2064.3h24.3l79-183.9h-25.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/google-pay.svg?color=%231a73e8&size=48